/* 专题背景图 */
.hot_topics {
	padding-top: 480px;
	width: 100%;
	height: 100%;
	background: url(zt_bg.jpg) no-repeat center top;
	background-size: 100%;
}
.hot_topics_main {
	background-color: #fff;
}
.hot_topics_content {
	padding: 50px 40px;
}
@media only screen and (max-width: 1680px) {
	.hot_topics {
	    padding-top: 400px;
	}
}
@media only screen and (max-width: 1440px) {
	.hot_topics {
	    padding-top: 340px;
	}
}
@media only screen and (max-width: 980px) {
	.hot_topics {
	    padding-top: 210px;
	}
}

/* 公共头部 */
.hot_topics_topTitle {
	margin: 20px 0;
	position: relative;
	width: 100%;
	height: 5px;
	border: 2px solid #ce6b6b;
	border-radius: 3px;
}
.hot_topics_topTitle h3 {
	padding: 0 20px;
	margin-left: -80px;
	position: absolute;
	top: -32px;
	left: 50%;
	font-size: 34px;
	color: #c80909;
    font-weight: bolder;
    background: #fff;
    font-family: 黑体;
}


/* 公共更多样式 */
.hot_topics_pos {
	position: relative;
}
.hot_topics_more {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	color: #666;
}


/* 中央精神 */
.hot_topics_zyjsWrap {
	margin-bottom: 65px;
	overflow: hidden;
}
.hot_topics_img {
	float: left;
	width: 545px;
	height: 370px;
}
.hot_topics_img>a, 
.hot_topics_img img {
	display: block;
	width: 545px;
	height: 370px;
} 
.hot_topics_desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}
.hot_topics_desc a {
	display: block;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
}
.hot_topics_zyjsList {
	margin-left: 575px;
	position: relative;
	height: 370px;
}
.hot_topics_news {
	padding-bottom: 15px;
	border-bottom: 2px solid #ab0204;
}
.hot_topics_news h3 {
	margin-bottom: 5px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
}
.hot_topics_news p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.hot_topics_news p a {
	color: #cd1219;
}
.hot_topics_list {
	padding-top: 12px;
}
.hot_topics_list li {
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	overflow: hidden;
	background: url(icon_d.png) no-repeat left center;
}
.hot_topics_list li a {
	float: left;
	color: #333;
}
.hot_topics_list li span {
	float: right;
	color: #9a9a9b;
}


/* 公司部署 */
.hot_topics_gsbsWrap {
	margin-bottom: 65px;
	overflow: hidden;
}
.hot_topics_gsbsList {
	position: relative;
	margin-right: 30px;
	float: left;
	width: 515px;
	height: 345px;
}
.hot_topics_items li {
	padding-left: 20px;
	line-height: 35px;
	overflow: hidden;
	background: url(icon_d.png) no-repeat left center;
}
.hot_topics_items li a {
	float: left;
	font-size: 16px;
	color: #333;
}
.hot_topics_items li span{
	float: right;
	color: #9a9a9b;
}

.hot_topics_gsbsImg {
	float: right;
	width: 575px;
	height: 345px;
}
.hot_topics_gsbsImg>a,
.hot_topics_gsbsImg img {
	display: block;
	width: 575px;
	height: 345px;
}

/* 学习交流 */
.hot_topics_xxjlWrap {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.hot_topics_float li {
	float: left;
	width: 515px;
	margin-right: 50px;
}
.hot_topics_float li:nth-child(2n) {
	margin-right: 0;
}
.hot_topics_bwcxImg a {
	display: block;
}
.hot_topics_bwcxImg img {
	width: 100%;
}
