@charset 'utf-8';
/*header-start*/
#header{
	height: 145px;
	background: #d92b2c url("../images/header_bg.jpg") no-repeat top center;
}
#header .logo{
	padding-top: 40px;
	width: 914px;
	height: 86px;
}
#header .hd_con{
	padding-top: 60px;
	width: 254px;
	height: 68px;
}
#header .hd_con .searchCon{
	cursor: pointer;
}

.tc2 .tc-box form{border-radius: 4px;overflow: hidden;background: #fff;height: 60px;width:100%;}
.tc2 .tc-box input[type="text"]{border: none;width: 94%;display: block;height: 60px;text-align: left;color: #434343;font-size: 14px;background:none;line-height: 60px;padding:0 20px;}
.tc2 .tc-box input[type="text"]:focus{ text-align: left;}
.tc2 .tc-box input[type="submit"]{position:absolute;right:0;top: 50%;padding: 0;z-index:2;background:url("../images/icon_search.png") center no-repeat;height: 60px;width: 70px;cursor:pointer;border:none;background-size: 20px 20px;margin-top: -30px;}

.tc2 .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%; top: 0;left: 0;z-index:999;display: none;}
.tc2 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transform:scale(1.1);visibility: hidden;}
.tc2 .tc.act{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform:scale(1);visibility: visible;}
.tc2 .close:hover{ transform:rotate(180deg);}
.tc2 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 
.tc2 .tc-box{position:absolute;border-radius: 4px;overflow: hidden;top:50%;z-index:9999;background: #fff;height: 60px;width: 50%;left:50%;margin-left: -25%;margin-top:-40px;}
.tc2 .tc.act{display: block; }
.tc2 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc2 .tc-bg {height: 100%;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
/*end header*/

/*nav start*/
#nav{
	width: 100%;
	height: 52px;
	border-bottom: 3px solid #d92b2c;
}
#nav .nav_menu{
	width:1200px;
	height: 52px;
}
#nav .nav_menu ul.nav_list{
	height: 52px;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 52px;
	line-height: 52px;
	padding: 0 14px;
}
#nav .nav_menu ul.nav_list li.hover{
	background: #d92b2c;
}
#nav .nav_menu ul.nav_list li.hover a{
	color: #fff;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #d92b2c;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #333;
}
#nav .nav_menu ul.nav_list li:hover a{
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0;
	top: 54px;
	display: none;
	z-index: 9999;
	width: 100%;
	background: url("../images/bai50.png");
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 44px;
	line-height: 48px;
	text-align: center;
}
#nav .nav_menu ul.nav_list li dl.menu dd a{
	font-size: 16px;
	color: #333;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover a{
	color: #d92b2c;
}
/*end nav*/

/*banner start*/
#banner{
	width:100%;
	background: #fdfde6;
}
#banner .bannerCon{
	position: relative;
	width: 1366px;
	height:450px;
	overflow: hidden;
	margin: 0 auto;
}
#banner .slideBox{ 
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1366px;
    height:450px;
    margin-left: -683px;
}
#banner .slideBox .hd{ 
	position: absolute;
	bottom: 28px;
	width: 100%;
	position:absolute; 
	height:14px;
	z-index: 9999;
}
#banner .slideBox .hd ul{
	display: block;
	width: 100%;
	text-align: center;
}
#banner .slideBox .hd ul li{ 
	display: inline-block;
	margin:0 6px;  
	width:14px; 
	height:14px;
	border-radius: 50%;
	background: #fff;
	text-align:center; 
	cursor:pointer; 
}
#banner .slideBox .hd ul li.on{
	background:#8e0b02;
}
#banner .slideBox  .bd ul li a img{ 
	display:block;  
	width:1366px; 
	height:450px;
	background-size: 100% 100%;
}
#banner .slideBox .banner_btn{
	width: 1200px;
	position:absolute; 
	top:50%;
	left: 50%;
	margin-left: -600px;
	z-index: 999;
}
#banner .slideBox .banner_btn a{
	display: block;
	position: absolute;
	top:50%;
	width:40px; 
	height:80px;
	margin-top:-40px;
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}
#banner .slideBox a.prev{ 
	left: 0;
	background:none;  
}
#banner .slideBox a.next{ 
	right: 0;
	background:none;  
	}
#banner .slideBox:hover a.prev{ 
	background:url("../images/banner_l.png")  no-repeat;   
	}
#banner .slideBox:hover a.next{
	background:url("../images/banner_r.png")  no-repeat;  
}
/*end banner*/

.main_body{
 background: #fdfde6;
 min-width: 1400px;
}

.main_body .main_logo_con{
	background: url("../images/mask_logo.png") no-repeat center 484px;
}
/*container01 start*/
#container01{
	padding-top: 40px;
}
#container01 .xqxw .hd_title{
	background: url("../images/icon01.png") no-repeat left center;
	margin-bottom: 16px;
}
.hd_title{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	font-size: 26px;
	color: #000;
	font-family: "Microsoft Yahei";
}
.hd_title .more{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
}
.hd_title .more a{
	display: block;
	width: 40px;
	height: 40px;
	background: url("../images/more_icon.png") no-repeat center right;
}
.hd_title .more a:hover{
	background: url("../images/more_hover_icon.png") no-repeat center right;
}
#container01 .xqxw_pic ul li{
	float: left;
	width: 274px;
	height: 328px;
	border: 1px solid #ccc;
	margin-right: 32px;
}
#container01 .xqxw_pic ul li a{
	display: block;
}
#container01 .xqxw_pic ul li+li+li+li{
	margin-right: 0px;
}
#container01 .xqxw_pic ul li .pic{
	width: 274px;
	height: 196px;
	overflow: hidden;
}
#container01 .xqxw_pic ul li .txt{
	background: #f8f8f8;
	height: 132px;
	padding: 0 15px;
}
#container01 .xqxw_pic ul li:hover .txt{
	background: #d92b2c;
}
#container01 .xqxw_pic ul li .txt .title{
	height: 56px;
	line-height: 28px;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #333;
	padding: 15px 0;
}
#container01 .xqxw_pic ul li:hover .txt .title{
	color: #fff;
}
#container01 .xqxw_pic ul li .txt .date{
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #666;
	padding-left: 24px;
	background: url("../images/date_icon.png") no-repeat left center;
}
#container01 .xqxw_pic ul li:hover .txt .date{
	color: #fff;
	background: url("../images/date_hover_icon.png") no-repeat left center;
}
#container01 .xqxw_list{
	padding-top: 30px;
}
.item_list ul li{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
	background: url("../images/icon02.png") no-repeat left center;
}
#container01 .xqxw_list ul li{
	float: left;
	width: calc(50% - 32px);
	margin-right: 32px;
}
#container01 .xqxw_list ul li:nth-child(2n){
	margin-right: 0px;
}
.item_list ul li a{
	display: block;
}
.item_list ul li .title{
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.item_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #666;
}
.item_list ul li:hover .title,.item_list ul li:hover .date{
	color: #d92b2c;	
}
/*end container01*/

/*container02 start*/
#container02{
	padding-top: 26px;
          min-height: 534px;
}
#container02 .dxtg{
	width: 740px;
}
#container02 .dxtg .hd_title{
	background: url("../images/icon03.png") no-repeat left center;
	margin-bottom: 16px;
}
#container02 .xqgg .hd_title{
	background: url("../images/icon04.png") no-repeat left center;
	margin-bottom: 16px;
}
#container02 .dxtg .dxtg_pic{
	height: 224px;
}
#container02 .dxtg .dxtg_pic ul li{
	position: relative;
	float: left;
	width: 360px;
	height: 224px;
	margin-right: 20px;
}
#container02 .dxtg .dxtg_pic ul li a{
	display: block;
}
#container02 .dxtg .dxtg_pic ul li+li{
	margin-right: 0px;
}
#container02 .dxtg .dxtg_pic ul li .pic{
	width: 360px;
	height: 224px;
	overflow: hidden;
}
#container02 .dxtg .dxtg_pic ul li .title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	background: url("../images/icon07.png");
	z-index: 2;
}
#container02 .dxtg .dxtg_list{
	padding-top: 26px;
}
#container02 .dxtg_list ul li{
	position: relative;
	height: 48px;
	line-height: 48px;
	background: url("../images/icon08.png");
	margin-bottom: 9px;
}
#container02 .dxtg_list ul li a{
	display: block;
}
#container02 .dxtg_list ul li:hover{
	background: #d92b2c;
}
#container02 .dxtg_list ul li:before{
	position: absolute;
	left: 82px;
	top: 11px;
	content: '';
	width: 1px;
	height: 26px;
	background: #b0b0b0;
	z-index: 2;
}
#container02 .dxtg_list ul li:hover:before{
	background: #fff;
}
#container02 .dxtg_list ul li .date{
	float: left;
	width: 100px;
	text-indent: 16px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #b0b0b0;
}
#container02 .dxtg_list ul li:hover .date{
	color: #fff;
}
#container02 .dxtg_list ul li .title{
	float: left;
	width: 640px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#container02 .dxtg_list ul li:hover .title{
	color: #fff;
}
#container02 .xqgg{
	width: 420px;
}
#container02 .xqgg_list ul li{
	height: 50px;
	margin-bottom: 20px;
}
#container02 .xqgg_list ul li a{
	display: block;
}
#container02 .xqgg_list ul li .date{
	width: 56px;
	height: 48px;
	border-top: 2px solid #fbbd28;
	background: #d92b2c;
	margin-right: 14px;
}
#container02 .xqgg_list ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#container02 .xqgg_list ul li .date span.d1{
	padding-top: 4px;
	font-size: 20px;
	line-height: 24px;
}
#container02 .xqgg_list ul li .date span.d2{
	font-size: 12px;
}
#container02 .xqgg_list ul li .title{
	width: 335px;
	padding-right: 15px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#container02 .xqgg_list ul li:hover .title{
	color: #d92b2c;
}
/*end container02*/

/*container03 start*/
#container03{
	padding-top: 20px;
          min-height: 296px;
}
#container03 .jxky{
	width: 584px;
}
#container03 .jxky .hd_title{
	background: url("../images/icon05.png") no-repeat left center;
	margin-bottom: 16px;
}
#container03 .media{
	width: 584px;
}
#container03 .media .hd_title{
	background: url("../images/icon06.png") no-repeat left center;
	margin-bottom: 16px;
}
/*end container03*/

/*container04 start*/
#container04{
	padding-top: 28px;
}
#container04 .ztwz .hd_title{
	background: url("../images/icon09.png") no-repeat left center;
	margin-bottom: 16px;
}
#container04 .ztwz .ztwzCon{
	position: relative;
	width: 1200px;
	height: 120px;
	overflow: hidden;
}
#container04 .ztwz .ztwzCon ul li{
	float: left;
	width: 284px;
	margin-right: 22px;
}
#container04 .ztwz .ztwzCon ul li a{
	display: block;
}
#container04 .ztwz .ztwzCon ul li .pic{
	width: 284px;
	height: 120px;
	overflow: hidden;
}
#container04 .ztwz .ztwz_btn a{
	position:absolute; 
	top:50%;
	margin-top:-25px; 
	width:30px; 
	height:50px; 
	display:none; 
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 99;
}
#container04 .ztwz:hover .ztwz_btn a.prev{
	display: block;
	left:0px; 
	background:url("../images/ztwz_l.png")  no-repeat;
}
#container04 .ztwz:hover .ztwz_btn a.next{
	display: block;
	right:-2px; 
	background:url("../images/ztwz_r.png") no-repeat;  
}
/*end container04*/

/*container05 start*/
#container05{
	padding-top: 40px;
}	
#container05 .zcfw .zcfw_title{
	background: url("../images/icon11.png") no-repeat left center;
	width: 115px;
	height: 87px;
}
#container05 .zcfw .zcfw_title p{
	font-size: 20px;
	color: #d92b2c;
	margin-top: 20px;
	padding: 0 0 3px 30px;
}
#container05 .zcfw .zcfw_title span{
	font-size: 12px;
	color: #999;
	padding-left: 30px;
}
#container05 .zcfw .zcfw_bd ul li{
	float: left;
	width: 155px;
}
#container05 .zcfw .zcfw_bd ul li a{
	display: block;
}
#container05 .zcfw .zcfw_bd ul li p{
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#container05 .zcfw .zcfw_bd ul li:hover p{
	color: #d92b2c;
}
#container05 .zcfw .zcfw_bd ul li i{
	display: inline-block;
	width: 58px;
	height: 58px;
	margin: 0 auto;
	margin: 0px 0 0 47.5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
#container05 .zcfw .zcfw_bd ul li a:hover{
	border-color: #d92b2c;
}
#container05 .zcfw .zcfw_bd ul li.zcfw1 i{
	background: url("../images/zcfw1.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw1 a:hover i{
	background: #d92b2c url("../images/zcfw1_on.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw2 i{
	background: url("../images/zcfw2.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw2 a:hover i{
	background: #d92b2c url("../images/zcfw2_on.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw3 i{
	background: url("../images/zcfw3.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw3 a:hover i{
	background: #d92b2c url("../images/zcfw3_on.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw4 i{
	background: url("../images/zcfw4.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw4 a:hover i{
	background: #d92b2c url("../images/zcfw4_on.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw5 i{
	background: url("../images/zcfw5.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw5 a:hover i{
	background: #d92b2c url("../images/zcfw5_on.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw6 i{
	background: url("../images/zcfw6.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw6 a:hover i{
	background: #d92b2c url("../images/zcfw6_on.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw7 i{
	background: url("../images/zcfw7.png") no-repeat center;
}
#container05 .zcfw .zcfw_bd ul li.zcfw7 a:hover i{
	background: #d92b2c url("../images/zcfw7_on.png") no-repeat center;
}
/*end container05*/

/*container06 start*/
#container06{
	padding: 40px 0 44px;
}
#container06 .yqlj .yqlj_hd{
	height: 24px;
	line-height: 24px;
	padding-left: 36px;
	background: url("../images/link_icon.png") no-repeat left center;
	font-size: 20px;
	font-family: "Microsoft Yahei";
	color: #d92b2c;
	margin-bottom: 16px;
}
#container06 .yqlj .link ul li{
	float: left;
	height: 34px;
	line-height: 34px;
	padding-left: 30px;
	background: url("../images/icon10.png") no-repeat left center;
	padding-right: 20px;
}
#container06 .yqlj .link ul li a{
	display: block;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#container06 .yqlj .link ul li:hover a{
	color: #d92b2c;
}
/*end container06*/

/*footer start*/
#footer{
	padding: 16px 0;
	background: #d92b2c;
}
#footer .copyright{
	width: 660px;
	padding: 12px 0;
}
#footer .copyright p{
	font-size: 14px;
	line-height: 32px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#footer .copyright p a{
	color: #fff;
}
#footer .copyright p a:hover{
	text-decoration: underline;
}
#footer .foot_logo{
	width: 120px;
	height: 120px;
}
#footer .foot_sydw{width:52px;height:120px;margin-left:120px;} 
#footer .foot_sydw img{margin-top:30px;}
#footer .foot_ewm{
           float:right;
	width: 240px;
}
#footer .foot_ewm ul{
	display: block;
	float: right;
}
#footer .foot_ewm ul li{
	float: left;
	width: 100px;
	margin-left: 14px;
}
#footer .foot_ewm ul li .pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#footer .foot_ewm ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
#footer .foot_ewm ul li p{
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
	line-height: 24px;
}
/*end footer*/

.pcbtn{
           display:none;
	background: #333;
	height: 36px;
	line-height: 36px;
}
.pcbtn a{
	display: block;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 15px;
}
/*back start*/
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 50px;
	z-index: 9999;
	cursor: pointer;
	background: url("../images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end back*/

/*list page start*/
#ej_banner{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#ej_banner .ej_banner_con{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 300px;
    margin-left: -960px;
}
#ej_banner .ej_banner_bd{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 1200px;
	height: 80px;
	margin-left: -600px;
	z-index: 99;
}
#ej_banner .ej_banner_bd .lmmc{
	width: 252px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: url("../images/lmmc_bg.png");
}
#main .main_con_l{
	width: 252px;
}
.sidebar{
	width: 252px;
	background: #fafafa;
	margin-bottom: 16px;
}
.sidebar ul li{
	position: relative;
	height: 50px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 50px;
	background: url("../images/icon12.png") no-repeat 22px center;
}
.sidebar ul li+li{
	border-top: 1px solid #fff;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #333;
	text-align: center;
	font-size: 18px;
}
.sidebar ul li:hover,.sidebar ul li.active{
	background: #d92b2c url("../images/icon12_on.png") no-repeat 22px center;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #fff;
}
.sidebar ul li.last{
	border: none;
}
.sidebar_pic{width:252px;margin-bottom:30px;}
.sidebar_pic img{display:block;width:100%;height:auto;}
#main .main_con_l .ej_ztzl ul li{
	width: 250px;
	height: 82px;
	overflow: hidden;
	margin-bottom: 20px;
}
#main .main_con_l .ej_ztzl ul li img{
	display: block;
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#main .main_con_l .ej_ztzl ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main .main_con_r{
	width: 910px;
	padding-top: 36px;
}
.main_hd{
	position: relative;
	height: 40x;
	line-height: 40px;
	padding-left: 16px;
}
.main_hd .line{
	position: absolute;
	left: 0px;
	top: 7px;
	width: 2px;
	height: 26px;
	background: #d92b2c;
}
.main_hd .dqwz{
	font-size: 14px;
	line-height: 40px;
	color: #808080;
}
.main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
}
.main_hd .dqwz a:hover{
	color: #d92b2c;
}
.main_list{
	width:910px;
	min-height: 300px;
}
.main_list ul{
	display: block;
	padding: 15px 0;
}
.main_list ul li{
	position: relative;
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 16px;
	background: url("../images/icon02.png") no-repeat left center;
}
.main_list ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
}
.main_list ul li:hover a{
	color: #d92b2c;
}
.main_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: "Microsoft Yahei";
	color: #666;
	font-size: 14px;
}
.main_list ul li:hover .date{
	color: #d92b2c;
}
.fanye img{
	margin: 20px auto 30px;
}
/*end list page*/

/*content page start*/
#main .nr{
	width: 880px;min-height: 300px;
}
#main .nr .main_content .content_con{
    padding-left: 60px;
    padding-right: 30px;
background:  url("../images/line_r.png") left top no-repeat;
}
#main .nr .main_content .content_con .content{background:  url("../images/line_r.png") right top no-repeat;padding-right:20px;}
.main_bd .con_title{
	padding-top: 32px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
.main_bd .con_title h2.title{
	padding: 0 45px;
	text-align: center;
	font-size: 26px;
	font-family: "Microsoft Yahei";
	color: #000;
	line-height: 44px;
}
.main_bd .con_title p.info{
	text-align: center;
	line-height: 50px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.main_bd .con_title p.info span{
	margin-right: 30px;
}
.main_bd .con_title p.info i.djs{
	font-style: normal;
	margin-right: 30px;
}
.content{
	padding-bottom: 20px;
}
.content p{
	font-size: 16px !important;
	color: #333;
	font-family: "Microsoft Yahei";
	line-height: 32px !important;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content p img{
	margin: 0 auto;
	max-width: 100%;
          border:none !important;
}
.content p TABLE TD P{text-indent: 0px;}
.content p video{display:block;margin:0 auto;}
.content p iframe{margin-left: -2em;}
#vsb_content_2 P{font-size: 16px !important;line-height: 32px !important;}
#vsb_content_2 P TABLE TD P{text-indent: 0px;}
#vsb_content_2 P iframe{margin-left: -2em;}
.page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 15px; }
.page p{
	line-height:30px;
	text-indent: 0 !important;
}
.page span { 
	color: #000; 
}
.page a {
	display: inline-block;
	color: #000; 
}
.page a:hover { 
	color: #d92b2c;
	transition: 0.6s all; 
}
.keywordfontcolor1014382{font-size:16px !important;FONT-FAMILY: 微软雅黑 !important;color:#f00 !important;}
/*end content page*/

/*list_tppic start*/
.list_tppic{
	width: 910px;
	min-height: 600px;
}
.list_tppic ul{
	display: block;
	padding-top: 32px;
	width: 940px;
    overflow: hidden;
}
.list_tppic ul li{
	float: left;
	width: 285px;
	height: 312px;
	margin: 0 26px 20px 0; 
        border: 1px solid #ccc;
}
.list_tppic ul li a{
	display: block;
}
.list_tppic ul li .pic{
	width: 285px;
	height: 180px;
	overflow: hidden;
}
.list_tppic ul li .pic img{
	display: block;
	width: 285px;
	height: 180px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.list_tppic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_tppic ul li .txt{
	background: #f8f8f8;
	height: 132px;
	padding: 0 15px;
}
.list_tppic ul li:hover .txt{
	background: #d92b2c;
}
.list_tppic ul li .txt .title{
	height: 56px;
	line-height: 28px;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #333;
	padding: 15px 0;
}
.list_tppic ul li:hover .txt .title{
	color: #fff;
}
.list_tppic ul li .txt .date{
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #666;
	padding-left: 24px;
	background: url("../images/date_icon.png") no-repeat left center;
}
.list_tppic ul li:hover .txt .date{
	color: #fff;
	background: url("../images/date_hover_icon.png") no-repeat left center;
}
/*end list_tppic*/