@charset "utf-8";

* {
	margin: 0;
	padding: 0;}

em,
i {
	font-style: normal;}

a {
	text-decoration: none;
	color: black
;}

body {
	min-width: 1280px;}

ul,
li {
	list-style: none;}

.clear {
	clear: both;}

.container {
	position: relative;
	width: 100%;
	/* height: 100%; */
	background: #fff;
	/* overflow: hidden; */
	/* min-height: 1000px; */
	}

.top_container {
	position: relative;
	width: 100%;
	height: 180px;
	background-color: #075e25;}

.top_contain {
	position: relative;
	left: 0;
	right: 0;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	background: none;}

.logo_text {
	position: absolute;
	left: 210px;
	top: 40px;}

.logo_text img {
	float: left;
	border-right: 1px solid #fff;
	padding-right: 10px;
        width:280px;
}

.logo_text span {
	float: left;
	height: 95px;
	line-height: 95px;
	font-size: 45px;
	color: #fff;
	margin-left: 10px;}

.list_container {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #179040;}
.inBox{
	display: flex;
	margin:0 auto;
	width: 1200px;
	align-items: center;}
.list_contain {
	position: relative;
	left: 0;
	right: 0;
	height: 100%;
	width: 900x;
	/* margin: 0 auto; */
	background: none;}

.list_contain a {
	display: inline-block;
	width: 150px;
	color: #fff;}
.list_contain a:hover {
    background-color: #00bd56;
    color: white;}
.list_contain table {
	width: 100%;
	height: 100%;}

.list_contain table tr {
	width: 16.66%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	list-style-type: none;
	display: inline-block;
	float: left;}

.list_contain table tr td {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;}
.search {
	height: 50px;
    display: flex;
    align-items: center;}
.search .ourfont{
	height: 30px;
    display: -webkit-box;
    background-color: #207561;
    border-radius: 20px;
    background-image: url(../images/search.png);
    background-position: 155px;
    background-size: 23px;
    background-repeat: no-repeat;}
.list_container .inBox .search .ourfont > tbody > tr td:first-child .SearchTitleInput17 {
	line-height: 30px;
    border: none;
     background-color: aliceblue;
    background-color: rgba(0,0,0,0);
    padding-left: 10px;
    font-size: 16px;
    width: 150px;
    color: white;}
.list_container .inBox .search .ourfont > tbody > tr>td>img{
	height: 30px;
    width: 30px;
    opacity: 0;
    padding-right: 5px;}
.section {
	margin: 0 auto;
	padding: 0 20px;
	width: 1150px;
	min-width: 1150px;
	background-color: #fff;}

.carousel {
	height: 307px;
	padding: 20px 0 0 0;}
.focus-title-bar{
	display:none!important;}

.tabContentL {
	display: block;}

.tabContentR {
	display: block;}

.hide {
	display: none !important;}

.tabActive {
	background-color: #009241;
	color: #fff;
	border-radius: 5px;}

.left {
	border: 1px solid #ddd;
	min-width: 500px;
	padding: 20px 30px;}

.right {
	border: 1px solid #ddd;
	min-width: 500px;
	padding: 20px 30px;}

.main_channel_1 {
	height: 315px;
	display: flex;
	align-content: center;
	justify-content: space-between;}

.main_channel_1 table {
	font-size: 16px;
	width: 100%;}

.main_channel_1 table a {
	display: block;
	margin-top: 6px
;}

.main_channel_2 {
	height: 345px;
	display: flex;
	align-content: center;
	justify-content: space-between;}
.main_channel_2 table {
    width: 100%;}
.main_channel_2 .tabCardL {
	display: flex;
	align-items: center;
	justify-content: space-between;}

.main_channel_2 .tabCardR {
	display: flex;
	align-items: center;
	justify-content: space-between;}

.tabCardL span {
	height: 26px;
	width: 80px;
	font-size: 16px;
	transform: translateY(-6px);
	cursor: pointer;
	text-align: center;}

.tabCardR span {
	height: 26px;
	width: 46px;
	font-size: 16px;
	transform: translateY(-6px);
	cursor: pointer;
	text-align: center;}
/* .tabDisplayL div>a {
    position: relative;
    bottom: 302px;
}
.tabDisplayR div>a { 
    position: relative;
    bottom: 302px;
} */
/* .tabCard span a{
	display:inline-block;
	height:100%;
	width:100%;
} */
.tabCardL span:hover {
	background-color: #009241;
	color: #fff;
	border-radius: 5px;}

.tabCardR span:hover {
	background-color: #009241;
	color: #fff;
	border-radius: 5px;}

.main_channel_2 table a {
	display: block;
	margin-top: 6px
;}

.JumpTo {
	height: 80px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 26px;
	font-weight: 400;
	background-color: #aeddcd;}

.JumpTo div {
	height: 80px;}


a#p11c11607 {
    font-size: 26px;
    transform: translateY(50%);}
.links {
	height: 80px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;}


.links>div {
	display: inline-block;
	height: 40px;
	text-align: center;
	border: 1px solid gray;
	cursor: pointer;
	width: 211px;}

.links div:first-child>p {
	transform: translateY(50%) !important;
	font-size: 20px;}

.links div>p {
	transform: translateY(25%);
	margin: 0 16px;}

.arrow-bottom {
	display: inline-block;
	margin-left: 10px;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: black;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;}
.hidelink{
	display: none!important;}
.linkTo {
	display: block;
	background-color: #f0ece2;
	color: #fff;
	position: relative;
	margin-top: 14px;}

.linkTo li {
	border-bottom: 1px solid gray;
	padding: 6px 0;}

.linkTo li:hover {
	background-color: gray;
	color: black;}


.dt_container {
	position: relative;
	width: 1200px;
	margin: 20px auto;
	min-height: 800px;
	overflow: hidden;
	}

.dt_contain {
	min-height: 600px;
	width: 100%;
	border-top: 3px solid #075e25;
	margin: 10px auto;}

.dt_contain table {
	margin: 4px 1px;
	width: 100%;}

.dt_contain a {
	font-size: 18px;
	color: black;}

.dt_contain table:nth-child(1) {
	height: 40px;
	margin-left: 20px;
	color: #666;
	font-size: 15px;
	width: 100%;}
.content img {
    width: 100%;}
.nr_contain {
	border-top: 3px solid #075e25;
	margin-top: 10px;
	overflow: hidden;
	}

.article-detail {
	margin: 30px auto;}

.article-detail table {
	margin: auto;}

.com {
	font-size: 14px;
	color: #666;
	width: 360px;
	margin: auto;
	text-align: center;
	display: block;
	}

.com td.time {
	width: 130px;}

.com td.writer {
	width: 88px;}

.title {
	text-align: center;
	font-family: SimHei,Microsoft YaHei;
    font-size: 21px;}

.content {
	width: 900px;
	padding-top: 15px;}

.footer {
	width: 100%;
	background: #075e25;
	height: 210px;}

.footer .footer_container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;}

.footer .footer_container .footer_contain {
	padding: 40px 0 0 0;}

.footer .footer_container .footer_contain p {
	line-height: 30px;
	color: #fff;}

a:hover{
	color: #df0054;}
a#p12c11608,a#p11c11607 {
    display: none;}

.top_tp {
	width: 1200px;
	margin: 0px auto;}
.dt_left {
    display: inline-block;
    width: 25%;
    margin: 15px 0 0 20px;
    background-color: #dadddf;
    min-height: 730px;
    vertical-align: top;}
.dt_left td {
    display: block;
    width: 70%;
    padding-left: 15%;
    line-height: 40px;
    background-color: f6f5f5;
    font-size: 20px;}
.dt_left table {
    margin: 40px;}
.dt_right {
    display: inline-block;
    width: 70%;}
div#boxS{
	background: -ms-linear-gradient(top,#a1d2b1,white); /* ie 10 */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#a1d2b1), to(white));/*璋锋瓕*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a1d2b1), to(white));/* safari 4-5, chrome 1-9*/
	background: -webkit-linear-gradient(top,#a1d2b1,white);/*safari5.1 chrome 10+*/
	background: -o-linear-gradient(top,#a1d2b1,white);/*opera 11.10+*/
聽   background:-moz-linear-gradient(top,#a1d2b1,white);}