
.container {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.left {
	width: 737px;
    background: #fff;
    float: left;
    padding-top: 50px;
}

.right {
	width: 300px;
    float: right;
    padding-top: 50px;
    background: #f3f3f3;
    padding: 50px 30px 0 30px;
}

.news-container {
	width: 720px;
    overflow: hidden;
}
.news-container-title {
	height: 30px;
    line-height: 30px;
    border-bottom: 5px solid #00a0e9;
    position: relative;
}
.news-container-title b{
	font-size: 20px;
    color: #54585a;
}
.news-container-title .more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: initial;
	padding: 5px 10px;
	font-size: 12px;
    background: #00a0e9;
}
.news-container-title .more a {
    color: #fff;
    text-decoration: none;
}

.news-container-body {
	height: 180px;
    margin-top: 33px;
}
.news-img {
	width: 262px;
    height: 160px;
    float: left;
}
.news-img img {
	width: 100%;
    height: 100%;
}
.news-content {
	width: 430px;
    float: right;
}
.news-title {
	height: 40px;
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    color: #44464a;
}
.news-desc {
	padding: 0px;
    margin: 0px;
    font-size: 13px;
    text-indent: 2em;
    height: 105px;
    float: left;
    line-height: 21px;
    overflow: hidden;
}



.news-container .mini-part-1 {
	width: 335px;
	float: left;
}
.news-container .mini-part-2{
	width: 335px;
	float: left;
	margin-left: 30px;
}
.mini-part-1 .news-container-body {
    margin-top: 10px;
    height: auto !important;
}
.mini-part-2 .news-container-body {
    margin-top: 10px;
    height: auto !important;
}
.mininews {
	margin: 15px 0;
}




.rgnews {
	width: 100%;
    overflow: hidden;
}
.rgnews-container-title {
	height: 30px;
    line-height: 30px;
    border-bottom: 4px solid #dedede;
    position: relative;
    font-size: 20px;
}
.rgnews-container-title b{
	font-size: 20px;
    color: #00a0e9;
}
.rgnews-container-title .more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: initial;
	padding: 5px 10px;
}
.rgnews-container-title .more a {
    color: #171717;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.rgnews-container-body {
    margin-top: 33px;
}
.rgnews-item {
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 32px;
}

.fw {
	width: 262px;
    margin: 0 auto;
    background: #fff;
}
.fw-title {
	font-size: 20px;
    padding: 10px 21px;
    text-align: center;
}
.fw-items {
	background: #fff;
}
.fw-item {
	float: left;
	width:100px;
	padding: 15px 10px;
}
.fw-item img{
	width: 33px;
	height: 33px;
}
.fw-item a {
	font-size: 14px;
	color: #0072cf;
	margin-left: 5px;
}

.fw-phone {
	padding: 10px 10px;
	font-size: 16px;
}


.friend {
	overflow: hidden;	
}
.friend-title {
	font-size: 20px;
    background: #00a0e9;
    padding: 10px 21px;
}
.friend-title a{
	color: #fff;
}
.friend-items {
	width: 262px;
    margin: 0 auto 20px auto;
}
.friend-item {
	float: left;
	margin: 10px 10px 0 0;
}
.friend-item a {
	color: #0072cf;
}