/*reset css*/
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,optgroup,p,blockquote,figure,hr,menu,dir,thead,tbody,tfoot,th,td {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style-type: none;
	list-style-image: none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-ms-touch-action: none;
	font-size: 100%;
}

body {
	font-size: 14px;
	/*line-height: 1.8;*/
	line-height:normal;
}

body,button,input,select,textarea {
	font-family: '\5FAE\8F6F\96C5\9ED1','\5B8B\4F53','helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',sans-serif;
	-ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
	text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

abbr,acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background-color: #D2E5FF;
	color: #000;
}

code,kbd,pre,samp {
	font-family: monaco,menlo,consolas,'courier new',courier,monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

q {
	quotes: none;
}

q:before,q:after {
	content: '';
	content: none;
}

small {
	font-size: 85.7%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0 none;
	width: auto \9;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0 none;
	white-space: normal;
	*margin-left: -7px;
}

button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 0;
	outline: none;
}

button:focus,input:focus,select:focus,textarea:focus {
	border-color: #66AFE9;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.075) inset,0px 0px 8px rgba(102,175,233,0.6);
}

input,button {
	*overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],input[disabled] {
	cursor: default;
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

textarea {
	overflow: auto;
	resize: vertical;
}

select:disabled option:checked,option:disabled:checked {
	color: #D2D2D2;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input {
		line-height: normal!important;
	}
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

label {
	cursor: pointer;
}

select[size],select[multiple],select[size][multiple] {
	border: 1px solid #AAA;
	padding: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,video,progress {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
[draggable] {
	cursor: move;
}

.clearfix {
	clear: both;
	zoom: 1;
}

.clearfix:after,.clearfix:before {
	content: "";
	display: table;
	clear: both;
}

@-ms-viewport {
	width:device-width;
}

/* 公共部分 */
a {
	text-decoration: none;
	color: #313131;
	background-color: transparent;
}

a:active,a:hover,a:focus {
	outline: none;
	border: none;
	color: #0268b3;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	width: 1170px;
	margin: 0 auto;
}

.swipe {
	display: block;
	z-index: 3;
	transition-duration: 0ms!important;
	-webkit-transition-duration: 0ms!important;
}

.location {
	height: 70px;
	line-height: 70px;
}

.location a {
	color: #333;
}

.location a:active,.location a:hover,.location a:focus {
	color: #0268b3;
}

.location_left {
	float: left;
}

.location_left a {
	font-size: 12px;
}

.location_left a.home {
	padding-left: 20px;
	background: url(/images/2015/home.png) no-repeat left center;
}

.location_right {
	float: right;
}

.location_right li {
	float: left;
	padding: 26px 0;
	height: 18px;
	line-height: 18px;
	position: relative;
	*height: 16px;
	*border-bottom: 2px solid #FFF;
}

.location_right li.hover {
	*border-bottom: 2px solid #0174C3;
}

.location_right li.hover:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #0174C3;
	content: "";
}

.location_right li a {
	float: left;
	margin: 0 8px;
	font-size: 13px;
}

.location_right li span {
	height: 18px;
	line-height: 15px;
	float: left;
	font-size: 11px;
	color: #d7d7d7;
}

.pagenav {
	text-align: center;
	margin: 20px 0 50px;
}

.pagenav span {
	padding: 0 3px;
	font-size: 12px;
}

.pagenav span a {
	font-size: 12px;
}

.pagenav span input {
	width: 40px;
	text-align: center;
}

.pagenav span.go {
	background: #1888C1;
}

.pagenav span.go a {
	color: #FFF;
}



/* 新闻 */
.news_banner {
	height: 117px;
	background: url(/images/2015/banner_news.jpg) no-repeat center;
}

.news_focus {
	padding: 39px 0;
	background: #F6F6F6;
}

.news_focus .news_slide {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 318px;
	position: relative;
}

.news_focus .news_slide .bd {
	height: 100%;
}

.news_focus .news_slide .bd li {
	float: left;
	width: 100%;
	height: 318px;
	position: relative;
}

.news_focus .news_slide .bd li a {
	overflow: hidden;
	display: block;
	height: 100%;
}

.news_focus .news_slide .bd li a img {
	width: 100%;
	height: 100%;
}

.news_focus .news_slide .bd li .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background: url(/images/2015/index_news_txtbg.png) repeat;
}

.news_focus .news_slide .bd li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	font-size: 12px;
	margin: 10px 15px;
	color: #FFF;
	line-height: 20px;
	overflow: hidden;
}

.news_focus .news_slide .hd {
	position: absolute;
	top: 50%;
	right: 0;
	height: 20px;
	width: 100%;
	text-align: right;
	margin-top: -25px;
}

.news_focus .news_slide .hd a {
	width: 35px;
	height: 47px;
	background: url(/images/2015/businus_arrow.png) no-repeat;
}

.news_focus .news_slide .hd a.prev {
	background-position: 0 center;
	float: left;
}

.news_focus .news_slide .hd a.next {
	background-position: right center;
	float: right;
}

.news_focus .news_list {
	float: right;
	width: 48%;
}

.news_focus .news_list .article {
	padding: 5px 15px;
	margin-bottom: 8px;
	background: #FFF;
}

.news_focus .news_list .article h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.news_focus .news_list .article h3 a {
	color: #424242;
}

.news_focus .news_list .article h3 a:active,.news_focus .news_list .article h3 a:hover,.news_focus .news_list .article h3 a:focus {
	color: #007cc8;
}

.news_focus .news_list .article .time {
	font-size: 12px;
	color: #999;
}

.news_focus .news_list .article .desp {
	font-size: 12px;
	height: 42px;
	line-height: 1.4;
	overflow: hidden;
	color: #666;
}

.news_section1 {
	padding: 23px 0 18px;
}

.news_section1 h2 {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

.news_section1 h2 a {
	font-size: 20px;
	color: #0268b3;
}
.news_section1 h2 a.more{
	float: right;
    font-size: 15px;
    color: #bbbbbb;
    padding-right: 15px;
    background: url(/images/2015/index_li.jpg) no-repeat right center
}

.news_section1 h2 a:active,.news_section1 h2 a:hover,.news_section1 h2 a:focus {
	color: #F5A34D;
}

.news_section1 .wrap_up {
	width: 67%;
	float: left;
}

.news_section1 .wrap_up .bd dl { margin-bottom: 15px;}
.news_section1 .wrap_up .bd dl h3 { font-size: 16px;}
.news_section1 .wrap_up .bd dl p { color: #777;} 


.news_section1 .wrap_up .bd .article {
	border-top: 1px dotted #D3D3D3;
	position: relative;
	color: #383838;
	padding: 19px 25px 19px 100px;
}

.news_section1 .wrap_up .bd .article .time {
	position: absolute;
	top: 19px;
	left: 0;
	width: 56px;
	background: #F6F5F5;
	padding: 6px;
	text-align: center;
}

.news_section1 .wrap_up .bd .article .time .month {
	font-size: 20px;
	background: #0080CC;
	color: #FFF;
	height: 45px;
	line-height: 45px;
}

.news_section1 .wrap_up .bd .article .time .day {
	color: #0080CC;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	font-size: 24px;
}

.news_section1 .wrap_up .bd .article h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.news_section1 .wrap_up .bd .article h3 a {
	color: #424242;
}

.news_section1 .wrap_up .bd .article h3 a:active,.news_section1 .wrap_up .bd .article h3 a:hover,.news_section1 .wrap_up .bd .article h3 a:focus {
	color: #007cc8;
}

.news_section1 .wrap_up .bd .article .about {
	font-size: 12px;
}

.news_section1 .wrap_up .bd .article .about span {
	padding-right: 10px;
}

.news_section1 .wrap_up .bd .article .desp {
	font-size: 13px;
	height: 46px;
	overflow: hidden;
}

.news_section1 .special_feature {
	float: right;
	width: 31.8%;
	background: #F6F6F6;
	height: 480px;
}

.news_section1 .special_feature h2 {
	padding-left: 18px;
}

.news_section1 .special_feature .bd {
	width: 334px;
	margin: 0 auto;
}

.news_section1 .special_feature .bd .feature {
	margin-bottom: 12px;
}

.news_section1 .special_feature .bd .feature a {
	display: block;
	width: 334px;
	height: 122px;
	position: relative;
}

.news_section1 .special_feature .bd .feature a img {
	width: 100%;
	height: 100%;
}

.news_section1 .special_feature .bd .feature a .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	background: #333;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 100%;
}

.news_section1 .special_feature .bd .feature a .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
	font-size: 18px;
	color: #FFF;
}

.news_section2 {
	padding: 39px 0 27px;
	background: #F7F8FA;
}

.news_section2 .news_section {
	width: 31.3%;
	float: left;
	height: 265px;
	margin-right: 2%;
	margin-bottom: 39px;
	box-shadow: 1px 1px 2px 1px #D7D7D7;
	background: #FFF;
}

.news_section2 .news_section.last {
	height: 240px;
}

.news_section2 .news_section h2 {
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #D7D7D7;
	padding-left: 20px;
	position: relative;
}

.news_section2 .news_section h2 a {
	font-weight: bold;
	font-size: 18px;
	color: #0268b3;
}

.news_section2 .news_section h2 a:active,.news_section2 .news_section h2 a:hover,.news_section2 .news_section h2 a:focus {
	color: #F5A34D;
}

.news_section2 .news_section h2 a.more {
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 13px;
	color: #0268b3;
}

.news_section2 .news_section h2 a.more:active,.news_section2 .news_section h2 a.more:hover,.news_section2 .news_section h2 a.more:focus {
	color: #F5A34D;
}

.news_section2 .news_section .bd {
	padding: 10px 20px 0;
}

.news_section2 .news_section .bd li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 34px;
	line-height: 34px;
}

.news_section2 .news_section .bd li i {
	background: url(/images/2015/index_li.jpg) no-repeat left center;
	padding: 6px 8px;
}

.news_section2 .news_section .ft {
	text-align: right;
	height: 40px;
	line-height: 40px;
	padding-right: 20px;
}

.news_section2 .news_section .ft a {
	font-size: 13px;
	color: #0268b3;
}

.news_section2 .news_section .ft a:active,.news_section2 .news_section .ft a:hover,.news_section2 .news_section .ft a:focus {
	color: #F5A34D;
}

.news_section2 .news_video {
	width: 64.6%;
	margin-right: 2%;
	margin-bottom: 39px;
	float: left;
	height: 240px;
}

.news_section2 .news_video h2 {
	height: 43px;
	line-height: 43px;
}

.news_section2 .news_video h2 a {
	font-weight: bold;
	font-size: 18px;
	color: #0268b3;
}

.news_section2 .news_video h2 a:active,.news_section2 .news_video h2 a:hover,.news_section2 .news_video h2 a:focus {
	color: #F5A34D;
}

.news_section2 .news_video .video_preview {
	float: left;
	width: 48%;
	height: 190px;
}

.news_section2 .news_video .video_preview a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

.news_section2 .news_video .video_preview a img {
	height: 100%;
	width: 100%;
}

.news_section2 .news_video .video_preview a .bg {
	position: absolute;
	bottom: 0;
	height: 30px;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: #111;
	width: 100%;
}

.news_section2 .news_video .video_preview a .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 15px;
	color: #d7d7d7;
}

.news_section2 .news_video .video_preview a .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
	width: 63px;
	height: 62px;
	background: url(/images/2015/play.png) no-repeat center;
	z-index: 5;
}

.news_section2 .news_video .video_list {
	float: right;
	width: 48.5%;
}

.news_section2 .news_video .video_list .bd li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	line-height: 33px;
}

.news_section2 .news_video .video_list .bd li a {
	margin-left: 12px;
}

.news_section2 .news_video .video_list .ft {
	text-align: right;
	padding-right: 18px;
}

.news_section2 .news_video .video_list .ft a {
	font-size: 13px;
	color: #0268b3;
}

.news_section2 .news_video .video_list .ft a:active,.news_section2 .news_video .video_list .ft a:hover,.news_section2 .news_video .video_list .ft a:focus {
	color: #F5A34D;
}

/* 新闻列表 */
.news_content {
	float: right;
	width: 76%;
	padding-top: 37px;
}

.news_content .location2 {
	border-bottom: 1px solid #D7D8DD;
	height: 21px;
	padding: 3px 0 6px;
}

.news_content .location2_lt {
	height: 100%;
	float: left;
	border-left: 4px solid #0268B3;
	padding-left: 5px;
}

.news_content .location2_lt h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.news_content .location2_rt {
	height: 100%;
	line-height: 21px;
	float: right;
	vertical-align: middle;
}

.news_content .location2_rt a img {
	vertical-align: middle;
	padding: 0 6px;
}

.news_content .location2_rt a.home {
	background: url(/images/2015/home.png) no-repeat left center;
	padding-left: 25px;
}

.news_content .articles {
	width: 67%;
	float: left;
}

.news_content .articles li {
	padding: 30px 0 20px;
	border-bottom: 1px solid #DBDBDB;
	height: 128px;
	position: relative;
}

.news_content .articles li a {
	display: block;
	height: 100%;
	position: relative;
	padding-left: 240px;
}

.news_content .articles li a img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 220px;
}

.news_content .articles li a h3 {
	font-size: 15px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_content .articles li a .desp {
	color: #929292;
	font-size: 13px;
	line-height: 22px;
	height: 66px;
	padding: 5px 0 10px;
	overflow: hidden;
}

.news_content .articles li a .about span {
	color: #999;
	float: right;
	line-height: 1;
	height: 15px;
}

.news_content .articles li a .about span.time {
	float: left;
	padding-left: 25px;
	background: url(/images/2015/news_time.png) no-repeat left center;
}

.news_content .articles li a .about span.weibo {
	width: 20px;
	background: url(/images/2015/news_weibo.png) no-repeat center;
}

.news_content .articles li a .about span.wechat {
	width: 20px;
	background: url(/images/2015/news_wechat.png) no-repeat center;
}

.news_content .articles li a .about span.tqq {
	width: 20px;
	background: url(/images/2015/news_tqq.jpg) no-repeat center;
}

.news_content .articles li a:hover h3 {
	color: #0268b3;
}

.news_content .articles li a:hover .desp {
	color: #555;
}

.news_content .articles li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.news_content .articles li a:hover span {
	color: #666;
}

.news_content .articles li.noimg a {
	padding-left: 0;
}

.news_content .articles li .bshare-custom {
	position: absolute;
	bottom: 20px;
	right: 0;
	height: 16px;
	width: 120px;
}

.news_content .articles li .bshare-custom:hover .share {
	color: #999;
}

.news_content .articles li .bshare-custom a {
	float: left;
	display: inline;
	width: 18px;
	height: 16px;
	padding-left: 0;
}

.news_content .articles li .bshare-custom .share {
	float: left;
	color: #E9E9E9;
}

.news_content .articles li .bshare-custom .bshare-sinaminiblog {
	background: url(/images/2015/news_weibo.png) no-repeat center;
}

.news_content .articles li .bshare-custom .bshare-weixin {
	background: url(/images/2015/news_wechat.png) no-repeat center;
}

.news_content .articles li .bshare-custom .bshare-qqmb {
	background: url(/images/2015/news_tqq.jpg) no-repeat center;
}

.news_content .articles li .bshare-custom .bshare-more.more-style-addthis {
	display: none;
}

.news_content .articles li .bshareDiv {
	display: none;
}

.news_content .side {
	float: right;
	width: 30%;
	padding-top: 20px;
	position: relative;
}

.news_content .side h2 {
	font-size: 22px;
	line-height: 34px;
	height: 34px;
}

.news_content .side .news_search select {
	box-shadow: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	height: 25px\9;
	line-height: 40px;
	background: url(/images/2015/news_search.jpg) no-repeat center;
	background-size: 100% 100%;
	background: #DDDDDD\9;
	border: none;
	padding-left: 5px;
	padding-left: 0\9;
	margin: 15px 0 0;
}

.news_content .side .news_search input {
	height: 38px;
	margin-top: 15px;
}

.news_content .side .news_search input:focus {
	box-shadow: none;
}

.news_content .side .news_search input.txt {
	width: 95%;
	height: 22px\9;
	border: none;
	*padding-left: 0;
	padding: 1px 0 1px 5%;
	background: url(/images/2015/news_search_box.jpg) no-repeat center;
	background-size: 100% 100%;
	border: 1px solid #F5F5F5\9;
	background: none\9;
}

.news_content .side .news_search input.btn {
	width: 100%;
	text-align: center;
	background: #FACD00;
	border: none;
	font-size: 20px;
}

.news_content .side .video_top {
	padding-top: 25px;
}

.news_content .side .video_top a {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
}

.news_content .side .video_top a img {
	width: 100%;
	height: 100%;
}

.news_content .side .video_top a .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
	width: 63px;
	height: 62px;
	background: url(/images/2015/play.png) no-repeat center;
	z-index: 5;
}

.news_content .side .news_top {
	margin-top: 32px;
	background: #F2F2F2;
}

.news_content .side .news_top h2 {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #D9D9D9;
	padding-left: 15px;
}

.news_content .side .news_top .bd {
	padding: 8px 16px;
}

.news_content .side .news_top .bd li {
	white-space: nowrap;

	overflow: hidden;
	text-overflow: ellipsis;
}

.news_content .side .news_top .bd li a {
	font-size: 13px;
	line-height: 34px;
	height: 34px;
}

.news_content .side .news_top .bd li a.column {
	color: #0268b3;
}

.news_side {
	float: left;
	width: 20%;
	padding-top: 37px;
	background: #F7F8FA;
}

.cebian{background: url(/images/news_side.jpg) no-repeat;}

















.news_side .bd {
	padding: 25px 0;
}

.news_side .bd li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #D7D7D7;
}

.news_side .bd li i {
	float: left;
	width: 30px;
	height: 100%;
	background: url(/images/index.png) no-repeat;
	background-position: 10px -20px;
}

.news_side .bd li a {
	display: block;
}

.news_side .bd li a.active {
	background: #0268B3;
	color: #fff;
}

.news_side .bd li:hover {
	background: #0268B3;
}

.news_side .bd li:hover i {
	background-position: 10px 21px;
}

.news_side .bd li:hover a {
	color: #FFF;
}

.news_details .location3 {
	border-bottom: 1px solid #D7D8DD;
	height: 36;
	padding: 3px 0 6px;
	position: relative;
}

.news_details .location3_lt {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.news_details .location3_lt h1 {
	padding: 0 2px;
	font-size: 23px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 2px solid #0081CC;
}

.news_details .location3_rt {
	height: 100%;
	line-height: 21px;
	float: right;
	margin-top: 10px;
}

.news_details .location3_rt a img {
	vertical-align: middle;
	padding: 0 6px;
}

.news_details .location3_rt a.home {
	background: url(/images/2015/home.png) no-repeat left center;
	padding-left: 25px;
}

.news_details .newscontent {
	width: 76%;
	float: right;
	padding-top: 37px;
}

.news_details .newscontent article {
	padding-bottom: 80px;
}

.news_details .newscontent article .hd {
	text-align: center;
	line-height: 40px;
	padding: 20px 0;
}

.news_details .newscontent article .hd h1 {
	font-size: 18px;
}

.news_details .newscontent article .hd .info {
	font-size: 12px;
	line-height: 1;
	margin: 10px auto;
/*	width: 80%;*/
	text-align:right;
}

.news_details .newscontent article .hd .info .source,.news_details .newscontent article .hd .info .time {
	padding-right: 20px;
}

.news_details .newscontent article .hd .info span.jiathis_style {
	/*float: right;*/
}

.news_details .newscontent article .hd .info span.jiathis_style .jtico_weixin {
	background: url(/images/2015/share.png) no-repeat 0px center;
}

.news_details .newscontent article .hd .info span.jiathis_style .jtico_yixin {
	background: url(/images/2015/share.png) no-repeat -20px center;
}

.news_details .newscontent article .hd .info span.jiathis_style .jtico_tsina {
	background: url(/images/2015/share.png) no-repeat -38px center;
}

.news_details .newscontent article .hd .info span.jiathis_style .jtico_renren {
	background: url(/images/2015/share.png) no-repeat -58px center;
}

.news_details .newscontent article .hd .info span.jiathis_style .jtico_jiathis {
	margin-left: 7px;
}

.news_details .newscontent article .bd {
	color: #555;
}

.news_details .newscontent article .bd p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 18px;
}


.news_details .newscontent article .bd p img{
	line-height: 23px;
width:100%;
display:block;
}





.news_details .newscontent article .pics {
	padding-bottom: 50px;
	margin-right: -8px;
}

.news_details .newscontent article .pics img {
	width: 100%;
	height: auto;
}

.news_details .newscontent article .pics .fix {
	margin-right: -8px;
	position: relative;
	height: 100%;
}

.news_details .newscontent article .pics .fix:before,.news_details .newscontent article .pics .fix:after {
	display: table;
	clear: both;
	content: "";
}

.news_details .newscontent article .pics .col {
	float: left;
	margin-right: 8px;
	position: relative;
}

.news_details .newscontent article .pics .row {
	float: left;
	margin-bottom: 8px;
	position: relative;
}

.news_details .newscontent article .pics ._layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,162,234,0.6);
	display: none;
}

.news_details .newscontent article .pics ._layer b {
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	margin: -42px 0px 0px -32px;
	top: 50%;
	background: url("/images/2015/plus.png") no-repeat center;
	display: block;
}

.news_details .newscontent article .pics ._layer a {
	position: absolute;
	width: 108px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border: 2px solid #FFF;
	left: 50%;
	bottom: 50%;
	margin: 0px 0px -82px -56px;
}

.news_details .newscontent article .piclist {
	display: none;
}


