@charset "UTF-8";

/*reset*/
* { box-sizing: border-box }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #f9f9f9; }
a { color: #333; background-color: transparent; text-decoration: none; }
a:active, a:hover { outline: 0 }
a:hover { color: #009349; text-decoration: underline; }
body {background: #fff;}
button, select { text-transform: none; outline: 0; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

/*comm*/
.mobi { display: none; }
@media (max-width:768px) {
	.pc { display: none; }
	.mobi { display: block; }
}
.relative { position: relative; }
.container { margin-right: auto; margin-left: auto; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container:after, .navbar-nav:after, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .row:after, .row:before { display: table; content: " "; }
.navbar-collapse:after, .navbar-header:after,.navbar-nav:after, .container:after { clear: both; }

/*navbar*/
.navbar { position: relative; z-index: 1000; background-color: #009349; }
.navbar > .container { background-color: #009349; }
.collapse { display: none; }
.navbar-header { margin-right: -15px; margin-left: -15px; }
@media (max-width:768px) {
  .navbar-header {
      background: url(../images/heaer-m-bg.png) center top;
      background-size: auto 100%;
  }
}
.navbar-brand { float: left; height: auto; padding: 15px; font-size: 18px; line-height: 20px; padding: 8px; display: none; width: 75%; }
.navbar-brand > img { width: 100%; }
.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid #009349; border-radius: 4px;top: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color: #009349; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
.navbar-collapse { max-height: inherit; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1) }
.navbar-right { float: right; }
.navbar-nav { padding: 0; margin: 0; text-align: center; }
.navbar-nav > li { position: relative; display: inline-block;  margin: 0 14px; font-size: 20px; font-family: '微软雅黑'; }
.navbar-nav > li > a { display: block; cursor: pointer; width: 180px; padding: 8px 0; text-align: center; color: #fff; transition: all 0.1s linear; } /*width:auto; padding: 8px 20px;*/
.navbar-nav > li > a:hover { text-decoration: none; }
.dropdown-menu { position: absolute; top: 100%; left: 0; right: 0; z-index: 1000; display: none; padding: 5px 0; margin: 0; font-size: 14px; text-align: left; list-style: none; background-color: rgba(255, 255, 255, .9); background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); text-align: center; }
.dropdown-menu > li { font-size: 16px; }
.dropdown-menu > li > a { display: block; padding: 5px 0px; transition: all 0.15s linear; }
.dropdown-menu > li > a:hover { text-decoration: none; background-color: rgba(0, 147, 73, .8); color: #fff; }
.navbar-nav .caret { display: none; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; }
@media (min-width:768px) {
	.navbar-header { float: left; }
	.navbar-toggle { display: none; }
	.container { width: 100%; max-width: 100%; min-width: 1280px }
	.navbar-nav > li:hover > .dropdown-menu { display: block; }
	.navbar-nav > li.active > a { font-weight: 700; }
	.navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
	.navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important }
}
@media (min-width:1280px) {
	.container { width: 1280px; min-width: 1280px }
}
@media (max-width:768px) {
	.navbar, .navbar > .container { background-color: #fff; }
	.navbar > .container, .navbar-collapse { padding-right: 15px; padding-left: 15px;  }
	.navbar-header { border-bottom: 1px solid #eee; }
	.navbar-brand { display: block; }
	.navbar-nav { margin: 7.5px -15px; }
	.navbar-nav > li { float: none; display: block; font-size: 14px; }
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover { color: #009349; }
	.navbar-nav  li > a { width: 100%; display: block; padding: 10px 12px; color: #333; cursor: pointer; text-align: left; }
	.navbar-nav > li .dropdown-menu { position: static; box-shadow: none; border: 0; float: none; background: none; }
	.navbar-nav > li .dropdown-menu > li { text-align: left; font-size: 14px; }
	.navbar-nav .open > a, .navbar-nav .open > a:focus, .navbar-nav .open > a:hover { background-color: #eee; color: #009349; text-decoration: none; }
	.navbar-nav .caret { display: inline-block; }
	.navbar-nav .open .dropdown-menu { position: static; display: block; }
	.navbar-nav .open .dropdown-menu li a { padding: 5px 15px 5px 30px; }
	.navbar-collapse { background: rgba(249, 249, 249, .9); text-align: left; margin-left: -15px; margin-right: -15px; transition: height 0.5s linear; height: 0px; overflow: hidden; }
	.navbar-collapse.in {
		position: absolute;
		width: 100%;
		height: auto;
		opacity: 100%;
    	background: white;
    	border-bottom-left-radius: 6px;
    	border-bottom-right-radius: 6px;
		border-left: 2px solid#009349;
    	border-right: 2px solid#009349;
    	border-bottom: 2px solid#009349;
	}
}

/*header && footer*/
.header-top { height: 257px; min-width: 1280px; background: url(../images/header-top.png?v=1) no-repeat center top; }
.footer { background-color: #009349; padding: 36px 0; margin-top: 50px; }
.footer p { font-size: 16px; color: #fff; margin: 8px 0; text-align: center; padding: 0 15px; }
.idx-disc { border: 1px solid #009349; padding: 13px 0; margin-bottom: 15px; }
.idx-disc p { font-size: 16px; font-weight: 700; margin: 8px 0; text-align: center; padding: 0 15px; }
.idx-disc p span { color: #009349; }
.flink { text-align: center; font-size: 16px; }
.flink strong { font-size: 18px; font-weight: 700; vertical-align: -1px; }
.flink > a { margin-right: 10px;  }
.eqcodes { margin-bottom: 20px; display: flex; justify-content: space-around; }
.eqcodes .item {  width: 102px; text-align: center; }
.eqcodes .item span { display: block; color: #fff; }

@media (max-width:768px) {
	.header-top { display: none; }
	.footer p { font-size: 14px; }
	.idx-disc { margin: 15px; }
	.idx-disc p { font-size: 14px; }
	.flink { font-size: 14px; }
	.flink strong { font-size: 16px; }
}

/*notice*/
.notice { height: 40px; line-height: 40px;  padding: 0; background: url(../images/ico-notice.png) no-repeat left center; }
.notice .marquee { margin: 0 100px 0 32px; height: 40px; overflow: hidden; }
.notice .marquee ul { list-style: none; margin: 0; }
.notice .marquee ul li { float: left;  }
.notice .marquee ul li a { margin-right: 30px; }
.notice .more { float: right; color: #009349; }
@media (max-width:768px) {
	.notice { margin: 0 15px; }
	.notice .marquee { margin: 0 0 0 35px; }
	.notice .more { display: none; }
}

/*frame*/
.idx-main { width: 850px; float: left; }
.idx-sub { width: 420px; float: right; }
.idx-half { width: 635px; float: left; }
.idx-half:nth-child(2n) { margin-left: 10px; }
.panel { padding: 0 20px; overflow: hidden; margin-bottom: 10px; background-color: #fff; box-shadow: 0 1px 7px rgba(125, 172, 148, .3); }
.panel > .hd { height: 40px; border-bottom: 1px solid #eaeaea; }
.panel > .hd h2 { margin: 0; color: #009349; font-size: 18px; line-height: 1; padding-top: 10px; }
.panel > .hd .more { float: right; color: #999; font-size: 14px; margin-top: 10px; }
.panel > .bd { padding: 10px 0; }
/*tab*/
.panel > .hd > .tab a, .panel > .hd > .tab span { display: inline-block; line-height: 40px; position: relative; font-size: 16px; margin-right: 10px; }
.panel > .hd > .tab a { cursor: pointer; }
.panel > .hd > .tab a:hover { text-decoration: none; }
.panel > .hd > .tab .active { font-weight: 700; color: #009349; text-decoration: none !important; cursor: default; }
.panel > .hd > .tab .active:after { content: " "; position: absolute; height: 2px; background-color: #009349; bottom: 0; left: 0; width: 100%; }
.tab-content-item { display: none; }
.tab-content-item:nth-child(1) { display: block; }


@media (max-width:768px) {
	.idx-main { float: none; width: auto; margin-left: 15px; margin-right: 15px; }
	.idx-sub { float: none; width: auto; margin-left: 15px; margin-right: 15px; }
	.idx-half { float: none; width: auto; margin-left: 15px; margin-right: 15px;  }
	div.panel { height: auto; }
	.panel > .hd h2 { font-size: 16px; }
	.panel > .hd > .tab a, .panel > .hd > .tab span { font-size: 16px;  }

}

/*banner*/
.idx-banner { width: 100%; height: 430px; overflow: hidden; position: relative; }
.idx-banner .swiper-slide { position: relative; text-align: center; }
.idx-banner img { max-width: 100%; display: block; }
.idx-banner h3 { z-index: 1; margin: 0; padding: 0 0 0 10px; text-align: left; font-size: 16px; height: 32px; line-height: 32px; color: #fafafa; position: absolute; left: 0; bottom: 0; right: 0; padding-right: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background-color: rgba(0, 0, 0, .6); }
.idx-banner .pagination { margin: 0; position: absolute; z-index: 2; bottom: 8px; text-align: right; right: 10px; left: auto; width: auto; }
.idx-banner .swiper-pagination-bullet { display: inline-block; width: 5px; height: 5px; border-radius: 5px; background: #fff; margin: 0 2px; opacity: 1; cursor: pointer; }
.idx-banner .swiper-pagination-bullet-active { background: #fff; width: 30px; }
@media (max-width:768px) {
	.idx-banner { height: auto; margin-bottom: 10px; }
	.idx-banner h3 { font-size: 14px; }
}

/*list*/
.lst-1 { list-style: none; padding: 0; margin: 0; }
.lst-1 { position: relative; padding-left: 135px; margin-bottom: 15px; font-size: 16px; }
.lst-1 .img { position: absolute; width: 120px; height: 80px; top: 10px; left: 0; }
.lst-1 .tit h4 { margin: 0; display: inline-block;  }
.lst-1 .tit a { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lst-1 .tit .time { float: right; font-size: 14px; }
.lst-1 p { color: #666; margin: 0 0 0 0; }

.lst-2 { list-style: none; padding: 0; margin: 0; }
.lst-2 { position: relative; padding-left: 25px; padding-top: 2px; background: url(../images/ico-li-green.png) no-repeat left 6px; }
.lst-2 a { font-size: 16px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lst-2 .time { float: right; }

.lst-3 { list-style: none; padding: 0; margin: 0; }
.lst-3 { position: relative; padding-left: 25px; padding-top: 2px; background: url(../images/ico-li-green.png) no-repeat left center; }
.lst-3 a { font-size: 16px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lst-3 .time { float: right; color: #666; }

.lst-4 { list-style: none; padding: 0; margin: 0; }
.lst-4 { position: relative; padding-left: 135px; margin-bottom: 15px; }
.lst-4 .img { position: absolute; width: 120px; height: 80px; top: 0; left: 0; }
.lst-4 .tit { display: block; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.lst-4 .time {display: block; text-align: right; color: #666; }

.lst-5 { list-style: none; padding: 0; margin: 0; }
.lst-5 { width: 48%; float: left; position: relative; padding-left: 135px; margin-bottom: 15px; overflow: hidden; }
.lst-5:nth-child(1) { margin-right: 4%; }
.lst-5 .img { position: absolute; width: 120px; height: 80px; top: 10px; left: 0; }
.lst-5 .tit { font-size: 16px; height: 69px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.lst-5 .time { display: block; color: #666; }

.lst-6 { list-style: none; padding: 0; margin: 0; }
.lst-6 { position: relative; padding-left: 25px; padding-top: 2px; background: url(../images/ico-li-c.png) no-repeat left center; }
.lst-6 a { font-size: 16px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lst-6 .time { float: right; }

@media (max-width:768px) {
	.lst-5 { float: none; width: 100%; }
}

/*idx-introduction*/
.idx-introduction { height: 275px }
.idx-introduction .hd { height: auto; border-bottom: none; margin: 5px 0 5px; }
.idx-introduction .bd img { float: left; margin-right: 25px; }
.idx-introduction .bd p { margin: 0; font-size: 16px; height: 167px; overflow: hidden; margin-bottom: 12px; }
.idx-introduction .search { margin-bottom: 10px; }
.idx-introduction .search input[type="text"] { float: left; width: 278px; height: 35px; padding: 0 10px; background: none; border: 1px solid #c6c6c6; border-right: none; border-radius: 4px 0 0 4px; }
.idx-introduction .search button { float: left; width: 100px; height: 35px; font-size: 14px; background: #009349; border: none; margin: 0; padding: 0;  color: #fff; }
.idx-introduction .search button em { display: inline-block; margin-right: 2px; width: 20px; height: 20px; vertical-align: middle; background: url(../images/ico-search.png); }
@media (max-width:768px) {
	.idx-introduction .bd p { height: auto; font-size: 16px; }
	.idx-introduction .search { clear: both; margin-top: 10px; }
	.idx-introduction .search input[type="text"] { width: calc(100% - 102px) }
}

/*idx-oa*/
.idx-oa { height: 145px; }
.idx-oa .hd { height: auto; border-bottom: none; margin-bottom: 8px; }
.ico-mail { background-image: url(../images/ico-mail.png); }
.ico-editor { background-image: url(../images/ico-editor.png); }
.ico-zj { background-image: url(../images/ico-zj.png); }
.idx-oa .bd { display: flex; justify-content: space-between; margin-bottom: 15px; }
.idx-oa .bd a { width: 120px; height: 70px; float: left; background: #009349; border-radius: 7px; text-align: center; color: #fff; }
.idx-oa .bd a em { display: block; margin: 6px auto 1px; width: 36px; height: 36px; }
.idx-oa .bd a span { display: block; font-size: 16px; }
@media (max-width:768px) {
	.idx-oa .bd a { max-width: 31%; }
	.idx-oa .hd, .idx-oa .bd { margin-bottom: 5px; }
}



/*idx-1*/
.idx-1 { height: 360px; }
.idx-1 .lst-1 .tit h4 a { width: 550px; }
.idx-1 .lst-1 p { height: 68px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.idx-1 .lst-1 { margin-bottom: 18px; }
.idx-1 .lst-2 {  }
.idx-1 .lst-2 > a { width: 650px; line-height: 1.6; vertical-align: middle;}

/*idx-2*/
.idx-2 { height: 175px; }
.idx-2 .lst-3 a { width: 260px; vertical-align: middle;}

/*float-ad*/
.float-ad {position: fixed;top: 20%;left: 0;z-index: 2000;width: 158px;}
.float-ad > a { display: block; }
.float-ad > img { width: 100%; display: block; }
.float-ad-close { transform: scale(.72); width: 34px; height: 34px; position: absolute; top: -40px; left: 50%; margin-left: -17px; background: url(../images/btn-close-fb.png); cursor: pointer; }
@media (max-width:1600px) { 
	.float-ad { display: none; }
}
/*idx-ad-1*/
.idx-ad-1 { height: 154px; overflow: hidden; position: relative; }
.idx-ad-1 img { width: 100%; }

/*idx-ad-2*/
.idx-ad-2 { margin: 0 0 10px; }
.idx-ad-2 img { width: 100%; }

/*ad-f*/
.ad-f { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 500; }
.ad-f-close { width: 34px; height: 34px; position: absolute; top: -62px; left: 50%; margin-left: -17px; background: url(../images/btn-close-fb.png); cursor: pointer; }
.ad-f img { display: block; width:1920px; margin:0 calc(50% - 960px); }


/*idx-3*/
.idx-3 { height: 154px; }
.swiper-idx-sub-button-next, .swiper-idx-sub-button-prev { width: 24px; height: 24px; background-color: rgba(0, 0, 0, .3); background-repeat: no-repeat; background-position: center center; background-size: 18px 18px; border-radius: 2px; }
/*idx-4*/
.idx-4 { height: 225px; }
.idx-4 .clearfix + .lst-6 { margin-top: 5px; }
.idx-4 .lst-6 a { width: 450px; vertical-align: middle;}
.idx-4 .lst-5 { margin-bottom: 8px; }

@media (max-width:768px) {
	.idx-ad-1 { height: auto; }
	.idx-ad-2 { margin: 0 15px; }
	.idx-1 .lst-1  { font-size: 14px; }
	.idx-1 .lst-1 .tit h4, .idx-1 .lst-1 .tit h4 a { display: inline; width: auto; white-space: normal; }
	.lst-1 .tit .time { float: none; }
	.idx-1 .lst-1 p { height: 60px; }
	.idx-1 .lst-2 a { width: calc(100% - 110px); }
	.idx-2 .lst-3 a { width: calc(100% - 110px); }
	.lst-2 a { font-size: 14px; }
	.lst-3 a { font-size: 14px; }
	.lst-5 .img { top: 7px; }
	.idx-4 .lst-5 .tit { height: 60px; font-size: 14px; }
	.idx-4 .clearfix + .lst-6 { margin: 0px; }
	.idx-4 .lst-6 a { width: calc(100% - 110px); font-size: 14px; }
}


/*idx-photo*/
.idx-photo { margin-bottom: 10px; }
.idx-photo ul { list-style: none; padding: 0; margin-left: -6px; }
.idx-photo ul li { position: relative; float: left; width: 315px; 120px; overflow: hidden; margin-left: 6px; }
.idx-photo ul li a { transition: all 0.15s; }
.idx-photo ul li img { width: 100%; display: block;  }
.idx-photo ul li .blank { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-color: rgba(0, 0, 0, 0); display: flex; justify-content: center; text-align: center; align-items: center; }
.idx-photo ul li .blank .tit { font-size: 16px; color: #fff; font-weight: 700; display: none; }
.idx-photo ul li a:hover .blank { background-color: rgba(0, 0, 0, .3); }
.idx-photo ul li a:hover .tit { display: block; } 
@media (max-width:768px) {
	.idx-photo { margin-bottom: 0; }
	.idx-photo ul { padding: 0 15px; margin: 0; }
	.idx-photo ul li { width: 100%; height: auto; float: none; margin: 0 0 10px;  }
	.idx-photo ul li .blank { background-color: rgba(0, 0, 0, .3); }
	.idx-photo ul li .blank .tit { display: block; }
}


/*page*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px }
.pagination>li { display: inline }
.pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 8px 14px; margin-left: -1px; line-height: 1.42857143; color: #009349; text-decoration: none; background-color: #fff; border: 1px solid #ddd }
.pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px }
.pagination>li:last-child>a, .pagination>li:last-child>span { border-top-right-radius: 4px; border-bottom-right-radius: 4px }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { z-index: 2; color: #009349; background-color: #eee; border-color: #ddd }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #009349; border-color: #009349 }
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd }
.pagination-lg>li>a, .pagination-lg>li>span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333 }
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span { border-top-left-radius: 6px; border-bottom-left-radius: 6px }
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span { border-top-right-radius: 6px; border-bottom-right-radius: 6px }
.pagination-sm>li>a, .pagination-sm>li>span { padding: 5px 10px; font-size: 12px; line-height: 1.5 }
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span { border-top-left-radius: 3px; border-bottom-left-radius: 3px }
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span { border-top-right-radius: 3px; border-bottom-right-radius: 3px }

/*news-lst*/
.breadcrumb { font-size: 16px; margin: 30px 0 15px; }
.breadcrumb strong { font-weight: 700; }
.breadcrumb em { font-style: normal; font-family: Verdana; }
.breadcrumb .cur { color: #009349; }

@media (max-width:768px) {
	.breadcrumb { margin: 10px 0 10px; padding: 0 0 0 15px; font-size: 14px; }
}

.news-box { min-height: 400px; border-radius: 13px; padding: 25px 30px; box-shadow: 0 2px 10px rgba(62, 105, 83, .3); }
.news-lst { margin-top: -20px; }
.news-lst .item { position: relative; border-bottom: 1px solid #eee; padding: 30px 0; padding-left: 230px; }
.news-lst .item > .img { position: absolute; left: 0; top: 30px; width: 200px; height: 133px; overflow: hidden; }
.news-lst .item > .tit { display: block; font-weight: 700; color: #333; font-size: 20px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-lst .item > .tit:hover { color: #009349; }
.news-lst .item > .subtitle { font-size: 14px; color: #333; margin: 10px 0 10px; height: 60px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.news-lst .item > .subtitle > strong:nth-child(1) { font-size: 16px; }

.news-lst .item.nosub { padding: 0; line-height: 28px; padding: 10px 0; }
.news-lst .item.nosub .img { display: none; }
.news-lst .item.nosub .subtitle { display: none; }
.news-lst .item.nosub .tit { float: left; width: calc(100% - 120px) }
.news-lst .item.nosub .time { text-align: right; }

.news-detail-content { min-height: 250px; }
.quckread { margin-top: 30px; border-top: 1px solid #eee; padding-top: 20px;}
.quckread .item { font-size: 16px; line-height: 1.5; padding: 2px 0; }
.quckread .item a:hover { color: #009349; }

.main-extend { margin-top: 15px; padding: 25px 0 0 10px; border-radius: 13px; box-shadow: 0 2px 10px rgba(62, 105, 83, .3);  }
.main-extend > .item { display: block; width: 230px; height: 235px; float: left; overflow: hidden; margin-left: 37px; margin-bottom: 25px;  }
.main-extend > .item .img { overflow: hidden; margin-bottom: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, .15); }
.main-extend > .item img { display: block; width: 100%;}
.main-extend > .item .tit { font-size: 16px; color: #333; line-height: 1.2; height: 40px; overflow: hidden; margin-bottom: 8px; }
.main-extend > .item .date { text-align: right; font-size: 14px; color: #666;  }
@media (max-width:590px){
	.main-extend > .item { display: block; width: 84%; float: left; overflow: hidden; margin-left: 37px; margin-bottom: 25px;  }
}

.news-title { width: 1280px; min-width: 1280px; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 15px;}



@media (max-width:768px) {
	.news-box { box-shadow: none; padding: 15px 15px; }
	.news-lst { margin: 0; }
	.news-lst .item { padding: 15px 0; }
	.news-lst .item > .img { position: relative; width: 100%; top: 0; left: 0; height: auto; }
	.news-lst .item > .img > a { display: block; }
	.news-lst .item > .tit { font-size: 16px; white-space: normal; }
	.news-lst .item > p { height: 56px; font-size: 12px; margin: 5px 0; }
	.news-lst .item > p > strong { font-size: 14px; color: #666; }
	.news-lst .item > .time { text-align: right; color: #999;}
	.news-lst .item.nosub .tit { float: none; width: auto; }
	.bdsharebuttonbox { position: static !important; text-align: left; padding-left: 15px; }
	.news-box { padding: 0 15px; }
	.quckread .item { font-size: 14px; }

	.news-title {
		margin:  0 30px;
		width: auto;
		min-width: auto;
	}
	.news .idx-sub {
		display: none;
	}
}

.news-title p{
	font-family: "微软雅黑";
	font-size: 38px;
	margin-bottom: 10px;
    margin-top: 10px;
}

.news-title data{
	font-family: "宋体";
	font-size: 16px;
}