*{  font-family:'Microsoft YaHei';}
body,ul,ol,h1,h2,h3,h4,h5,h6,p,input,select,textarea,dl,dd{margin: 0;padding: 0;}
body{ overflow-x:hidden;}
ul,ol{list-style: none;}

input,select,textarea
{background-color: transparent; border: none; outline:none;}

textarea{resize: none;}/*右下角的小尾巴*/
img{border: none; vertical-align: top;}
a{text-decoration: none;}

.clearfix:after,.clearfix:before{content: "";display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}
.clear{ clear:both;}

/*公用样式*/
.fl{float: left;}
.fr{float: right;}
.gWidth{width: 1000px; margin-left: auto; margin-right: auto;}
body{
	background: #f6f6f6;
}
.bg_f{
	background: #fff;
}
.mt_30{
	margin-top: 30px;
}
.mt_40{
	margin-top: 40px;
}

.top_bg{
	background: url(../img/top.jpg) no-repeat center;
	height: 130px;
	background-size: auto 100%;
	overflow: hidden;
}

.top form{
	margin-top: 55px;
	float: right;
}

#time{
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 15px;
	text-align: right;
	color: #fff;
}
.top form input{
	height: 32px;
	border: 1px solid #9f642a;
	border-radius: 5px 0 0 5px;
	background: rgba(255,255,255,.8);
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	width: 240px;
}
.top form div{
	display: flex;
}
.top form input[type=submit]{
	background:linear-gradient(#fcef03, #feae01);
	color: #552e07;
	border-radius:0 5px 5px 0;
	width: 65px;
}

.nav{
	line-height: 45px;
	height: 45px;
	background-image: linear-gradient(#fcef03, #feae01);
}
.nav ul{
	display: flex;
	text-align: center;
}
.nav ul li{
	width:20%;
	height: 45px;
}
.nav ul li>a{
	color: #552e07;
	line-height: 1em;
	border: 1px solid #9f642a;
	width: 100%;
	display: block;
	border-top: 0;
	border-bottom: 0;
	font-size: 18px;
	margin: 13px 0;
	box-sizing: border-box;
}
.nav ul li dl{
	border:1px solid #a0652b;
	background: #fff9ec;
	display: none;
	width: 100% !important;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.nav ul li dl a{
	color: #552e07;
}


.flexslider{position:relative;width:480px;overflow:hidden; height: 340px;}
		.slides{position:relative;z-index:1;}
		.slides li{height:340px; position: relative;}
		.slides li img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.slides p{
			position: absolute;
			bottom: 0;
			left: 0;
			height: 45px;
			width: 100%;
			background: rgba(0,0,0,.6);
			padding: 0 10px;
			box-sizing: border-box;
		}
		.slides p a{
			color: #fff;
			font-size: 14px;
			width: 400px;
			display: inline-block;
			overflow:hidden;white-space: nowrap;text-overflow: ellipsis;
			line-height: 45px;
		}
		.flex-control-nav{position:absolute;right: 10px ;bottom:14px;z-index:2;text-align:center;}
		.flex-control-nav li{display:inline-block;width:8px;height:8px;margin:0 2px;*display:inline;zoom:1;}
		.flex-control-nav a{display:inline-block;width:8px;height:8px;line-height:40px;overflow:hidden;cursor:pointer; background: #888;border-radius: 50%;}
		.flex-control-nav .flex-active{background: #c40001;}


.box1{
	display: flex;
	justify-content: space-between;
}

.news_right{
	width:470px;
}
.news_right_nav{
	display: flex;
	border-bottom: 2px solid #ddd;
	box-sizing: border-box;
}
.news_right_nav li{
	padding: 0 15px 13px 15px;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: -2px;
}
.news_right_nav li a{
	color: #333;
}

.news_nav_hover{
	border-bottom: 2px solid #c40001;
}
.news_right_nav .news_nav_hover a{
	color:#c40001 ;
}

.news_box ul{
	display: none;
}
.news_box ul:first-of-type{
	display: block;
}
.news_list li{
	margin-top: 20px;
	height: 1em;
	font-size: 14px;
	line-height: 1em;
}
.news_list li a{
	display: inline-block;
	width: 100%;
	color: #484848;
	overflow:hidden;white-space: nowrap;text-overflow: ellipsis;
}
.news_list li a span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #89c700;
	border-radius: 50%;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 10px;
}


.xinfang{
	background: url(../img/xinfang.png) no-repeat center;
	background-size: auto 100%;
	height: 190px;
	display: flex;
	justify-content: center;
}
.xinfang li{
	width: 140px;
	height: 55px;
	line-height: 55px;
	background: #f8ddd6;
	text-align: center;
	margin-right: 120px;
	margin-top: 72px;
}
.xinfang li:last-of-type{
	margin-right: 0;
}
.xinfang li:first-of-type{
	margin-left: 0px;
}
.xinfang li a{
	color: #ff3f19;
}

.title{
	height: 20px;
	line-height: 20px;
	position: relative;
}
.title .line{
	position: absolute;
	height: 4px;
	background: #c40001;
	top: 9px;
	left: 0;
	width: 100%;
	opacity: .5;
}
.title h2{
	display:inline-block;
	background: #f6f6f6;
	padding-right: 20px;
	font-size: 20px;
	color:#c40001;
	position: relative;
	z-index: 2;
	width: auto;
	vertical-align: top;
}
.title h2 span{
	color: #333;
	opacity: 0.15;
	margin-left: 10px;
	text-transform: uppercase;
}

.box2{
	display: flex;
	justify-content: space-between;
}
.box2 .news_list{
	width: 490px;
	padding: 15px;
	padding-top: 0;
	box-sizing: border-box;
}

.news_title{
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	font-size: 16px;
	color:#c40001;
	border-bottom: 2px solid #ddd;
}
.news_title span{
	display:inline-block;
	padding: 0 20px;
	border-bottom: 2px solid #c40001;
	margin-bottom: -2px;
	vertical-align: top;
}


.friend{height:150px;margin:0 auto;overflow:hidden; margin-top: 20px;}
.friend span{
	line-height: 150px;
	width: 38px;
	display: block;
	height: 100%;
	color:#cacaca;
	font-size: 50px;
	text-align: center;
}
.mr_frbox{height:150px;}
.mr_frBtnL{cursor:pointer;float:left; transform: rotate(180deg);}
.mr_frUl{float:left;height:150px;width:924px;margin:0; overflow: hidden;}
.mr_frBtnR{float:right;cursor:pointer;}
.mr_frUl ul li{display:inline;float:left; margin-right:15px; width:220px;overflow:hidden;position:relative;}
.mr_frUl ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box3{
	display: flex;
	justify-content: space-between;
}

.box_l{
	width: 660px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.video_list{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.video_list>div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 305px;
}

.video_list dt{
	width: 305px;
	height: 210px;
	margin-bottom: 15px;
}
.video_list dd{
	width: 147px;
	height: 100px;
}
.video_list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_list dt,.video_list dd{
	position: relative;
}
.video_list p{
	position: absolute;
	background: rgba(0,0,0,.6);
	bottom: 0;
	left: 0;
	width: 100%;
}
.video_list a{
	color: #fff;
}
.video_list dt p{
	line-height:40px;
	padding: 0 10px;
	box-sizing: border-box;
}
.video_list p a{
	overflow:hidden;white-space: nowrap;text-overflow: ellipsis;
	font-size: 14px;
	display: block;
}

.video_list dd{
	margin-bottom: 10px;
}
.video_list dd p{
	line-height:25px;
	padding: 0 5px;
	box-sizing: border-box;
}
.video_list dd p a{
	font-size: 12px
}

.box_r{
	width: 320px;
	text-align: center;
	padding:0 15px;
	box-sizing: border-box;
}
.box_r h3{
	font-size: 20px;
	color: #ff3f19;
	line-height: 60px;
	font-weight: normal;
}
.box_r ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_r ul li{
	width: 50%;
	box-sizing: border-box;
	line-height: 77px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
.box_r ul li:nth-of-type(2n){
	border-right: 0;
}
.box_r ul li a{
	color: #ff3f19;
}
.box_r ul li span{
	font-size: 30px;
	margin-right: 5px;
	vertical-align: top;
}

.link a{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 40px;
	color: #333;
}

.bottom_bg{
	background: url(../img/bottom.png) no-repeat center;
	height: 240px;
	background-size: auto 100%;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	overflow: hidden;
	border-top: 2px solid #c40000;
}
.bottom_bg img{
	margin-top: 40px;
	margin-bottom: 20px;
}


.position{
	background: #f2f2f2;
	line-height: 40px;
	font-size: 12px;
	color: #666;
}
.position a{
	color: #666;
}
.content{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.right{
	width:810px;
}
.left{
	width:170px;
}
.left dl{
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 0 15px;
}
.left dl dt{
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #c40001;
	color: #c40000;
	margin-bottom: 20px;
}
.left_nav{
	margin-bottom: 20px;
}
.left_nav dd{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1em;
}
.left_nav dd a{
	display: flex;
	justify-content: space-between;
	color: #666;
}

.left_news dd{
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	line-height:18px;
	margin: 0;
}
.left_news dd a{
	-webkit-line-clamp:2;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow: ellipsis;
	color: #666;
}
.left_news dd:first-of-type{
	padding-top: 0;
}

.right_title{
	display: flex;
	justify-content: space-between;
}
.right_list{
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.right_list li{
	display: flex;
	justify-content: space-between;
}
.right_list li i{
	display: block;
	font-style: normal;
	font-size: 14px;
	width:110px;
	color: #484848;
	text-align: right;
}
.right_list li a{
	width:670px;
}
.right_list li:last-of-type{
	margin-bottom: 20px;
}

.right .right_list:last-of-type{
	margin-bottom: 0;
}
.right_title a{
	font-size: 12px;
	color: #999999;
}
.right_title a i{
	vertical-align: top;
}

.paging{
	border-top: 1px solid #eee;
	margin: 0 15px;
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.paging a{
	display:inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	margin: 0 3px;
	border: 1px solid #eee;
	padding: 0 10px;
}
.paging a:hover{
	background: #016bb9;
	border-color: #016bb9;
	color: #fff;
}
.paging .paging_a{
	background: #016bb9;
	border-color: #016bb9;
	color: #fff;
}

.right_list2{
	border: 0;
	margin-bottom: 0;
}

.detail{
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.detail_title{
	font-size: 30px;
	line-height: 45px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.detail_time{
	font-size: 14px;
	color:#999;
	margin: 20px 0;
	margin-top: 15px;
	text-align: center;
}
.detail_time span{
	margin: 0 10px;
}
.detail_text{
	border-top: 1px solid #eee;
	padding-top: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.detail_text video{
	width:100%;
	height:auto;
}
.detail_text img{
	max-width: 100%;
}

.detail_paging{
	margin-top: 30px;
	padding-top:30px;
	border-top: 1px solid #eee;
}
.detail_paging li{
	font-size: 14px;
	line-height: 1em;
	color: #666;
	margin-bottom: 15px;
}
.detail_paging li a{
	color: #666;
}
.detail_paging li:last-of-type{
	margin-bottom: 0;
}

.video_detail video{
	width: 100%;
}
.video_detail .detail_title{
	font-size: 24px;
	text-align: left;
	margin: 20px 0;
}

.video_top{
	padding:0 15px;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.video_box{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.video_box video{
	width: 330px;
	height: 220px;
	object-fit: fill;
}
.video_top_text{
	width:430px;
}
.video_top_text strong{
	display: block;
	color: #c40001;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: normal;
	-webkit-line-clamp:2; display: -webkit-box; -webkit-box-orient:vertical;overflow:hidden; text-overflow: ellipsis;
	margin-bottom: 15px;
}

.video_top_text p{
	font-size: 14px;
	line-height: 2em;
	color: #333;
	-webkit-line-clamp:3; display: -webkit-box; -webkit-box-orient:vertical;overflow:hidden; text-overflow: ellipsis;
}
.video_top_text a{
	font-size:14px;
	color: #c40001;
	margin-top: 15px;
	display: block;
}

.video_list_3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video_list_3 li{
	width: 246px;
	margin-bottom: 25px;
}
.video_list_3 li img{
	width: 100%;
	height: 164px;
	object-fit: cover;
	margin-bottom: 10px;
}
.video_list_3 li a{
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
	-webkit-line-clamp:2; display: -webkit-box; -webkit-box-orient:vertical;overflow:hidden; text-overflow: ellipsis;
}

.video_list_bg{
	padding: 0 15px;
	box-sizing: border-box;
}

.video_list_bg .video_list_3{
	margin-top: 20px;
}


.weixin{ position:fixed; top:30%; right:0; display:block; z-index:5;}
.weixin span{ display:block; width:20px; height:20px; color:#333; background:#fff; position:absolute; top:0; right:0; text-align:center; line-height:20px; cursor:pointer;}

#roll{width:auto; position:fixed; z-index:100;}
#roll span{ display:block; width:20px; height:20px; color:#333; background:#fff; position:absolute; top:0; right:0; text-align:center; line-height:20px; cursor:pointer;}


.box_l_2{
width:305px;
}
