/*header*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
}

img {
	border: none;
}

.nav_logo {
	/*background: url(../img/topbj.png) center no-repeat;*/
	overflow: hidden;
	height: 90px;
}

.logo {
	float: left;
	width: 640px;
	padding: 25px 0px 0px 5px;
}

.logo img {
	width: 190px;
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}


/*搜索框*/

.nav_logo .search {
	float: right;
	margin-top: 15px;
}

div.search {
	padding: 10px 0;
}

form {
	position: relative;
	width: 360px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

input {
	width: 100%;
	height: 42px;
	padding-left: 13px;
}

button {
	height: 42px;
	width: 42px;
	cursor: pointer;
	position: absolute;
}

.bar6 input {
	border: 1px solid #E8E8E8;
	background: transparent;
	top: 0;
	right: 0;
	font-size: 15px;
}

.bar6 button {
	background: #00449b;
	width: 80px;
	top: 0;
	right: 0;
}

.bar6 button:before {
	content: "搜索";
	font-size: 15px;
	color: #F9F0DA;
}

.contw {
	width: 1200px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}


/*=====*/

body {
	font: 16px "微软雅黑", Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
	line-height: 32px;
}

.header {
	/*background-color: #171b46;*/
	display: inline-block;
	width: 100%;
}

.nav ul.cons {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.nav ul.cons li a {
	line-height: 40px;
	float: left;
	position: relative;
	width: 100px;
	float: left;
	text-align: center;
	color: #FFF;
	position: relative;
	font-size: 16px;
	background: #e5e8ed;
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
	border-left: 1px solid #fff;
}

.nav ul.cons li a:nth-of-type(1) {
	border-left: none;
}

.nav ul.cons li.active a {
	background: #3d80cc;
	color: #fff;
	box-sizing: border-box;
}

.nav ul.cons li a:hover {
	background: #fff;
	color: #ffa015 !important;
	border-top: 2px solid #3d80cc;
}

.nav ul.cons li a {
	display: block;
	color: #333;
	border-top: 2px solid transparent;
}

.nav ul.cons li.active a:hover {
	background: #3d80cc;
	color: #fff !important;
	border-top: 2px solid #3d80cc;
}

.nav ul.cons li a:hover {
	color: #fff;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #4a4a4a;
}

.decort_list ul li a,
.pq-main span,
.submenu li,
.content-l li a,
.main-wrap .m-news-box .m-news-list .link,
.v1_last p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.expen_con {
	width: 1200px;
	line-height: 28px;
	border-top: 2px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: auto;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	margin-top: -9px;
	margin-bottom: 20px;
}

.exponent {
	width: 180px;
	border-right: 1px solid #e5e5e5;
	font-size: 12px;
	color: #808080;
	padding: 0 5px;
	box-sizing: border-box;
}

.exponent span {
	margin-left: 7px;
	font-size: 12px;
	color: #808080;
	vertical-align: middle;
}

.exponent img {
	vertical-align: middle;
}

.guangao {
	width: 1200px;
	height: auto;
	position: relative;
}


/*走马灯*/

.noticelist {
	width: 1000px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 10px;
	border-left: 1px solid #888;
}

.noticelist ul {
	display: inline-block;
	/*min-width: 1000px;*/
}

.noticelist li {
	margin-right: 25px;
	display: inline-block;
    min-width:250px;
    text-align: center;
}

.noticelist>ul>li>a {
	color: #333;
	font-size: 14px;
	display: inline-block;
}

.noticelist>ul>li>a>span {
	margin-left: 20px;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 99;
}

.gaoindex {
	width: 300px;
	height: 300px;
	margin: 20px 0;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.adverte {
	text-align: center;
	padding: 10px 0;
}

.v1_content {
	overflow: hidden;
	margin: 20px 0;
}

.v1_content>div {
	height: 300px;
	float: left;
}

.v1_left {
	width: 410px;
	margin: 0 20px;
}

.v1_right {
	width: 410px;
}

.v1_left ul:nth-of-type(2) {
	margin-top: 10px;
}

.v1_left ul li {
	font-size: 16px;
	/*line-height: 30px;*/
}

.v1_left ul li a:hover {
	text-decoration: underline;
	color: #333;
}

.v1_left ul li:nth-of-type(1) a {
	font-size: 22px;
	color: #e25852;
	margin-bottom: 5px;
}

.v1_left ul li:nth-of-type(1) a:hover {
	color: #ffa015;
}

.v1_last {
	width: 340px;
	height: 300px;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	padding-top: 15px;
}

.v1_last p {
	color: #4A4A4A;
	padding: 5px 20px;
	line-height: 25px;
}

.v1_last img {
	width: 340px;
	height: auto;
}

.good_recom {
	border-top: 1px solid #eee;
}

.good_recom .tit {
	margin:30px 10px 10px 10px;
	font-size: 16px;
	line-height: 16px;
	border-left: 5px solid #ffa015;
	padding-left: 15px;
}

.good_recom ul {
	overflow: hidden;
}

.good_recom ul li p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 14px;
}

.good_recom ul li {
	width: 250px;
	float: left;
	margin: 10px;
}

.good_recom ul li img {
	width: 250px;
	height: 140px;
}


/* ==轮播图= */

.v_list .swiper-container {
	height: 300px;
	width: 400px;
	overflow: hidden;
	position: relative;
}

.v_list .swiper-container img {
	width: 410px;
	height: 300px;
}

.swiper-container .swiper-slide {
	position: relative;
}

.swiper-container .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 65px;
	background: rgba(0, 0, 0, 0.6);
	width: 700px;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	padding: 5px 10px;
	color: ghostwhite;
}

.swiper-button-next {}

.page_cehter {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.swper_btn {
	position: absolute;
}

.v_list .swiper-container .swper_btn img {
	width: 50px !important;
	height: 50px;
	cursor: pointer;
}

.swiper-button-next {
	left: 0;
	top: 100px;
}

.swiper-button-prev {
	right: 0;
	top: 100px;
}

.page_cehter .pagination {
	display: inline-block;
	padding: 0 5px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	line-height: 22px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 8px;
	background: #7E7E7E;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
	border: 1px solid #fff;
}

a:hover {
	color: #ffa015;
}


/*=====*/

.m-news-box {
	padding-top: 26px;
	margin-right: 30px;
	float: left;
	width: 440px
}

.m-news-classify {
	height: 39px
}

.m-news-classify span {
	vertical-align: middle;
	font-size: 18px;
	color: #404040;
}

.m-news-classify img {
	vertical-align: middle;
	width: 31px;
	height: 28px;
}

.m-news-classify .borb {
	border-bottom: 1px solid #3d80cc
}

.m-news-box .m-news-list {
	padding-top: 10px;
	width: 100%;
	height: 260px
}

.m-news-box .m-news-list .item:first-child .link:hover {
	color: #ffa015
}

.m-news-box .m-news-list .item {
	width: 100%;
	height: 37px
}

.m-news-box .m-news-list .link {
	height: 37px;
	line-height: 37px;
	width: 85%;
	display: inline-block;
	font-size: 16px;
	color: #222
}

.m-news-box .m-news-list .item span {
	float: right;
	font-size: 12px;
	color: #e25852;
}

.m-news-box .m-news-list .link:hover {
	color: #ffa015
}

.m-news-box .allet {
	display: block;
	margin-top: 20px;
	width: 440px;
	height: 100px;
	background-color: #e5e5e5
}

.m-news-box .allet img {
	display: block;
	width: 100%;
	height: 100%
}

.m-news-classify,
.news-tab-head {
	line-height: 29px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden
}

.m-news-classify .title {
	float: left;
	padding-bottom: 7px;
	max-width: 80%;
	font-size: 22px;
	font-weight: 100;
	color: #000;
}

.u-news-more {
	float: right;
	min-width: 41px;
	cursor: pointer;
	line-height: 45px;
	font-size: 14px;
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.feat_left {
	overflow: hidden;
	width: 940px;
	float: left;
}

.feat_right {
	float: right;
	width: 300px;

}

.feature {
	overflow: hidden;
}

.allet-long {
	display: block;
	float: left;
	margin-top: 20px;
	width: 910px;
	height: 100px;
	overflow: hidden;
}

.allet-long img {
	width: 910px;
	height: 100px;
}


/*right*/

.price-quotation-wrap {
	padding-top: 25px;
}

.m-price-quotation {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 2px;
}

.u-side-title {
	width: 100%;
	border-bottom: 3px solid #000;
	padding: 10px 0;
}

.u-side-title p {
	padding-left: 10px;
	border-left: 5px solid #ffa015;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.m-price-quotation .pq-main {
	align-items: center;
	padding: 16px 2px 0;
}

.m-price-quotation .pq-main .link {
	display: block;
	float: left;
	margin-right: 5px;
	width: 120px;
	height: 110px;
	font-size: 14px;
	text-align: center;
	transition: all .5s;
	margin-bottom: 10px;
}

.m-price-quotation .pq-main .link>.icon-box {
	margin-top: 19px;
	display: block;
	text-align: center;
	height: 30px;
}

.m-price-quotation .pq-main .link .des {
	display: block;
	color: #222;
}

.i-inland-price {
	width: 25px;
	height: 28px;
	background-position: -40px 0;
}

.m-price-quotation .pq-main .link:hover {
	box-shadow: 0 1px 15px 0 rgba(138, 135, 135, .2)
}

.i-inland-price {
	width: 95%;
	height: auto;
}

.max_over {
	width: 120px;
	height: 75px;
	overflow: hidden;
}


/*==*/

.m-hot-rank .hr-content .item {
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #e8e8e8;
}

.m-hot-rank .hr-content .item .link {
	font-size: 16px;
	color: #222;
	overflow: hidden;
	line-height: 30px;
}

.diretwo_list ul li a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.m-hot-rank .hr-content .item:last-child {
	padding-bottom: 0!important;
	border: none;
}

.m-dialogue-thinker .list .item {
	width: 100%;
}

.m-dialogue-thinker .list .item:first-child .link {
	margin: 20px 0 13px;
	display: block;
	width: 100%;
	height: 79px;
	color: #222;
}

.m-dialogue-thinker .list .item:first-child .link .image {
	display: block;
	float: left;
	width: 125px;
	height: 79px;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.m-dialogue-thinker .list .item .link .multi-text {
	display: block;
	float: right;
	width: 120px;
	height: 56px;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
	overflow: hidden;
}

.m-dialogue-thinker .list .item:not(:first-child) .link {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.m-dialogue-thinker a:hover {
	color: #ffa015 !important;
}

.tit_more {
	overflow: hidden;
}

.tit_more p {
	float: left;
	padding-top: 0;
}

.tit_more a {
	float: right;
	font-size: 14px;
	line-height: 20px;
}

.dialogue {
	margin-top: 20px;
}

.em-list .item {
	width: 100%;
	margin-top: 20px;
}

.em-list .item .link {
	display: block;
	width: 100%;
	color: #333;
}

.em-list .item .image {
	display: block;
	width: 260px;
	height: 164px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.em-list .item .title {
	display: block;
	margin-top: 12px;
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.submenu {
	background: #fff;
	font-size: 14px;
	padding: 10px 0;
}

.submenu li {
	line-height: 30px;
}

.diretwo_list .submenu li a {
	text-decoration: none;
	color: #333;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.advertising {
	overflow: hidden;
	margin-bottom: 20px;
}

.advertising .item {
	width: 380px;
	height: 100px;
	float: left;
	margin-right: 20px;
	object-fit: cover;
}

.advertising .item img {
	width: 380px;
	height: 100px;
}


/*===*/

.main-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

.main-wrap>div.m-news-box {
	width: 380px;
	padding-top: 0;
}

.main-wrap>div.m-news-box:nth-of-type(3) {
	margin-right: 0;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main-wrap .m-news-box .m-news-list .link {
	display: inline-block;
}


/*列表*/

.label-list-page {
	margin: auto;
	width: 1200px;
	overflow: hidden;
		margin-bottom: 30px;
}

.label-list-page .left {
	float: left;
	width: 850px;
	height: auto;
	overflow: hidden;
	text-align: left
}

.m-breadcrumb {
	font-size: 13px;
	color: #888;
}

.m-breadcrumb a {
	color: #888;
}

.m-breadcrumb a:hover {
	color: #ffa015;
}


/*.label-list-page .right {
	float: right;
	width: 300px;
	height: auto;
	overflow: hidden;
	text-align: left
}*/

.info_wen {
	margin-top: 20px;
}

.info_wen .classify {
	color: #222;
	font-size: 22px;
	height: 35px;
	vertical-align: middle;
}

.info_wen img {
	vertical-align: middle;
	width: 40px;
	height: 35px;
}

.m-hot-label .content {
	margin-top: 16px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 300px;
	height: auto;
	background-color: #f8f8f8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.m-hot-label .content {
	margin-top: 16px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 300px;
	height: auto;
	background-color: #f8f8f8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.m-hot-label .content .item {
	float: left;
	margin-right: 16px;
	margin-top: 20px;
	width: 120px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	padding: 10px 8px;
}

.m-hot-label .content .item .link {
	display: block;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-hot-label .content .item .link .mark {
	display: inline-block;
	color: #ffa015;
	margin-right: 5px;
}

.m-hot-label .content .item .des {
	display: block;
	font-size: 12px;
	color: #888;
	line-height: 25px;
}

.m-hot-label .content .item:hover span {
	background-color: #ffa015;
	color: #fff !important;
}

.m-hot-label .content .item:hover em {
	background-color: #ffa015;
	color: #fff !important;
}

.feat_right .u-side-title {
	text-align: left;
}


/*底部*/

.footbgs {
	background: #717277;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: white;
	overflow: hidden;
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.morejigou {
	background: #fff;
	width: 1200px;
	margin: 10px auto;
	padding: 20px;
	box-sizing: border-box;
}

.morejigou .link {
	padding: 5px 0;
}

.morejigou .link span {
	float: right;
	width: 60px;
}

.morejigou .link a:hover {
	color: #337ab7;
}

.morejigou em {
	font-style: normal;
	font-weight: 400;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 60px;
	height: 0px;
	overflow: hidden;
	border-radius: 3px;
	background: url(../img/top.jpg) 0 0 no-repeat;
	text-indent: -999em;
	transition: all 0.3s;
}

.goTop:hover {
	background-position: -60px 0;
}

.overspace,
.v1_last p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.overthree {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #2a66fa;
	padding: 8px 15px;
	color: #fff;
}


/*列表*/

.left_tit {
	color: #318CE7;
	font-size: 32px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: 100;
	padding-bottom: 20px;
}

.content-l li {
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 0;
}

.content-l li a {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	width: 720px;
	float: left;
}

.content-l li a:hover {
	text-decoration: underline;
}

.content-l li p {
	float: right;
	color: #ffa015;
	font-size: 14px;
}

.report {
	background: #fff;
	overflow: hidden;
	padding-top: 30px;
}

.report .feat_right {
	margin-bottom: 20px;
}

.show_ri li a {
	width: 250px;
}

.show_ri li {
	padding: 0;
}

.show_ri li p {
	font-size: 12px;
	color: #999999;
}

.new_ {
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 10px;
}
.dialogue_thin .link{
					height: auto !important;
					margin: 5px 0 !important;
				}
				.dialogue_thin img{
					width: 125px;
					height: 79px;
				}
				.dialogue_thin .link a{
					line-height: 23px;
				}
				.dialogue_thin .multi-text{
					display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
				}
				

/*大区域left+right*/

.trade {
	overflow: hidden;
	padding: 25px;
	box-sizing: border-box;
}

.trade_left {
	width: 764px;
	float: left;
}

.trade_right {
	width: 355px;
	float: right;
}

.trade_right li a:hover {
	color: #2a66fa;
}

.ClassTitle {
	height: 45px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 45px;
	border-bottom: #E6E6E6 1px solid;
	color: #4a4a4a;
}

.newsdeta .ClassTitle a {
	color: #4a4a4a;
	border: none;
	font-weight: 400;
	font-size: 16px;
}

.newsdeta .ClassTitle a:hover {
	color: #2a66fa;
}

#left_cont_tit {
	line-height: 32px;
	padding: 30px 5px 10px 5px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.info {
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	margin: 10px 66px;
	text-align: center;
	color: #7e7e7e;
	font-size: 14px;
	overflow: hidden;
}

.mul_list li {
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	background: url(../img/dian.jpg) no-repeat 0px 12px;
	padding-left: 14px;
}

#xs-left {
	float: left;
}

#xs-right {
	float: right;
}

.newsdeta {
	padding: 0 30px;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	padding-bottom: 30px;
}

.newsdeta img {
	max-width: 600px;
	height: auto;
	margin: auto;
	display: block;
}

.overwid p {
	width: 108px;
}

.widthss {
	border: none !important;
}

.widthss p {
	width: 200px;
}

.hides {
	width: 82%;
	display: inline-block;
}

.content-tex {
	text-indent: 2em;
}
.content-tex img{
	display: block;
	margin: auto;
}
.latest img {
	width: 290px;
	height: 116px;
}
.right_wid .list .item .link .multi-text{
	width: 165px;
}

.editorial .tit {
	background: url(../img/tit.jpg) left no-repeat;
	line-height: 26px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	color: #2a66fa;
}

.latest li {
	width: 290px;
	margin: 10px 20px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.dingyue {
	margin: 20px 0;
}

.dingyue p {
	line-height: 20px;
	font-size: 14px;
	background: #f8f8f8;
}

.show_tit {
	width: 100%;
}

.about_news {
	/*margin-top: 30px;*/
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.about_news li {
	border: none;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}

.about_news li a {
	width: 570px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

.about_news p {
	font-size: 20px;
	color: #3d80cc;
	font-weight: normal;
	padding-bottom: 10px;
}

.commun {
	margin: 20px 0;
}

.commun .m1_tm {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.commun .com_xq a {
	color: #333;
}

.commun .com_xq a:hover {
	color: #2a66fa;
}

.commun .com_xq p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-indent: 2em;
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.beis {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}
.post-navigation {
    overflow: hidden;
    margin: 10px 0 0;
    padding: 20px 0;
}
.post-navigation div {
    position: relative;
    display: block;
    width: 42%;
    color: #999;
    font-size: 14px;
}
.post-previous {
    float: left;
    padding-left: 40px;
    text-align: left;
}
.post-next {
    float: right;
    padding-right: 40px;
    text-align: right;
}
.post-navigation div span {
    display: block;
    color: #999;
    font-size: 90%;
}
.post-navigation div a::after {
    position: absolute;
    top: 34%;
    margin-top: -11px;
    height: 22px;
    color: #EDEDED;
    font-size: 56px;
    line-height: 22px;
}
.post-previous a::after {
    left: 0;
    content: '«';
    font-family: "Microsoft Yahei";
}
.post-next a::after {
    right: 0;
    content: '»';
    font-family: "Microsoft Yahei";
}
.post-navigation div a::after {
    position: absolute;
    top: 34%;
    margin-top: -11px;
    height: 22px;
    color: #EDEDED;
    font-size: 56px;
    line-height: 22px;
}
.show_content li a{
	width:700px;
}
.show_content li span{
	display: inline-block;
	width: 150px;
	text-align: right;
}
