@charset "utf-8";
/* CSS Document */
.header {
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.header .top {
	height: 108px;
	margin-bottom: 4px;
	border-bottom: 1px solid #dbdbdb;
}
.header .top .logo {
	float: left;
	width: 403px;
	height: 79px;
	margin-top: 20px;
	margin-left: 26px;
	background: url(../img/bg_logo.png) no-repeat left top;
}
.header .menu {
	height: 44px;
	line-height: 41px;
	font-family: "宋体";
	font-size: 13px;
	background: url(../img/bg_menu.gif) repeat-x left top;
}
.header .menu .menu-cnt {
	position: relative;
	float: left;
	margin-left: 24px;
}
.header .menu .menu-cnt > .menu-item {
	display: block;
	float: left;
	margin: 0 10px;
	color: #fff;
}
.header .menu .menu-cnt > .menu-item.current {
	font-weight: 700;
	color: #aef319;
}
.header .menu .menu-cnt > .menu-tag {
	float: left;
	height: 13px;
	margin-top: 14px;
	border-left: 1px solid #fff;
}
.header .submenu {
	display: none;
	position: absolute;
	top: 36px;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #495d5d;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	z-index: 9999999;
}
.header .submenu .menu-item {
	display: block;
	padding: 0 1em;
	line-height: 24px;
	text-align: center;
	color: #5ca245;
}
.header .submenu .menu-item:hover {
	color: #fff;
	background-color: #5ca245;
}
.header .tips {
	height: 33px;
	line-height: 32px;
	font-family: "宋体";
	font-size: 13px;
	background: url(../img/bg_w.gif) repeat-x left top;	
}
.header .tips .tips-pic {
	display: block;
	float: left;
	width: 40px;
	height: 32px;
	background: url(../img/icon_new.png) no-repeat right center;	
}
.header .tips .tips-cnt {
	height: 32px;
	margin-left: 44px;
	margin-right: 10px;
	overflow: hidden;
}
.header .tips .tips-subcnt {
	white-space: nowrap;
}
.header .tips-list .list-item {
	margin-right: 50px;
	padding-left: 11px;
	color: #164d05;
	background: url(../img/li_dot_g.png) no-repeat left center;
}
.header .tips-list .list-item:hover { color: #f00;}
.footer {
	position: relative;
	width: 1024px;
	height: 242px;
	margin: 0 auto;
	background-color: #384a4a;
}
.footer .menu {
	height: 44px;
	line-height: 43px;
	font-family: "宋体";
	font-size: 13px;
	background: url(../img/bg_footer.gif) repeat-x left top;
}
.footer .menu .menu-cnt { text-align: center;}
.footer .menu .menu-item {
	display: inline-block;
	margin: 0 10px;
	color: #344908;
}
.footer .menu .menu-item.current { font-weight: 700;}
.footer .menu .menu-tag {
	display: inline-block;
	width: 0;
	height: 13px;
	border-left: 1px solid #344908;
}
.footer .menu .btn-top {
	position: absolute;
	top: 15px;
	right: 17px;
	line-height: 13px;
	font-weight: 700;
	color: #344908;
}
.footer .logo {
	float: left;
	width: 140px;
	height: 130px;
	margin-top: 31px;
	margin-left: 58px;
	background: url(../img/bg_logo_footer.png) no-repeat left top;
}
.footer .copyright {
	margin-top: 50px;
	margin-left: 245px;
	line-height: 19px;
	font-weight: 700;
	color: #fff;
}
.main {
	width: 1024px;
	margin: 0 auto;
}
.sidebar {
	float: right;
	width: 325px;
	margin-right: 7px;
	overflow: hidden;
}
.container {
	min-height: 200px;
	background-color: #fff;
	overflow: hidden;
}
.container:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	margin: 0px ;
	padding: 0px;
	line-height: 0px;
	overflow: hidden;
}
.sidebar + .container ,
.sidebar + script + .container {
	margin-right: 367px;
	padding-bottom: 20px;
}

/* adjoin */
.adjoin {
	padding: 0 10px;
	line-height: 30px;
	color: #060001;
}
.adjoin .pre { float: left;}
.adjoin .next{ float: right;}
.adjoin a { color: #060001;}
.adjoin a:hover { color: #f00;}
.content .adjoin {
	margin-top: 30px;
	margin-bottom: 10px;
}
/* adjoin */

/* adv */
.header .adv {
	float: right;
	width: 498px;
	height: 70px;
	margin-top: 20px;
	margin-right: 39px;
}
.header .adv img {
	width: 498px;
	height: 70px;
}
.sidebar .adv ,
.sidebar .adv img {
	width: 325px;
	height: 70px;
}
.sidebar .adv { margin-bottom: 10px;}
/* adv */

/* content */
.comment {
	position: relative;
	width: 640px;
	height: 126px;
}
.comment .pic-bg {
	width: 38px;
	height: 38px;
	background: url("../img/member-pic.png") no-repeat;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 80;
}
.comment .pic {
	width: 38px;
	height: 38px;
	position: absolute;
	left: 5px;
	top: 5px; 
	z-index: 60;
}
.comment .pic img {
	width: 100%;
	height: 100%;
}
.comment .input-box {
	width: 578px;
	height: 99px;
	border: 1px solid #c8c8c8;
	position: absolute;
	left: 50px;
	top: 5px;
}
.comment .input-box .input-area {
	height: 51px;
	padding: 10px;
}
.comment .input-box .input-area textarea {
	width: 100%;
	height: 100%;
	border: none;
	color: #6c6c6c;
}
.comment .input-box .input-tool-bar {
	height: 27px;
	border-top: 1px solid #c8c8c8;
	background: url("../img/pn-bg1.png") repeat-x; 
}
.comment .input-box .input-tool-bar .submit-btn {
	width: 109px;
	height: 27px;
	line-height: 27px; 
	float: right;
	background: url("../img/pn-btn-bg.png") repeat-x; 
	text-align: center;
	font-size: 14px;
	color: #6c6c6c;
	cursor: pointer;
}
.comment .input-box .mb-form-item { line-height: 30px;}
.comment .input-box .b-mar-b-20 { margin-top: 10px;}
.comment .input-box .mb-form-name {
	float: left;
	width: 50px;
	text-align: right;
}
.comment .input-box .mb-form-item-cnt { margin-left: 50px;}
.comment .input-box .mb-form-input {
	height: 24px;
	background: url(../img/bg_input.gif) no-repeat left top;
}
.comment .input-box .mb-form-input input {
	background: none;
	border: none;
	padding: 0 4%;
	height: 24px;
}
.comment .input-box .mb-form-code .mb-form-code-input {
	position: relative;
	float: left;
	width: 100px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.comment .input-box .mb-form-code .mb-form-code-input input {
	width: 90px;
	height: 30px;
	padding: 0 4%;
	background: none;
	border: none; 
}
.comment .input-box .mb-form-code img {
	float: left;
	width: 119px;
	height: 32px;
}
.comment-list-tab-container {
	margin-top: 48px;
	margin-bottom: 46px;
	border-bottom: 1px dashed #e6e6e6;
}
.comment-list-tab-container .etabs {
	height: 22px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 1px dashed #e6e6e6;
}
.comment-list-tab-container .etabs li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 11px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.13em;
}
.comment-list-tab-container .selected-tab a {
    color: #000000;
	border-bottom: none;
}
.comment-list-tab-container .selected-tab {
	border-bottom: 4px solid #2481ca;
	height: 20px;
	line-height: 20px;
    background: #ffffff;
    color: #000000;
}
.comment-list-tab-container .comment-list {
	margin: 20px 0px;
	line-height: 22px;
}
.comment-list-tab-container .comment-list li { margin-top: 20px;}
.comment-list-tab-container .comment-list .comment-content { margin: 5px 0px;}
.comment-list-tab-container .comment-list .commenter-bar {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 5px;
}
.comment-list-tab-container .comment-list .commenter-bar div { display: inline-block; }
.comment-list-tab-container .comment-list .commenter-bar .date { width: 120px;}
.comment-list-tab-container .comment-list .commenter-bar .commenter {
	width: 545px;
	text-align: right;
}
.comment-list-tab-container .no-comment {
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #c3c3c3;
}
/* content */

/* content */
.content { padding: 0 12px;}
.content .content-title {
	padding: 10px 0;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #545454;
	border-bottom: 1px dashed #e6e6e6;
}
.content .content-date {
	float: left;
	margin-top: 12px;
	margin-left: 6px;
	color: #6f6f6f; 
}
.content .content-keywords {
	float: right;
	margin-top: 9px;
	margin-right: 6px;
	font-size: 13px;
	color: #2481ca; 
}
.content .content-pic {
	margin: 0px auto;
	margin-top: 23px;
	padding: 7px;
	text-align: center;
	border: 0px solid #e8e8e8;
}
.content .content-pic-title {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	color: #2481ca;
}
.content .content-pics {
	position: relative;
	width: 651px; 
	height: 315px;
	margin: 0px auto;
}

.content .content-pics .swiper-container { width: 530px;}
.content .content-pics .swiper-container .swiper-wrapper{ width: 530px;}
.content .content-pics .swiper-slide { height: 315px;}
.content .content-pics .swiper-button-next { background: url("../img/btn-arrow-r-b.png") no-repeat !important;}
.content .content-pics .swiper-button-prev { background: url("../img/btn-arrow-l-b.png") no-repeat !important;}
.content .content-pics .swiper-button-next ,
.content .content-pics .swiper-button-prev {
	top: 50%;
	width: 33px;
	height: 50px;
	margin-top: -33px;
	-moz-background-size: 33px 50px;
	-webkit-background-size: 33px 50px;
	background-size: 33px 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.content .content-pics .jchg-swiper-box-img ,
.content .content-pics .jchg-swiper-box-title ,
.content .content-pics .jchg-swiper-box-line ,
.content .content-pics .jchg-swiper-box-line-active ,
.content .content-pics .jchg-swiper-box-addr {
	width: 160px;
	margin: 0 auto;
}
.content .content-pics .jchg-swiper-box-line ,
.content .content-pics .jchg-swiper-box-line-active {
	height: 2px;
	margin-top: 10px;
}
.content .content-pics .swiper-slide-active .jchg-swiper-box-line { background: #3777c4;}
.content .content-pics .content-pics-pic ,
.content .content-pics .content-pics-pic img {
	width: 530px;
	height: 315px;
}
.content .content-pics .content-pics-title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 530px;
	height: 35px; 
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ffffff; 
	background: rgba(0,0,0,0.5); 
}
.content .content-video {
	width: 600px;
	height: 400px;
	margin: 20px auto;
}
.content .content-text {
	padding: 30px 8px;
	font-size: 15px;
}
.content .content-info {
	height: 21px;
	padding-top: 8px;
	line-height: 28px;
	color: #8a8a8a;
	border-top: 1px dashed #e6e6e6;
	overflow: hidden;
}
.content .content-info .content-info-cnt {
	float: left;
	margin-left: 8px;
}
/* content */

/* correlation */
.correlation {
	padding-bottom: 6px;
	border-bottom: 1px dashed #e6e6e6;
}
.correlation .correlation-title {
	margin-bottom: 7px;
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	border-bottom: 1px dashed #e6e6e6;
}
.correlation .correlation-list .list-item {
	height: 44px;
	line-height: 44px;
}
.correlation .correlation-list .list-item-cnt {
	margin-left: 10px;
	font-size: 14px;
	color: #000;
}
.correlation .correlation-list .list-item-cnt:hover { color: #f00;}
.correlation .correlation-list .list-date {
	float: right;
	margin-right: 10px;
	color: #2481ca;
}
.content .correlation { margin-top: 70px;}
/* correlation */

/* list */
ul.list .list-item {
	padding-bottom: 22px;
	border-bottom: 1px solid #dfdfdf;
}
ul.list .list-title {
	display: block;
	padding: 21px 26px 7px;
	line-height: 31px;
	font-size: 17px;
	font-weight: 700;
	color: #545454;
}
ul.list .list-pic ,
ul.list .list-pic img {
	width: 220px;
	height: 165px;
}
ul.list .list-pic {
	display: block;
	float: left;
	margin-left: 18px;
	padding: 7px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
ul.list .list-cnt { margin-left: 274px;}
ul.list .list-top-bar {
	height: 29px;
	line-height: 29px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
ul.list .list-date {
	float: left;
	color: #6f6f6f;
}
ul.list .list-keywords {
	float: right;
	font-size: 13px;
	color: #2481ca;
}
ul.list .list-keywords a { color: #2481ca;}
ul.list .list-keywords a:hover { text-decoration: underline;}
ul.list .list-text {
	padding-top: 18px;
	padding-bottom: 13px;
	line-height: 23px;
	font-size: 13px;
	color: #585858;
}
ul.list .list-link {
	color: #2481ca;
	white-space: nowrap;
}
ul.list .list-link:hover {
	text-decoration: underline;
	color: #f00;
}
ul.list .list-foot-bar {
	height: 21px;
	overflow: hidden;
}
ul.list .list-info {
	float: left;
	line-height: 28px;
	color: #8a8a8a;
}
div.list {
	padding-top: 10px;
	padding-right: 12px;
}
div.list .list-item {
	padding-left: 9px;
	line-height: 26px;
}
div.list .list-date {
	float: right;
	margin-right: 5px;
	color: #9f9f9f;
}
div.list .list-item-cnt {
	padding-left: 9px;
	color: #000;
	background: url(../img/li_dot_bk.png) no-repeat left center;
}
div.list .list-item:first-child {
	margin-bottom: 10px;
	padding: 18px 3px 20px 9px;
	border-bottom: 1px dashed #c1c1c1;
}
div.list .list-pic ,
div.list .list-pic img {
	width: 86px;
	height: 65px;
}
div.list .list-pic {
	display: block;
	float: left;
}
div.list .list-text {
	*height: 72px;
	min-height: 72px;
	margin-left: 110px;
	line-height: 24px;
	font-family: "新宋体";
	text-indent: 2em;
	color: #727272;
}
div.list .list-link { color: #727272;}
div.list .list-item a:hover {
	text-decoration: underline;
	color: #f00;
}
div.list-sidebar {
	margin: 0 7px 10px 3px;
	padding: 22px 16px 25px 21px;
	font-family: "新宋体";
	background-color: #efefef;
}
div.list-sidebar .list-item { margin-bottom: 15px;}
div.list-sidebar .list-pic ,
div.list-sidebar .list-pic img {
	width: 54px;
	height: 75px;
}
div.list-sidebar .list-pic {
	display: block;
	float: left;
	padding-right: 16px;
	border-right: 1px solid #c7c7c7;
}
div.list-sidebar .list-cnt { margin-left: 87px;}
div.list-sidebar .list-title {
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 14px;
	font-weight: 700;
	color: #727272;
	border-bottom: 1px dashed #c1c1c1;
}
div.list-sidebar .list-text {
	line-height: 24px;
	color: #727272;
}
div.list-sidebar .list-link { color: #727272;}
div.list-sidebar a:hover {
	text-decoration: underline;
	color: #f00;
}
.sidebar div.list { margin: 0 4px 10px 3px;}
/* list */

/* location */
.location {
	height: 25px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-top: 13px;
	padding-left: 32px;
	line-height: 25px;
	font-size: 13px;
	color: #585858;
	background: url(../img/icon_location.png) no-repeat 7px 15px;
	border-bottom: 1px dashed #e6e6e6;
}
.location .location-item { color: #585858;}
.location .location-item:hover {
	text-decoration: underline;
	color: #f00;
}
/* location */

/* page */
.page-box {
	clear: both; 
	height: 27px;
	margin: 0px auto; 
	margin-top: 35px;
	margin-bottom: 18px;
	text-align: center;
}
.page-box div {
	cursor: pointer;
	height: 27px;
	line-height: 24px; 
	border: 1px solid #e9e9e9;
	background: #f7f7f7; 
	display: inline-block;
	padding: 0px 5px;
	min-width: 18px;
	text-align: center;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;
}
.page-box a {
	height: 27px;
	line-height: 24px; 
	border: 1px solid #e9e9e9;
	background: #f7f7f7; 
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;
}
.page-box .cur {
	background: #000000; 
	color: #ffffff;
	border-color: #ffffff;
}
/* page */

/* search */
.search {
	width: 199px;
	height: 20px;
	background: url(../img/bg_search.png) no-repeat left top;
}
.search .search-btn {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../img/btn_search.png) no-repeat left center;
}
.search .search-input {
	float: left;
	width: 152px;
	height: 20px;
	padding-left: 27px;
	line-height: 20px;
	color: #b4b3b3;
	font-family: "宋体";
	font-size: 13px;
	background:  url(../img/icon_search_gy.png) no-repeat 7px center;
	border: none;
}
.header .search {
	float: right;
	margin-top: 9px;
	margin-right: 12px;
}
/* search */

/* share */
.btn-share ,
.btn-share .btn-share-cnt {
	display: block;
	width: 61px !important;
	height: 21px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.btn-share .btn-share-cnt { background: url(../img/btn-zf.png) no-repeat left top !important;}
ul.list .btn-share { float: right;}
.content .content-info .btn-share { float: right;}
/* share */

/* title */
.title {
	width: 319px;
	height: 22px;
	padding-top: 4px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background:  url(../img/bg_title.png) no-repeat left top;
}
.title .title-cnt {
	float: left;
	margin-left: 10px;
}
.title .title-link {
	float: right;
	margin-right: 20px;
	color: #fff;
}
.sidebar .title { margin-left: 3px;}
/* title */