/*公共样式*/
*,body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: "微软雅黑";
}

.container{
	width: 70%;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.pt50{
	padding-top: 40px;
}
.pt30{
	padding-top: 30px;
}
ul li{list-style: none;}
.box-shadow{  
    -webkit-box-shadow:0 7px 5px -5px rgba(0, 0, 0, .5);  
    -moz-box-shadow:0 7px 5px -5px rgba(0, 0, 0, .5);  
    box-shadow:0 7px 5px -5px rgba(0, 0, 0, .5);  
    position: relative;
}
a{text-decoration: none !important;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix{
	clear: both;
}
.clearfix:after{
	display: table;
	content: " "
}

/*标题*/
.title_box{
	width: 100%;
	border-bottom: 1px solid #bdbbbc;
}
.title{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 20px;
	background: #c95412;
	text-align: center;
	display: inline-block;
}
.more{
	color: #a7a7a7;
	display: inline-block;
	padding-top: 15px;
}
/*头部*/
.head_box{
	width: 100%;
	height: 129px;
}
.head{
	width: 88%;
	margin: 0 auto;
}
.head .logo{
	width: 60%;
	height: 120px;
	padding: 20px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */  
}
.head .logo img{
	width: auto;
	height: 100%;
}
.head .search{
	width: 40%;
	height: auto;
}
/*轮播*/
.slider {
	position: relative;
	width: 70%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top:1px;
}

.slides {
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 500ms cubic-bezier(.165,.84,.44,1);
	-ms-transition: all 500ms cubic-bezier(.165,.84,.44,1);
	-o-transition: all 500ms cubic-bezier(.165,.84,.44,1);
	transition: all 500ms cubic-bezier(.165,.84,.44,1)
}

.slide {
	height: auto;
	float: left;
	clear: none
}
.slider img{
	width: 100%;
	height: auto;
}
.slider-arrows {
}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 2em;
	background-color: #333;
	background-color: rgba(50,50,50,.3);
	border-radius: 50%
}

.slider-arrow--right {
	bottom: 50%;
	right: 30px
}

.slider-arrow--left {
	bottom: 50%;
	left: 30px
}

.slider-nav {
	position: absolute;
	bottom: 30px
}

.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #000;
	border-radius: 100%
}

.slider-nav__item:hover {
	background: #ccc
}

.slider-nav__item--current {
	background: #ccc
}

/*内容*/
.content_1,.content_3{
	width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    height: auto;
}
.content_left{
	width: 68%;
	height: auto;
}
.content_1 .content_left .news_list1{
	padding: 20px 0 0 15px;
}
.content_3 .content_left .news_list2,.content_3 .content_right .news_list3{
	padding: 20px 0 0 0;
}
.content_1 .content_left .news_list1 li{
	list-style: none;
	line-height: 1.8;
}
.content_3 .content_left .news_list2 li{
	list-style: none;
	line-height: 1.8;
	border-bottom: 1px dashed #bdbbbc;
	padding:10px;
}
.content_3 .content_right .news_list3{
	width:100%;
}
.content_3 .content_right .news_list3 li{
 	list-style: none;
	line-height: 1.8;
	position: relative;
	
	display:block;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
 

 }
.content_3 .content_right .news_list3 li:before{
 	content:'';
 }
.content_3 .content_right .news_list3 li:before{
	position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    background: #c0c0c0;
    border-radius: 50%;
}
.content_1 .content_left .news_list1 li a,.content_3 .content_left .news_list2 li a{
	color:#7d7d7d;
}
.content_1 .content_left .news_list1 li a .tit_style{
	width:75%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	dispaly:block;
	float:left;
}
.content_3 .content_left .news_list2 li a .tit_style{
	width:80%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	dispaly:block;
	float:left;
}
.content_1 .content_left .news_list1 li a .time,.content_3 .content_left .news_list2 li a .time{
	float:right;
	width:20%;
	display:block;
	text-align:right;
}
.content_3 .content_left .news_list2 li a.brief{
	color:#9f9f9f;
	font-size: 12px;
	text-indent:2em;
	display: block;
}
.content_right{
	width: 30%;
	height: auto;
}
.content_1 .content_right .text{
	padding-top: 20px;
	 color: #7d7d7d;
    line-height: 26px;
	
}
.content_1 .content_right .text a{
	line-height: 1.8;
	color: #858585;
	text-indent: 2em;
	display: block;
}
.content_2{
	width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    height: auto;
}
.content_2 .pic_list{
	width: 33.33%;
	padding: 15px 10px;
	float: left;
	height: auto;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */  
}
.content_2 .pic_link{
	width: 25%;
	padding: 10px 20px 30px 20px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content_2 .pic_list .pic_img_box{
	width:100%;
	height:256px;
	margin-bottom:12px;
}
.content_2 .pic_list img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.content_2 .pic_list a{
	color: #7d7d7d;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display:block;
}
.content_2 .pic_list select{
	border: 1px solid #ccc !important;
 	width:300px;
	height:30px;
}
.content_3 .content_right .news_list3 li a{
	color:#7d7d7d;
	padding-left: 10px;
}
.banquan{
	width: 100%;
	background: #53a126;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

/*列表页*/
.list_left{
	width: 20%;
    height: auto;
    /*margin-right: 3%;*/
    border-right: 2px solid #E2E2E2;
    min-height: 800px;
    max-height: 100%;
    padding-right: 15px;
}
.list_left .yiji_title{
	line-height: 60px;
	padding-left: 20px;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
	border-left: 10px solid #C95412;
	color: #4D4D4D;
	font-size: 16px;
}
.list_left .yiji_title i{
	padding-right: 10px;
}

.list_right{
	width: 77%;
    height: auto;
}
.list_right .current{
	line-height: 60px;
	padding-left: 20px;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
	border-left: 10px solid #C95412;
	color: #4D4D4D;
	font-size: 16px;
}
.list_right .current i{
	padding-right: 10px;
}
.article{
	font-size: 16px !important;
    font-family: 微软雅黑 !important;
    line-height: 28px !important;
    color: #333 !important;
    width: 98% !important;
    margin: 10px auto !important;
}
/*列表页左侧二级导航*/
.accordion {
	width: 100%;
	max-width: 360px;
	margin: 8px auto 20px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.accordion li:last-child .link {
	border-bottom: 0
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px
}

.accordion li.open .link {
	color: #b63b4d
}

.accordion li.open i {
	color: #b63b4d
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.submenu {
	display: none;
	background: #53A126;
	font-size: 14px
}

.submenu li {
	border-bottom: 1px solid #ffffff;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.submenu a:hover {
	background: #ffffff;
	color: #53A126;
}

/*手机导航*/
.mobile_header{display: none;}

/*媒体查询*/
@media (max-width: 1024px){
	.container{width: 90%;}
	.slider{width: 90%;height: auto;}
	.content_left{width:100%;}
	.content_right{width:100%;}
	.nav{display: none;}
	.head_box{display: none;}
	.mobile_header{display:block;}
	.content_3 .content_left .news_list2{padding-bottom: 40px;}
	.content_1 .content_left .news_list1{padding-bottom: 40px;}
	.content_2 .pic_list .pic_img_box{height:160px;}
	.content_2 .pic_list select{width:220px;}
}
@media (max-width: 415px){
	.slider{width: 100%;height: auto;}
	.content_2 .pic_list{width: 100%;}
	.list_left{display: none;}
	.list_right{width: 100%;}
}