@charset "utf-8";


@font-face {
	font-family: "FZ";
	src: url("../font/FZ07.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

.inner {
	width: 1400px;
	margin: 0px auto;
}


.main1xx{padding-bottom: 50px;}
.main1xx .shuang{margin-top:0!important}

.zhuan img {
    display: block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
}


.homee{padding: 50px 0;}
.homee .hetop ul li{margin-left: 25px}
.homee .hetop ul li img.ico{}
.homee .hetop ul li a{display: flex;align-items: center;justify-content: center;box-shadow: 0 0 5px #ecf5f1; position: relative;width: 70px;background: #e7f0eb;height: 70px;border-radius: 50%;}
.homee .hetop ul li span.code{position: absolute;width: 100px;height: 100px;background: #e7f0eb;left: 50%;margin-left: -50px;bottom: calc(100% + 10px);z-index: 8;opacity: 0;transform: translateY(20px);visibility: hidden;transition: .5s}
.homee .hetop ul li span.code:after{content: '';border: 10px solid transparent;border-top-color: #e7f0eb;position: absolute;bottom: -18px;left: 50%;transform: translateX(-50%);}
.homee .hetop ul li a:hover span.code{opacity: 1;visibility: inherit;transform: translateY(0);}

.homee .mdrmlist .rmleft{width: 21.5%;position: relative;}
.homee .mdrmlist .rmleft .bgimg{height: 510px;}
.homee .mdrmlist .rmleft .rmtit,.homee .mdrmlist .rmcen .rmpic .rmtit{position: absolute;width: 100%;padding: 40px 20px 20px 20px; left: 0;bottom: 0;z-index: 2;background: url(../img/rmtbg.png) repeat-x center bottom;box-sizing: border-box;}
.homee .mdrmlist .rmleft .rmtit h2,.homee .mdrmlist .rmcen .rmpic .rmtit h2{font-size: 18px;color: #FFFFFF;margin-top: 15px;}

.homee .mdrmlist .rmleft .rmtit::before,.homee .mdrmlist .rmcen .rmpic .rmtit::before{content: "";position: absolute;width: 3px;height: 25px;background-color: #FFFFFF;left: 0;top: 40px;}

.homee .mdrmlist .rmcen{width: 55%;}
.homee .mdrmlist .rmcen .rmpic{width: 49%;position: relative;margin-bottom: 10px;}
.homee .mdrmlist .rmcen .rmsed .rmpic{margin-bottom:0;}
.homee .mdrmlist .rmcen .rmpic .bgimg,.homee .mdrmlist .rmcen .rmxx .bgimg{height: 250px;}
.homee .mdrmlist .rmcen .rmxx .pic{width: 44.5%;}
.homee .mdrmlist .rmcen .rmxx .xxtit{width: 55.5%;box-sizing: border-box;padding:30px; background: url(../img/xxbg.png) no-repeat center bottom;background-color: #007a3f;}
.homee .mdrmlist .rmcen .rmxx .xxtit h2{font-size: 18px;color: #FFFFFF;margin-top: 15px;}
.homee .mdrmlist .rmcen .rmxx .xxtit p{font-size: 16px;color: rgba(255,255,255,0.6);line-height: 25px;margin-top: 20px;}
.homee .mdrmlist .rmcen .rmxx .xxtit img{padding-bottom: 15px;border-bottom: 3px solid #ffffff;}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wp {
    margin: 0 auto;
    max-width:1400px;
    width: 94%;
}

.intit {
    position: relative;
    margin-bottom: 40px;
}

.homee img {
    display: block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
}


.bg-mask .pic{overflow: hidden;}
.bg-mask .pic .a{background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;display: block;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;transform:scale(1.01)}
.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.intit h4{font-size: 34px;
    color: #007a3f;
    font-weight: normal;
    line-height: 50px;}















/**轮播**/
.imgBlue{
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -100px; */
    width: 100%;
    line-height: 100px;
    height: 100px;
    /* background: linear-gradient(90deg,rgba(105,170,224,1),rgba(105,170,224,0)); */
    /* color: #fff; */
    font-size: 20px;
    /* line-height: 45px; */
    font-weight: bold;
    /* padding-left: 20px; */
    text-align: center;
}
.imgBlue a{color:#fff }
.imgBlue a:hover{color:#ffd815}
.newsDate{
    height: 70px;
    /* background: linear-gradient(90deg,rgb(245, 215, 1),rgba(245,190,1,0)); */
}
.newsDate>li{
   
text-align: center;
   
cursor: pointer;
   
cursor: pointer;
   
float: left;
   
height: 70px;
   
/* margin-right: 5px; */
}
.newsDate>li>h3{
	 width: 70px;
	 height:35px;
	 line-height:35px;
	 font-size: 22px;
	 color: #fff;
	 font-weight: 700;
	 /* 	 margin-top: 12px; */
	 /* margin-right: 5px; */
	 background: rgba(0,122,63,0.9);
}
.newsDate>li>p{
	 width: 70px;
	 height:35px;
	 line-height:35px;
	 color: #fff;
	 font-size: 13px;
	 font-weight: bold;
	 margin-right: 5px;
	 background: rgba(0,122,63,0.9);
}
.newsDate>li.on p,.newsDate>li.on h3{
    background: #fff;
}
.newsDate>li:hover p,.newsDate>li:hover h3{
    background: #fff;
}
.newsDate>li:hover h3,.newsDate>li:hover p{
    color: #007a3f;
}

.newsDate>li.on>h3,.newsDate>li.on>p{
    color: #007a3f;
}
#picBox{
    width: 100%;
    height: 609px;
    overflow: hidden;
    position: relative;
}
#picBox>ul{
    position: absolute;
    background: #000;
}
#picBox>ul>li{
    position: relative;
    width: 760px;
    height: 506px;
    float: left;
}
#picBox>ul>li img{
    width: 100%;
    height: 506px;
    max-width: 100%;
    display: block;
    display: inline-block;
    transform: scale(1.0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#listBox{
    position: absolute;
    bottom: 102px;
}
.newsTab{
    width: 40px;
    height: 80px;
    position: absolute;
    right: 36px;
    bottom: 1px;
}
 .picBtnTop .bd {
	position: relative;
	z-index: 0;
}
.picBtnTop .bd li{ position:relative; zoom:1;vertical-align:middle;}
.picBtnTop .bd li .pic{ position:relative; z-index:0;  }
.picBtnTop .bd li .pic img{ width:100%; height:100%; vertical-align:bottom; }
.picimg{height:506px;width:100%;overflow:hidden;}
.picimg img,.picimg a{width:100%;height:100%;display:block;}
 .picBtnTop .hd{position:absolute;bottom: 103px;left:0px;z-index:9;}

/**aside导航**/

/* 头部*/

.sitelogo {
	padding: 22px 0px;
}


/* 搜索*/

.search {
	width: 300px;
	height: 40px;
	background: url(../img/search.png) no-repeat left center;
	/* border: 1px solid #fff; */
	/* border-radius: 15px; */
	margin-right: 10px;
	margin-left: 15px;
}

.search input {
	border: none;
	outline: none;
	display: block;
	background: none;
	line-height: 30px;
	text-indent: 15px;
}

.search .inp {
	float: left;
	width: 260px;
	height: 40px;
	line-height: 40px;
}
.search .sub{
	
width: 38px;
	
height: 40px;
	
float: left;
}
input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

.top_link a {
	color: #fff;
	font-size: 14px;
	padding: 0px 25px;
	margin-top: 10px;
	display: inline-block;
}
.top_link a:hover{color:#fff;}
.toplink1 {
	background: url(../img/ico1.png) no-repeat left center;
}

.toplink2 {
	background: url(../img/ico2.png) no-repeat left center;
}


.showdiv .top {
	opacity: 1;
	filter: Alpha(opacity=100);
	transform: none;
	display: block;
}

.top_wrap {
	/* position: absolute;
	z-index: 9;
	top: 50px;
	left: 0px; */
	width: 100%;
/* 	background: url(../img/topbg.png) no-repeat top center; */
/* 	padding-bottom: 150px; */
}

/*导航*/
/*nav*/
.head-right {
	margin-top: 48px;
}

.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

.nav {
	width: 100%;
	height: 70px;
	line-height: 70px;
	/* margin-top: 15px; */
	box-shadow: 0px 3px 5px #b8daca;
}

.nav ul>li {
	float: left;
	text-align: center;
	/* padding-left: 44px; */
	/* padding-right: 43px; */
	width: 14.2%;
	position: relative;
}

.nav ul>li:hover {
	background-color: #007a3f;
}

.nav ul>li:hover>a {
	color: #fff;
}

.nav .nav_first {
	padding-left: 0px;
}

.nav .nav_last {
	padding-right: 0px;
}

.nav li a {
	font-size: 22px;
	/* font-weight: bold; */
	color: #333;
}

.nav li ol {
	position: absolute;
	left: 0%;
	top: 52px;
	padding-top: 10px;
	z-index: 9999;
	min-width: 180px;
	text-align: left;
	display: none;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99015934, endColorstr=#99015934);
}

.nav li ol li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.nav li ol li a {
	display: block;
	width: 100%;
	font-size: 16px;
	/* margin: 0px 2%; */
	color: #333;
	box-sizing: border-box;
	padding: 0px 20px;
}

.nav li ol li:hover a {
	font-weight: bold;
}

.nav li ol.widths li {
	width: 268px;
}

.nav li ol.widths li a {
	width: 50%;
}

.nav ul>li:hover ol {
	display: block;
}

/* .bb {
	cursor: pointer;
	z-index: 10;
	animation: bb 2s linear 0s infinite;
	width: 44px;
	height: 37px;
	background: url(../img/arr_btm.png) no-repeat center;
	position: fixed;
	left: 50%;
	bottom: 27px;
} */



/* 头部*/
.top {
	/* 	position: fixed;
	z-index: 9;
	left: 0px;
	top: 0px; */
	width: 100%;
	/* 	transition: all 0.7s ease-out 0s;
	transform: translateY(-100%); */
	background: #007a3f;
	}

/* 头部2 */

body::-webkit-scrollbar {
	display: none;
}

.body_b {
	outline: none;
	overflow: auto;
	position: fixed;
	z-index: 20;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	background: #fff;
	overflow-x: hidden;
}

.list.body_b {
	position: static;
	overflow: hidden;
}

.body_b.showdiv {
	top: 0;
}

.body_b .top {
	padding: 0;
	background: none;
	opacity: 0;
	filter: Alpha(opacity=00);
}

.body_b.showdiv .top {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}

/* .head-top,
.header2 {
	background-color: #16529f;
	
} */

.body_b.showdiv .top {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
	box-shadow: 0px 3px 5px #dfdfdf;
}

.body_b .top_link {
	/* margin-top: 0px; */
}

.body_b .sitelogo {
	padding: 5px 0px;
	/* padding-bottom: 0px; */
}

.body_b .sitelogo img {
	/* display: block; */
	/* margin-top: 5px; */
}

.body_b #header .inner,
.body_b .wrapper .inner,
.body_b .inner {
	max-width: 1400px;
	margin: 0px auto;
}

.body_b .top_wrap {
	background: #fff;
	padding-bottom: 0px;
}

.body_b .nav ul li a {
	color: #333;
}

.body_b .head-right {
	margin-top: 0px;
}


.body_b .nav ul li:hover{background:#007a3f;}

.body_b .nav ul li:hover a{color:#fff;}





















/* banner */
/* banner */
/**主页banner开始**/
.head,
.mbanner,
.mbanner .inner,
.mbanner .inner>div,
.focus,
.focus>ul,
.mbanner .slick-list,
.mbanner .slick-track {
	height: 100%;
}

.mbanner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#banner .inner {
	width: auto;
	max-width: 100%;
	text-align: center;
	position: relative;
}

#banner .slide {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	display: inline-block;
}

#banner .slide>a {
	display: block;
	width: 100%;
	height: 100%;
}

#banner .slide .slide_imgs {
	width: 100%;
	height: 100%;
	position: absolute;
}

#banner .slide .news_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

#banner .slide_title {
	position: absolute;
	z-index: 29;
	/* bottom: 0.6rem; */
	bottom: 60px;
	left: 13%;
	padding: 0 15px;
	max-width: 57%;
	background: url(../img/bantitlebg.png) repeat-x;
}

#banner .slide_title .tit_con {
	/* font-size: 0.30rem; */
	font-size: 24px;
	font-weight: normal;
	/* line-height: 0.65rem; */
	line-height: 65px;
	color: #fff;
	font-family: "微软雅黑";
	z-index: 9;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#banner .slide_title .title_bg {
	background: #007a3f;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#banner .slick-dots {
	position: absolute;
	z-index: 9;
	/* bottom: 0.65rem; */
	bottom: 32px;
	/* height: 80px; */
	right: 7.5%;
	padding-right: 25px;
	/* background: url(../img/jian.png) no-repeat right center; */
}


#banner .slick-dots li {
	/* font-size: 0.25rem; */
	font-size: 25px;
	/* line-height: 0.34rem; */
	line-height: 34px;
	color: #fff;
	/* margin: 0 0.12rem; */
	margin: 0 15px;
	cursor: pointer;
	display: inline-block;
	/* vertical-align: bottom; */
}

#banner .slick-dots li:nth-child(2n+1) button {
	padding-top: 15px;
}

/* #banner .slick-dots li.slick-active:after {

	width: 30px;
	height: 1px;
	background: #fff;

	margin-left: 13px;
	content: " ";
	display: inline-block;
	margin-top: -10px;
} */

#banner .slick-dots li button {
	width: 38px;
	height: 32px;
	background: url(../img/dot2.png) no-repeat center top;
	border: none;
	font-size: 16px;
	line-height: 34px;
	color: transparent;

}

#banner .slick-dots li.slick-active button {
	background: url(../img/dot1.png) no-repeat center;
}


/* #banner:hover .slick-arrow{
	opacity:1;
}*/
#banner .slick-arrow {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -15px;
	color: transparent;
	z-index: 99;
	opacity: 0;
}


/* #banner .slick-prev {
	left: 1%;
	background: url(../img/ban_left.png) no-repeat center;
}

#banner .slick-next {
	right: 1%;
	background: url(../img/ban_right.png) no-repeat center;
}
 */
/* 学校新闻 */
.main1 .inner {
	margin-top: 30px;
	position: relative;

}

.main1 {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 50px;
	/* background: url(../img/bodybg1.png) no-repeat center bottom; */
}

.news_title {
	margin-bottom: 20px;
}
.main1 .news_title {margin-bottom: 10px;}
.news_title>h2 {
	font-size: 34px;
	color: #007a3f;
	font-weight: normal;
	line-height: 50px;
}

.news_title a {
	margin-top: 17px;
}
.news_title a:hover{color: #007a3f;}
.news_title a img {
	padding-right: 10px;
}

.news_left {
	max-width: 758px;
	width: 55%;
	height: 609px;
	position: relative;
	border: 1px solid #d0d0d0;
	/* background: url(../img/newsbg.png) no-repeat left top; */
}

#dowebok1 {
	/* margin: 30px 0px 30px 30px; */
	height: 506px;
	/* max-width: 600px; */
}

#dowebok1  li {
	position: relative;
	height: 506px;
	overflow:hidden;
}

#dowebok1  li a {
	display: block;
}

#dowebok1  li img {
	width: 100%;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	position: absolute;
	bottom: 20px;
	right: 0px;
	font-size: 0;
	list-style-type: none;
	z-index: 2;
}

.centered-btns_tabs li {
	display: block;
	*display: block;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 53px;
	height: 55px;
	line-height: 45px;
	overflow: hidden;
	color: #2b0006;
	font-size: 26px;
	text-align: left;
	*display: inline;
	*zoom: 1;
	font-family: "FZ";
	font-weight: normal;
}

.centered-btns_tabs .centered-btns_here a {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-style: italic;
}


.centered-btns_nav {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
	width: 32px;
	height: 70px;
	overflow: hidden;
	color: transparent;
	background-position: center;
}

.cap {
	width: 100%;
	height: 156px;
	background: url(../img/capbg.png) no-repeat left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
}

.cap p {
	font-size: 18px;
	color: #fff;
	padding-left: 15px;
	box-sizing: border-box;
	margin-top: 50px;
}

.cap h3 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding-left: 15px;
	box-sizing: border-box;
	width: 100%;
	line-height: 35px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.news_right {
	max-width: 585px;
	width: 42%;
}

.news_right ul {
	/* margin-top: 20px; */
}

.news_list ul li {
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

.news_list ul li a {
	float: left;
	width: 75%;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.date1 {
	float: right;
	font-size: 16px;
	color: #888888;
}

.news_list ul li a:hover {
	color: #007a3f;
}

/* 双塔校园 */
.shuang,
.vid,
.newspaper,
.listen {
	margin-top: 48px;
	max-width: 430px;
	width: 31%;
}

.first {
	margin-bottom: 10px;
}

.first_img {
	max-width: 180px;
	width: 42%;
	height: 120px;
	overflow: hidden;
}

.first_img img {
	width: 100%;
}

.first a {
	display: block;
}

.first_right {
	width: 53%;
}

.first_right a {
	font-size: 18px;
	line-height: 30px;
}

.shuang .news_list ul li {
	height: 45px;
	line-height: 45px;
}

/* 视频新闻 */
.main2 {
	background: #e7f0eb;
	padding-bottom: 50px;
}

.main2 .news_list ul li {
	height: 59px;
	line-height: 59px;
}
.vid .news_list ul li{height:56px;line-height:56px;}
.main2 .news_title {
	margin-bottom: 30px;
}

.main2 .news_title>h2 {
/* 	color: #fff; */
}

.main2 .news_title a {
	/* color: #fff; */
}

.vid .news_list ul li a {
	/* color: #fff; */
	width: 100%;
	padding-left: 35px;
	box-sizing: border-box;
	transition: 1s;
	background: url(../img/viddot2.png) no-repeat left center;
}

.vid .news_list ul {
	margin-top: 20px;
}

.vid .news_list ul li a:hover,
.listen .news_list ul li a:hover {
	padding-left: 43px;
	transition: 1s;
}

.vid .first a {
	display: block;
	position: relative;
	width: 100%;
	height: 290px;
	overflow: hidden;
}

.vid .first a img {
	width: 100%;
	height: 100%;
}

.vid .first a div {
	font-size: 20px;
	line-height: 35px;
	width: 100%;
	height: 135px;
	background: url(../img/capbg3.png) no-repeat left bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.vid .first a div p {
	text-align: center;
	color: #fff;
	margin-top: 80px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vid .first {
	position: relative;
}

.vid .vid_bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

/* 校报 */
.newspaper {
	margin-left: 3.9%;
	/* margin-right: 3.9%; */
	position: relative;
}

.paper_list .paper_cap {
	position: absolute;
	bottom: 0px;
	height: 135px;
	width: 100%;
	left: 0px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: url(../img/capbg2.png) no-repeat left bottom;
    background-size: 100%;
}

.paper_list .paper_cap p {
	margin-top: 80px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.paper_list .lecturelist li a {
	display: block;
	position: relative;
}

.paper_list .slick-slide img {
	width: 100%;
}

.paper_list .slick-initialized .slick-slide a {
	height: 588px;
	overflow: hidden;
}

.paper_list .sliderbutton {
	position: absolute;
	top: -68px;
	width: 30px;
	height: 30px;
}

.paper_list .prev2 {
	right: 45px;
	background: url(../img/mleft.png) no-repeat center;
}

.paper_list .next2 {
	right: 0px;
	background: url(../img/mright.png) no-repeat center;
}

/* 教学科研 */
.jiao {
	margin-left: 3.9%;
	/* margin-right: 3%; */
}

/* 双塔之声 */
.listen .news_list ul li a {
	/* color: #fff; */
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 35px;
	box-sizing: border-box;
	transition: 1s;
	background: url(../img/sdot.png) no-repeat left center;
	transition: 1s;
}


/* 活力校园 */
.main3 {
	padding-top: 70px;
	padding-bottom: 20px;
	background: url(../img/bodybg2.png) no-repeat left bottom;
	/* overflow: hidden; */
}

.main3 .rslide,
.main3 .rslide li {
	margin: 0px;
	height: 520px;
	/* max-width: 100%; */
}

.main3 .rslide li img {
	height: 450px;
}
.huo_cap {height:70px;line-height:70px;font-size:18px;background:#fff;position: absolute;bottom: 0px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-sizing: border-box;padding: 0px 20px;}
.huo_left {
	width: 49%;
	max-width: 680px;
}

.huo_top {
	position: relative;
	margin-bottom: 40px;
}

.huo_top .centered-btns_tabs a {
	color: transparent;
	width: 15px;
	height: 15px;
	background: url(../img/dot4.png) no-repeat center;
}

.huo_top .centered-btns_tabs {
	top: 20px;
	right: 20px;
}

.huo_top .centered-btns_tabs li {
	float: left;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
}

.huo_top .centered-btns_tabs .centered-btns_here a {
	border: none;
	background: url(../img/dot3.png) no-repeat center;

}

.huo_bottom {
	margin-bottom: 40px;
}

.huo_bottom li {
	float: left;
	width: 48%;
	max-width: 320px;
	height: 290px;
	overflow: hidden;
	position: relative;
}

.huo_bottom li img {
	width: 100%;
	transition: 1s;
}

.huo_bottom li:hover img,
.huo_top2:hover img {
	transform: scale(1.1, 1.1);
	transition: 1s;
}

.huo_bottom .fr {
	float: right;
}

.huo_top2 {
	width: 100%;
	height: 520px;
	overflow: hidden;
	position: relative;
}

.huo_top2 img {
	width: 100%;
	transition: 1s;
}



/* 页尾 */
.footer {
	color: #FFFFFF;
	background: #007a3f;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
}



/* 内页 */


.neibanner>img {
	width: 100%;
}

.neitop .top_wrap {
	background: #007a3f;
	padding: 0px;
}

.neitop .sitelogo {
	padding: 15px 0px;
}

.neitop .head-right {
	margin-top: 25px;
}

.neitop .nav {
	margin-top: 10px;
}

.main_nei {
	padding: 15px 0px;
	background: url(../img/listbg.png) no-repeat center bottom #f8f8f8;
}

.lists {
	margin-bottom: 30px;
	margin-top: 15px;
}




/* 列表 */

.list_main {
	
	position: relative;
}

.fan {
	margin: 50px 0px;
}

.nav_left {
	max-width: 940px;
	width: 68%;
}
.nav_right{max-width: 400px;width: 29%;}
.left_top {
	border-bottom: 4px solid #007a3f;
}

.left_top h2 {
	font-size: 28px;
	color: #007a3f;
	float: left;
	height: 70px;
	line-height: 70px;
	font-weight: normal;
}

.left_top p {
	float: right;
	margin-top: 30px;
}

.left_top p a,
.left_top p {
	font-size: 14px;
	color: #19282e;
}

.lists>ul li {
	font-size: 18px;
	/* transition: .5s; */
	height: 53px;
	line-height: 53px;
	overflow: hidden;
}

.lists>ul li a {
	float: left;
	display: block;
	width: 82%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lists>ul li a h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lists .date4 {
	float: right;
	color: #888888;
	font-size: 16px;
}

.lists>ul li:hover a,.lists>ul li:hover .date4,.hot_list ul li a:hover h2 {
	color: #007a3f;
}
.lists>ul li:hover a h3{
	text-decoration: underline;
}

/* 微博 */
.weibo_bottom{
	width: 100%;
	background-color: #FFFFFF;
}

/* 热门 */
.hot_news{width: 100%;margin-top: 5px;margin-bottom: 50px;}
.hot_list{
	background-color: #fff;overflow: hidden;
}
.hot_list ul{margin: 20px;}
.hot_list ul li{
	
	margin-bottom: 10px;
	min-height: 70px;
	padding-left: 5px;
	box-sizing: border-box;
	position: relative;
	background: url(../img/line01.png) repeat-y left bottom;
}
.hot_list .huo_num{
	color: #FFFFFF;
	font-size:12px;
	width:19px;
	line-height: 17px;
	text-align: center;
	height: 25px;
	position: absolute;
	left: -7px;
	top: 0px;
}
.huo_num1{
	background: url(../img/icon2.png) no-repeat center top #fff;
}
.huo_num2{
	background: url(../img/icon3.png) no-repeat center top  #fff;
}
.huo_num3{
	background: url(../img/icon4.png) no-repeat center top #fff;
}
.huo_num4{
	background: url(../img/icon5.png) no-repeat center top  #fff;
}
.huo_num5{
	background: url(../img/icon5.png) no-repeat center top  #fff;
}
.hot_list ul li a h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin-top: -3px;
}
.hot_list ul li a{margin-left: 15px;width: 90%;}
.hot_list .date2{
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
.hot_list .date2 img{
	vertical-align: middle;
	display: inline-block;
	padding-right: 7px;
}
/*内容*/
.con_wrap {
	/* background-color: #fff; */
	overflow: hidden;
}

.content {
	margin: 40px 0px;
}

.content>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	line-height: 30px;
	margin-bottom: 20px;
}
.content table{margin:10px auto;max-width:100%;}
.content>p {
	text-align: center;
	color: #666;
	padding-bottom: 20px;
	/* margin-bottom: 25px; */
	line-height: 40px;
	font-size: 16px;
	border-bottom: 2px solid #cbe5d8;
}

.content>p img {
	padding: 0px 10px;
	vertical-align: middle;
}

.cont {
	margin-top: 30px;
	padding: 30px 0px;
	padding-bottom: 25px;
}


.cont p {
	text-indent: 2em;
	line-height: 30px!important;
	font-size: 16px!important;
	margin-top: 10px!important;
}
.cont p video{max-width:500px;width:100%}
.cont p a{word-break: break-all;
    white-space: normal;}
.cont table p{text-indent: 0em!important;}

.articleBottom {
	overflow: hidden;
	/* padding: 0 10%; */
	position: absolute;
	left: -6%;
	z-index: 9;
	width: 73px;
	top: 159px;
	height: 294px;
}

.share {
	/* width: 69px; */
	/* line-height: 69px; */
	text-align: center;
	/* position: absolute; */
	/* left: 50px; */
	/* top: 160px; */
}

.share_btn {
	line-height: 69px;
	width: 69px;
	font-weight: normal;
	background: #fff;
	
	font-size: 2.6rem;
	color: #ababab;
	margin-bottom: 20px;
	border-radius: 50%;
}

.share .bdsharebuttonbox>a {
	padding-left: 0;
	margin: 0 0px 20px 0 !important;
	height: 69px;
	text-indent: 0;
	width: 69px;
	line-height: 69px;
	text-align: center;
	background: none;
	color: #d9d9d9;
	background: #fff;
	font-size: 30px;
	font-size: 3rem;
	display: block;
	border-radius: 50%;
}
.share .bdsharebuttonbox>a.bds_more {
	background: url(../img/share01.png) no-repeat center center ;
}
.share .bdsharebuttonbox>a.bds_weixin {
	background: url(../img/share02.png) no-repeat center ;
}

.share .bdsharebuttonbox>a.bds_tsina {
	background: url(../img/share03.png) no-repeat center ;
}


.ye {
	margin-top: 20px;
}

.ye p {
	color: #007a3f;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #9d9c9c;
	font-size: 16px;
}

.ye p a:hover {
	color: #007a3f;
}

.fen .bdsharebuttonbox {
	width: 160px;
	margin: 5px auto;
}

.content {
	padding-bottom: 50px;
}

.dp {
	margin-bottom: 80px;
}


/* 图片 */
.pic_lists{margin-top: 30px;}
.pic_lists ul li{
	float: left;
	max-width: 300px;
	width: 31%;
	margin-right: 3%;
	height: 300px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
.pic_lists ul li a{
	display: block;
}
.pic_lists .margin{margin-right: 0px;}
.pic_lists ul li img{width: 100%;}
.pic_text{
	height: 100px;
	background-color: #fff;
	padding: 20px 15px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
}
.pic_text h2{
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: normal;
}
.pic_text div{
	margin-top: 15px;
	font-size: 12px;
	color: #aaaaaa;
	
}
.pic_text div .fl{
	padding-left: 18px;
	background: url(../img/icon9.png) no-repeat left center;
}
.pic_text div .fr{
	padding-left: 18px;
	background: url(../img/icon10.png) no-repeat left center;
}
.pic_lists ul li:hover,.pic_lists ul li:hover .pic_text{
	background-color:#007a3f;
	color: #FFFFFF;
}
.pic_lists ul li:hover p{color: #FFFFFF;}
.pic_lists ul li:hover .pic_text div .fl{
	background: url(../img/icon11.png) no-repeat left center;
}
.pic_lists ul li:hover .pic_text div .fr{
	background: url(../img/icon12.png) no-repeat left center;
}
.zt1{margin-bottom: 50px;}
.zt1 li{float: left;transition: all 0.35s ease-in-out;}
.zt1 li{margin-right: 2%;}
.zt1 li:hover{margin-top: -10px;
    margin-bottom: 10px;
    }
.zt2 li{
    float: left;
    width: 9%;
    text-align: center;
    }
.zt2 li img{transition: 0.6s;}
.zt2 li:hover img {
    transform: rotateY(180deg);
}
.zt2 li p{color: #333333;font-size: 16px;padding-top: 15px;}
.zt1 li img{width:256px;height:126px}
@media screen and (max-width: 1400px){    .zt1 li {
        margin-right: 1%;
    }}
@media screen and (max-width: 1280px) {    .zt1 li {
        margin-right: 0;
        width: 33%;
   
    } .zt1 li img {
        width: 100%;
    }.main3{padding-top:30px;margin-top: 0 !important;}
@media screen and (max-width: 1000px){    .zt1 li {
        margin-right: 0;
        width: 33%;
    }}
@media screen and (max-width: 767px){    .zt1 li {
        width: 50%;
        margin: 0;
        padding-bottom: 10px;
    }}