html{
    background-color: #f8f9f9;
}
body{
	font-size:0;
}
a{
	color: #000;
}
/*通用class*/
.whFull{
	width: 100%;
}
.htFull{
	height: 100%;
}
.wh1200{
	width: 1200px;
}
.tsTaga{
	transition: .5s margin-left ease-in;
	-webkit-transition: .5s margin-left ease-in;
	-moz-transition: .5s margin-left ease-in;
	-ms-transition: .5s margin-left ease-in;
	-o-transition: .5s margin-left ease-in;
} 
.tsTaga:hover{
	margin-left: 10px;
    box-shadow: 0px 3px 10px 0px #dddddd;
}
.hr_15 {
    height: 15px;
    overflow: hidden;
}
.bodyContainer{
    min-height: 100vh;
}

/*专题通用头部*/
#top{width:100%;height:35px; background:#fff;}
#top .a_box{width:1000px;height:35px;margin:0px auto;}
#top .a_box .topic_tit{width:152px;height:15px;float:left;display:inline;margin-top:10px;}
#top .a_box .topmenu{width:auto;height:35px;float:right;}
#top .a_box .topmenu a{width:auto;height:35px;padding-left:8px;padding-right:8px;font-size:12px;color:#333;line-height:35px; font-family:"宋体";display:inline-block;float:left; background:#FFF; text-decoration:none;}
#top .a_box .topmenu a:hover{ background:#666;color:#FFF;}


/*banner*/
.bannerContainer{
    background-color: #bc3823;
    height: 220px;
    margin-bottom: 50px;
}
.bannerContainer img{
    width: 100%;
    height: 100%;
}



/*main*/
.mainList li {
    height: 208px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px #f3f3f3;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.mainList li .liLeft {
    margin-right: 29px;
}
.mainList li .liLeft img {
    width: 350px;
    height: 208px;
}
.mainList li .liRight {
    padding-top: 20px;
}
.mainList li .liRight p:nth-child(1) {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 20px;
    font-weight: bold;
}
.mainList li .liRight p {
    width: 758px;
}
.mainList li .liRight p:nth-child(2) {
    font-size: 14px;
    color: #666666;
    margin-bottom: 28px;
    max-height: 63px;
    text-indent: 28px;
    line-height: 20px;
    overflow: hidden;
}
.mainList li .liRight span {
    color: #999999;
    font-size: 14px;
}
.mainList .tsTaga:hover .title{
    color: #b7392a;
}



/*foot*/
.footContainer{
	text-align: center;
	padding: 30px 0;
	background-color: #b7392a;
    margin-top: 50px;
}
.footContainer p.webInfo{
	font-size: 14px;
    color: #fff;
    line-height: 30px;
}