@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body,ul,li,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,b,p,form,input{list-style:none;font-family:"Microsoft YaHei","微软雅黑","Arial Narrow",HELVETICA; color:#333333;}
img{border:none; display:block;}
a{text-decoration:none; color:#333333;}
a:hover{color:#da251c;}
.clear{ clear:both;}
body{ font-family:"Microsoft YaHei","微软雅黑","Arial Narrow",HELVETICA; font-size:14px; background:#fff;}
.middle{
	width: 1100px;
	margin:0 auto;
}
.header{
	height: 80px;
	overflow: hidden;
	border-bottom: 1px solid #EAEAEA;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999999;
	background-color: #fff;
}
.header .logo{
	width: 130px;
	float: left;
	margin-top: 19px;
	margin-right: 42px;
}
.header .nav{
	width: 690px;
	float: left;
}
.header .nav li{
	float: left;
	line-height: 80px;
	font-size: 20px;
	margin-right: 22px;
}
.header .search{
	width: 228px;
	float: right;
	border:1px solid #cccccc;
	height: 33px;
	position: relative;
	border-radius: 18px;
	margin-top:22px;
}
.header .search input{
	position: absolute;
	border:none;
	outline: none;
}
.header .search input.text{
	left: 10px;
	top: 3px;
	padding:4px 0;
}
.header .search input.submit{
	width: 40px;
	height: 32px;
	line-height: 32px;
	right: 13px;
	top: 0px;
	background: #fff;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #cccccc;

}
.mbxdh{
	font-size: 16px;
	margin-bottom: 20px;
}
.main-cont{
	overflow: hidden;
	margin-top: 110px;
}
.main-cont .left{
	width: 710px;
	float: left;
}
.main-cont .right{
	width: 340px;
	float: right;
}
.main-cont .ul-list{
	border-top:1px solid #e5e5e5;
	padding-top:25px;
}
.main-cont .ul-list-noborder{
	border-top: none;
}
.main-cont .ul-list li{
	height: 146px;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
	position: relative;
}
.main-cont .ul-list li .bq{
	position: absolute;
	left: 10px;
	top: 10px;
	background:rgba(0,0,0,0.6);
	border-radius: 4px;
	padding: 5px;
	color: #fff;
	font-size: 12px;
}
.main-cont .ul-list li.no-thumb .bq{
	display: none;
}
.main-cont .ul-list li img{
	width: 260px;
	height: 146px;
	float: left;
}
.main-cont .ul-list li .list-r{
	width: 430px;
	float: right;
}
.main-cont .ul-list li .img-box{
	display: inline-block;
	width: 260px;
	height: 146px;
	overflow: hidden;
}
.transition img{
	transition: all 0.5s ease-out 0s;
}
.transition img:hover{
	transform: matrix(1.06, 0, 0, 1.06, 0, 0);
}
.main-cont .ul-list li.no-thumb{
	height: auto;
}
.main-cont .ul-list li.no-thumb .list-r{
	width: 710px;
	float: left;
}
.main-cont .ul-list li .list-r .view-box {
    height: 132px;
    overflow: hidden;
    margin-top: -4px;
}
.main-cont .ul-list li .list-r .title{
	font-size: 22px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	line-height: 30px;
	margin-bottom: 10px;
}
.main-cont .ul-list li .list-r .desc{
	line-height: 18px;
	color: #7a7a7a;
	margin-bottom: 26px;
}
.main-cont .ul-list li .list-r .info{
	color: #7a7a7a;
}
.main-cont .ul-list li .list-r .info span{
	float: left;
	margin-right: 10px;
}
.main-cont .ul-list li .list-r .info span.keywords{
	float: left;
	margin-right: 0;
}
.main-cont .ul-list li .list-r .info span.keywords a{
	padding-left: 8px;
	color: #000;
}
.main-cont .ul-list li .list-r .info span.keywords a:hover{
	color: #da251c;
}
.main-cont .more a{
	display: block;
	width: 100%;
	height: 52px;
	text-align: center;
	color: #c7c7c7;
	border: 1px solid #e5e5e5;
	line-height: 52px;
	color: #c1bdbe;
	font-size: 16px;
	cursor: pointer;
}
.main-cont .more a:hover{
	border:1px solid #ccc;
	color: #333;
}
.part{
	margin-bottom: 50px;
}
.part .title{
	padding-left: 30px;
	border-left: 6px solid #e60012;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 22px;
}
.part .content{
	width: 340px;
	height: 190px;
	overflow: hidden;
	position: relative;
}
.special .ul-list .tbox dt {
    display: none;
}
.part .content img{
	width: 340px;
	height: 190px;
}
.part .content .zhezhao{
	position: absolute;
	width:340px;
	height: 190px;
	left: -340px;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	line-height: 190px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	/* display: none; */
}
.part .tbox dt {
    padding-left: 30px;
    border-left: 6px solid #e60012;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 22px;
}
.part .title-p{
	margin:10px 0 8px 0;
	font-size: 16px;
}
.part .desc{
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
 .footer{
 	padding-top: 50px;
 	overflow: hidden;
 	background: #a8a8a8;
 	color: #fff;
 	padding-bottom: 38px;
 	margin-top: 100px;
 }
.footer .left{
	width: 240px;
  	float: left;
  	margin-right: 188px;
 }
.footer .left p{
	color: #fff;	
	margin-bottom: 20px;
 }
.footer .left p a{
	color: #fff;
	line-height: 30px;
}
.footer .left p a:hover{
	color: #da251c;
}
.footer .left p img{
	margin-right: 10px;
 	display: inline;
 	vertical-align: middle;
}
.footer .right{
  float: right;
}
.footer .mid{
	width: 460px;
	float: left;
}
.footer .mid .title{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-bottom: 16px;
}
.footer .mid p{
	color: #999999;
	display: inline-block;
	margin-right: 30px;
}
.footer .mid img{
	margin-right: 7px;
	display: inline;
	vertical-align: middle;
}
.footer .right{
	width: 150px;
	text-align: center;
}
.footer .right p{
	text-align: center;
	color: #fff;
}
.footer .right img{
	width: 120px;
	height: 120px;
	margin:0 auto 5px;
}
.footer-bottom{
	padding: 5px 0;
	background: #000000;
}
.footer-bottom p{
	text-align: center;
	color: #fff;
	line-height: 34px;
}
.footer-bottom p a{
	color: #fff;
}
.footer-bottom p a:hover{
	color: #da251c;
}
/* 页码 */
.rmt-pages{
	margin-top: 40px;
	margin-bottom: 40px;
}
.rmt-pages ul{
	text-align: center;
}
.rmt-pages ul li{
	display: inline;
}
.rmt-pages ul li a{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
}
.rmt-pages ul li a:hover{
	background: #dedede;
}
.rmt-pages ul li.thisclass a{
	background: #dedede;
}


.dcw-r-part{
	margin-bottom: 22px;
}
.dcw-r-part .img{
	position: relative;
	width: 340px;
	height: 210px;
	overflow: hidden;
}
.dcw-r-part .img img{
	width: 340px;
	height: 210px;
}
.dcw-r-part p{
	position: absolute;
	height: 70px;
	color: #fff;
	bottom: 0px;
	width: 330px;
	font-size: 16px;
	left: 0px;
	padding-left: 10px;
	line-height: 102px;
	background:-webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
	background:-o-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
	background:-moz-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
	background:linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
}
.dcw-right-title{
	height: 60px;
	border-top: 3px solid #c80000;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin-top: 30px;
}
.dcw-r-part1 ul li{
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-top:20px;
}
.dcw-r-part2{
	margin-top: 30px;
}
.dcw-r-part2 ul li{
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #666666;
	border-radius: 20px;
	font-size: 16px;
	margin-right: 2px;
	margin-bottom: 20px;
}
.dcw-r-part2 ul li a{
	color: #666;
}
.dcw-r-part2 ul li a:hover{
	color: #da251c;
}
.article-news{
	margin-top: 30px;
}