/*QQ：275210931*/

body {
	background: #fff;
}
@media screen and (min-width:1280px){
	.container {max-width: 1280px;}
}
@media screen and (min-width: 1400px){
	.container {max-width: 1400px;}
}

.header {

width: 100%;

}

.header .logo { float: left; }
.header .logo img{max-width: 100%;}
.header .topnav { float: right; line-height:100px; width: 200px;font-size:18px;color:#ae0a16;text-align:center;}
.header .topnav i{font-size:18px;}
.header .topnav a{color:#ae0a16;}
.banner img{width:100%;}
 .menu {
	background-color:#f4e5d1;
	height: 60px; line-height: 60px;
	width: 100%;
}
 .menu1 {
	background-color:#eee;
	height: 60px; line-height: 60px;
	width: 100%;
}
.venus-menu{
	
}
.venus-menu{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;
	background-color:#f4e5d1;
	
}

.venus-menu li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.venus-menu > li > a{
	padding:20px 73px;
	font-size:20px;
	color:#c21408;
	font-weight: bold;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a, .venus-menu li.active a{
	
	background-color:#c21408; text-decoration: none; color: #fff;
}
.venus-menu > li > a i{
	color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#fff;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:140px;
}
.venus-menu ul{
	top:56px;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
	content:'';
	position:absolute;
	bottom:48px;
	left:45%;
	margin-left:-48px;
	width:0;
	height:0;
	border-left:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid rgba(255, 255, 255, 0);
	border-bottom:8px solid #c21408;
}
.venus-menu > li > ul > li ul li:first-child a:before{
	content:'';
	position:absolute;
	bottom:16px;
	left:45%;
	margin-left:-71px;
	width:0;
	height:0;
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #ddd;
	border-bottom:8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	padding:14px 20px;
	width:100%;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	background:#c21408;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color: #ddd; color: #333; }
.venus-menu > li > ul > li:first-child:hover a:before{
	border-bottom-color:#ddd;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
	border-right-color:#ddd;
}
.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:19px;
	right:8px;
	font-size:20px;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color:#fff;
}
.venus-menu ul > li .indicator{
	top:14px;
	right:8px;
	color:#fff;
}
.venus-menu i{
	line-height:20px !important;
	margin-right:6px;
	font-size:20px;
	float:left;
}
.venus-menu > li.showhide{
	display:none;
	width:100%;
	height:60px;
	cursor:pointer;
	color:#777;
	border-bottom:solid 1px rgba(0, 0, 0, 0.1);
		background:#f4e5d1;
}
.venus-menu > li.showhide span.title{
	margin:13px 0 0 20px;
	float:left;
}
.venus-menu > li.showhide span.icon{
	margin:16px 20px;
	float:right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}
.venus-menu li.search{
	float:right;
}
.venus-menu li.search form{
	margin:13px 20px 0 0;
}
.venus-menu li.search form input.search{
	height:26px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	color:#777;
	outline:none;
	border:solid 1px #dedede;
	-o-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-webkit-transition:border .3s linear;
	transition:border .3s linear;
}
.venus-menu li.search form input.search:focus{
	border-color:#018A00;
}
.zoom-out{
	-webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}


}
@media only screen and (max-width:768px){
	.venus-menu li{
		display:block;
		width:100%;background-color: #c21408; 
	}
	.venus-menu > li > a{
		padding:13px 0 14px 20px; color: #fff;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{
		top:14px;
		right:20px;
		font-size:20px;
	}
	.venus-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}
@media screen and (min-width: 768px)and (max-width: 990px){
.venus-menu > li > a{
	padding:30px 10px;
	font-size:18px;
	color:#c21408;
	font-weight: bold;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
}
@media screen and (min-width: 990px)and (max-width: 1280px){
.venus-menu > li > a{
	padding:30px 18px;
	font-size:24px;
	color:#c21408;
	font-weight: bold;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
}

		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.slideBox {
	width: 100%;
    overflow: hidden;
    position: relative;
    background: #ddd;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right:5%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #ba1e1f;
	color: #fff;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 12px;
	cursor: pointer;
	transition: all .3s ease-in;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 4px solid #705629;
}
.slideBox .hd ul li:hover {
	border: 2px solid #705629;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	display: block;
	overflow: auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}


.main{padding-top: 30px; margin-top:20px;}	
.main .title ,.main1 .title{
height:60px;

 

       width: 100%;
    text-align: center;
    background: url(../images/tt1.png) no-repeat center top;

}
.main .title h3,.main1 .title h3{
text-align: center;
    font-weight: bold;
    color: #cd1c0a;
display: block;
    line-height: 50px;
    font-family: "Microsoft yahei";
    font-size: 45px;

}
.main .title .tt{

    font-weight: bold;
    color: #ce2e21;
float:left;
    line-height:60px;
    font-family: "Microsoft yahei";
    font-size: 30px;
background: url(../images/icon1.png) no-repeat center left;
   width: 190px;
   text-align:center;

}
.main .title .more {float:right; line-height:60px;}
.main .title .more a{color:#ce2e21;font-size:16px;}
.main .con{
	    padding: 50px 0px 0px;
    margin: 0 auto;
}

.main .news {border-bottom: 0px solid #ccc!important;
    height: auto;}
 

 /**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_pre,
.news_list li.news .news_title {font-family:"black";}/*默认简介*/
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/*图文*/
.tu_text{}
.tu_text .news_list {}
.tu_text .news_list li.news{margin-bottom:40px;padding: 0px;background:#fff;}
.tu_text .news_list li.news .news_imgs{float: left;width: 275px;margin-right: -275px; text-align:center;display: table;}
.tu_text .news_list li.news .news_imgs a{height: 189px;display:table-cell;margin:auto;vertical-align:middle;background-color: #f7f7f7;}
.tu_text .news_list li.news .news_imgs img{max-width: 275px;max-height: 189px; width:auto; transition:all 0.4s ease-in-out;}
.tu_text .news_list li.news .news_imgs img{width:100%; height:189px; }
.tu_text .news_list li.news .news_wz{width:100%;} 
.tu_text .news_list li.news .news_wz .news_con{margin-left:275px;padding: 0px 20px;position:relative;} 
 .tu_text .news_list li.news .news_title{margin-bottom:5px;line-height: 35px;font-size: 18px; font-weight:bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} 
 .tu_text .news_list li.news .news_title a{color:#222;}
 .tu_text .news_list li.news .news_text{margin-bottom:5px;line-height:28px;font-size: 16px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
 .tu_text .news_list li.news .news_time > span{line-height:26px;margin-right:10px;background:url('images/news_times_icon.png') no-repeat;}
 .tu_text .news_list li.news .news_time .times i{color:#cc1a1a;}
 .tu_text .news_list li.news .news_time .views{padding-left: 20px;background-position: -5px -29px;}
 .tu_text .news_list li.news .news_box:hover .news_imgs img{transform:scale(1.1,1.1);}
.tu_text .news_list li.news .news_pre,.col_news_con .tu_text .news_list li.news .news_pre a{font-weight:bold; color:#cc1a1a;}
span.Article_CategoryName span {padding: 0px; margin-right:10px;font-weight: bold;font-family:"black";font-size:14px;}
.btn-hong{background-color:#cc1a1a;}
@media screen and (max-width: 767px){


 .tu_text .news_list li.news .news_imgs{float: none;width:100%;margin-right: -190px;}
 .tu_text .news_list li.news .news_imgs a{height: 189px;}
 .tu_text .news_list li.news .news_wz .news_con{margin-left: 0px;padding: 10px 10px;}
 .tu_text .news_list li.news .news_title{font-size: 16px;}
 .tu_text .news_list li.news .news_imgs img{max-width:inherit;max-height:inherit;width:100%; height:auto;}

}
/*图文*/
.tu_text2{}
.tu_text2 .news_list {}
.tu_text2 .news_list li.news{margin-bottom:20px;padding: 0px;background:#fff;}
.tu_text2 .news_list li.news .news_imgs{float: left;width: 336px;margin-right: -275px; text-align:center;display: table;}
.tu_text2 .news_list li.news .news_imgs a{height: 189px;display:table-cell;margin:auto;vertical-align:middle;background-color: #f7f7f7;}
.tu_text2 .news_list li.news .news_imgs img{max-width: 336px;max-height: 189px; width:auto; transition:all 0.4s ease-in-out;}
.tu_text2 .news_list li.news .news_imgs img{width:100%; height:189px; }
.tu_text2 .news_list li.news .news_wz{width:100%;} 
.tu_text2 .news_list li.news .news_wz .news_con{margin-left:336px;padding:0px 20px;position:relative;} 
 .tu_text2 .news_list li.news .news_title{margin-bottom:5px;line-height: 35px;font-size: 18px; font-weight:bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} 
 .tu_text2 .news_list li.news .news_title a{color:#000;}
 .tu_text2 .news_list li.news .news_text{margin-bottom:5px;line-height:22px;font-size: 14px; max-height: 44px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
 .tu_text2 .news_list li.news .news_time > span{line-height:26px;margin-right:10px;background:url('images/news_times_icon.png') no-repeat;}
 .tu_text2 .news_list li.news .news_time .times i{color:#cc1a1a;}
 .tu_text2 .news_list li.news .news_time .views{padding-left: 20px;background-position: -5px -29px;}
 .tu_text2 .news_list li.news .news_box:hover .news_imgs img{transform:scale(1.1,1.1);}
.tu_text2 .news_list li.news .news_pre,.col_news_con .tu_text .news_list li.news .news_pre a{font-weight:bold; color:#cc1a1a;}
span.Article_CategoryName span {padding: 0px; margin-right:10px;font-weight: bold;font-family:"black";font-size:14px;}

@media screen and (max-width: 767px){


 .tu_text2 .news_list li.news .news_imgs{float: left;width:180px;margin-right: -190px;}
 .tu_text2 .news_list li.news .news_imgs a{height: 189px;}
 .tu_text2 .news_list li.news .news_wz .news_con{margin-left: 190px;padding: 10px 10px;}
 .tu_text2 .news_list li.news .news_title{font-size: 16px;}
 .tu_text2 .news_list li.news .news_imgs img{max-width:inherit;max-height:inherit;width:100%;}

}
.news_more{width:100%;text-align:center; margin:0 atuo; margin-top:20px;}
.slidepic{margin-top:20px; width:100%; border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px #e8e8e8;    margin-bottom: 14px;}
 .fjut{/*border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 10px #e8e8e8;  */  margin-bottom: 14px; text-align:center;}
.fjut .title{font-size:18px;color:#ce2e21;  border-bottom: 3px solid #ce2e21; line-height:36px; font-weight:bold; text-align:center;}
 .fjut .tt {border-bottom:1px solid #e5e5e5;}
 .fjut .tt .tit {padding-left: 10px;background:#fff;font-size: 16px;
    font-weight: bold;
    color: #1d1d1d;
    cursor: pointer; line-height:42px;}
    .fjut .tt .tit i{color:#cc1a1a;font-size:16px;}
 .fjut .tt .tit .title {font-size: 16px;font-weight:bold;color: #1d1d1d;cursor:pointer;}
 .slidepic .con,.fjut .con {padding: 10px;margin: 0 auto;
    background: #fff;}
.mail {background:#c21408; width:100%; margin:0 auto; text-align:center;}

.zhuanti li{background:linear-gradient(to bottom,#c21408,#f33d05);height:90px; width:100%; list-style:none;margin-bottom:15px; color:#fff;padding:0 10px; text-align:center; line-height:90px;}
.zhuanti li a{ color:#fff; font-size:18px; font-weight:bold;}
/*.zhuanti li:last-child{line-height:35px; padding:10px;background:linear-gradient(to top,#c21408,#f33d05);}*/
.main1 {   padding: 50px 0;}
.main1 .title{text-align:center;font-size:32px;font-weight:bold; line-height:130px; color:#ce2e21;margin-bottom:30px;}

.main1 li{width:100%;list-style:none; margin-bottom:10px;}
@media screen and (max-width:767px){
.main1 li:first-child{margin-top:10px;}
}

.main1 img{width:100%;}
.main4 .link_title{
	color: #cd1c0a;font-size: 24px;line-height: 48px;
}
.main4 .link_con{
	border: 1px solid #ddd;
	padding: 15px;

}
.main4 .link_con a{
	color: #333; font-size: 16px; margin-right: 60px;
}
.main2 .title,.main3 .title {
	background: url(../images/tt2.png) no-repeat 200px;
	display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6
}
.main2 .title h3,.main3 .title h3{
	    display: inline-block;
    float: left;

    font-weight: normal;
        display: inline-block;
    margin-right: 20px;
    font-size: 42px;
    font-weight: bold;
    color: #cd1c0a;
    cursor: pointer;

    line-height: 50px;

    font-family: "Microsoft yahei","微软雅黑",sans-serif;
}
.main2 .con{
	     padding-top: 45px;
}

.main2 .con li{
	    float: left;
    width: 100%;
    position: relative;
    transition: all 0.5s;
    position: relative;
    transition: all 1s;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.main2 .con .news_title{
	    color: #1d1d1d;
    font-size: 18px;
    line-height: 60px;
    background: url(../images/lbj.png) no-repeat left center;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main2 .con .news_title a{
	color: #1d1d1d;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.main2 .con .news_title2{
	    color: #1d1d1d;
    font-size: 18px;
    line-height: 60px;
    background: url(../images/lbj2.png) no-repeat left center;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main2 .con .news_title2 a{
	color: #1d1d1d;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.main2 .con .news_text a{
	    font-size: 16px;
    color: #747474;
    line-height: 28px;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main2 .con .news_con{
	  padding:  22px 40px 22px 15px;
}
.main2 .con .active{
	    height: 190px;
}
.main2 .active .news_title {
	background:url(../images/lbjh.png) no-repeat left center !important;
}
.main2 .active .news_title a {
    color: #fff;
}
.main2 .news_title:hover {
	background:url(../images/lbjh.png) no-repeat left center !important;
}
.main2  .news_title:hover a {
    color: #fff;
}
.main2 .news_title2:hover {
	background:url(../images/lbjh2.png) no-repeat left center !important;
}
.main2  .news_title2:hover a {
    color: #fff;
}

.main2 .vod{ padding-top: 40px; }
.main3 .btn_link{padding: 15px;}
.main3 .btn_link li{
	margin-bottom: 10px;
}
.main3 .btn_link li img{width: 100%; height: 100px;}

.footer{ width:100%; min-height: 60px; padding: 20px 0px;background: #c21408; }	
.footer p{line-height: 42px;font-size:16px; color:#fff; text-align: center; }
.footer a{color: #ddd;}


.list-banner {

    width: 100%;
margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.sidebar {
	


	width: 100%;

  margin-top: 15px; 

background: #eee;
    float: left;
    padding-bottom: 100px;
}
.sidebar .sidetit {
	    width: 100%;
    float: left;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    color: #fff;
	background-color: #c21408;
    border-bottom: 3px solid #ffd570;
}

.sidebar .list-group {
	margin-top: 15px; 
}
.sidebar .list-group li:hover{background: #ddd;}
.sidebar .list-group .listname {
	line-height: 30px;
	color: #c21408;

	   border-bottom: 1px solid #d7d7d7;
	text-align: left;
	padding: 0 20px 0 50px;
}
.sidebar .list-group .listname a {
	


	text-decoration: none;
	
    height: 44px;
    line-height: 44px;
 
    font-size: 16px;
    color: #333;
    text-align: center;
}

.column-list-wrap .sub-list li a {
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #D6D6D6;
	color: #121212;
}
.column-list-wrap .sub-list li:hover a.selected {
	background-color: #ffffff;
	color: #d00d16;
}
.column-list-wrap .sub-list li a span {
	padding: 13px 10px;
	line-height: 18px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li:hover a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li:hover a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
.listmain .listitle {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	color: #c21408;
	background-color: #FFF;
	margin-top: 15px;
	padding-left:20px;
}
.listmain .listitle a{color: #666;}
.listmain .listitle .path {
	height: 40px;
	line-height: 40px;
	 color: #666;
	font-size: 14px;
}
.listmain .listitle .path a {
	color: #333;	height: 40px;
	line-height: 40px;
}
.listmain .listitle a:hover{ color:#c21408;}
.listcon {
	min-height: 400px;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}
.listcon a{ color: #333; }

.content {

	min-height: 500px;
	background-color: #FFF;
	padding: 25px 0px;
max-width:950px;
margin: 0 auto; /*max-width: 1200px;*/

}
.content .maintitle {
	
	line-height: 46px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #c21408;
}
.content .subtitle {
	font-size: 18px;
	text-align: center;
	color: #666;
}
.content .attributes {
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-bottom: #ddd solid 1px;
}
.content .article {
	padding: 20px;

}
.content .article p{text-indent: 2em;
    text-align: left;
    font-size: 16px;
    line-height: 2em;}
.content .article img{
	max-width: 100%;
	clear: both;
display: block;
margin:auto;
margin-top: 15px;
}
.content .print {
	margin-bottom: 10px;
	float: right;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content .print a {
	color: #333;
}

.wp_article_list .list_item {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #ccc;
	vertical-align: top;
font-size: 18px;
}
	.wp_article_list .list_item .Article_Index{display: none;}


	.wp_paging {padding: 35px 0px; font-size: 16px;}
	.dtjt8_div_img{max-width: 100%;}

.cards .card {background: #fff;}
.cards .card-heading { color: #333; font-size: 16px; 
overflow:hidden; 
text-overflow:ellipsis; 
white-space: normal; 
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
 


  }
  .cards .card-date{padding: 15px 10px ; background: #fff; color: #c21408;font-size: 14px;}
  .cards .card-button{float: right;padding: 0px 15px 10px 0px;}
  .icon1x {font-size: 20px;}
  .possplit{width: 40px;}
  @media screen and (max-width: 768px){
	.vod{padding-bottom: 35px;}
	.main3 .col-md-4{margin-top: 15px;}
}
.mt20{margin-top:20px}
.focus-navigation,.focus-title-bg,.focus-title{display:none;}

.listcon .tt {width:100%;border-bottom:1px solid #ebebeb; text-align: center; line-height:46px;} 
.listcon .tt .tit {float:none;}
.listcon .tt .tit .title {display:inline-block;padding:0px 15px; font-weight:bold; color: #9d9d9d;cursor:pointer; font-size:18px;line-height:46px;}
.listcon .tt .tit .title a{color:#9d9d9d;}
.listcon .tt .tit .title.active { border-bottom: 3px solid #cc1a1a;  color:#cc1a1a;}
.listcon .tt .tit  li.active a{color::#cc1a1a}
/* 热点图集css */
		.slideTxtBox{ width:100%;  text-align:center;  }
		.slideTxtBox .hd{ height:60px; line-height:60px;  padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; text-align:center; }
		.slideTxtBox .hd ul{  height:60px; width:240px;margin:0 auto; text-align:center;  }
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; font-size:20px; color:#666; }
		.slideTxtBox .hd ul li.on{ height:60px;  background:#fff;  border-bottom:2px solid #cc1a1a; color:#cc1a1a;font-weight:bold;font-size:20px;}
		.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
		.slideTxtBox .bd li{ height:24px; line-height:24px;   }
		.slideTxtBox .bd li .date{ float:right; color:#999;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
		.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
		.slideTxtBox .arrow .next{ background-position:0 -50px;  }
		.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
		.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }
