/*header*/

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

* {
	box-sizing: border-box;
	font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body {
	overflow-x: hidden;
}


/*搜索框*/

.nav_logo .search {
	margin: auto;
}

div.search {
	float: right;
}

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

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

#searchform {
	display: block;
	height: 36px;
}

.inp_srh {
	border: 1px solid #e5eaf0;
	float: left;
	display: inline;
	height: 36px;
	width: 200px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 45px;
	border-radius: 50px;
}

.btn_srh {
	background: url(http://www.huaxue.rexun.cn/static/img/searchBut.jpg) no-repeat;
	width: 30px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 9px;
	position: absolute;
	right: 0;
	border-radius: 20px;
	background-size: 80%;
}

.w1200 {
	width: 1170px;
	margin: auto;
}

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

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

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

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


/*=====*/

img {
	border: none;
}

.logo {
	float: left;
	width: 200px;
	padding-top: 20px;
}

.logo img {
	width: 190px;
	max-height: 42px;
}

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

.nav_logo {
	/*margin-bottom: 20px;*/
	background: #f8f8f8;
}

.nav_logo .w1200 {
	padding: 15px 0 13px 0;
}

.nav_logo .header {
	width: 1170px;
	margin: auto;
}

.nav_logo .guangao {
	width: 950px;
	height: 80px;
	float: right;
	margin: 0;
}

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

.nav_logo .guangao img.close {
	top: 0;
	right: 0;
}

.header_list {
	background: #1E2736;
}

.nav ul.cons {
	list-style: none;
	margin: 0;
	overflow: hidden;
	float: left;
	width: 950px;
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}

.nav ul.cons li {
	float: left;
	background: url(http://www.huaxue.rexun.cn/static/img/line.png) no-repeat right 5px;
	color: #333333;
	padding-right: 15px;
	margin-right: 15px;
	line-height: 24px;
	display: block;
}

.nav ul.cons li:nth-last-child(1) {
	padding-right: 0px;
	margin-right: 0px;
}

.nav ul.cons li a {
	color: #202020;
	font-size: 16px;
	position: relative;
	display: block;
	height: 40px;
}

.nav ul.cons li.active a {
	color: #007bcd;
}

.nav ul.cons li:hover a {
	color: #007bcd;
	transition: all .1s ease 0s;
	-webkit-transition: all .1s ease 0s;
	-moz-transition: all .1s ease 0s
}

.header .search {
	float: right;
}

.cons li.active a i {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

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

.guangao {
	width: 1170px;
	height: 90px;
	position: relative;
	margin-top: 5px;
}

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

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

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.homeFocus {
	margin-top: 20px;
}

.homeFocusLeft {
	float: left;
	width: 360px;
	margin-right: 35px;
}

.homeFocusLeft dl {
	margin-bottom: 23px;
}

.homeFocusLeft dl dd p {
	height: 17px;
	overflow: hidden;
	color: #3f3b3b;
	margin-top: 16px;
	line-height: 15px;
}

.homeFocusLeft dl dt a {
	display: block;
	font: bold 18px/19px "Microsoft Yahei";
	height: 21px;
	overflow: hidden;
	color: #E43632;
}

.homeFocusLeft dl dd p a {
	font: 15px/15px "Microsoft Yahei";
	color: #333333;
}

.homeFocusLeft dl dd p a:hover {
	color: #007CCD;
}

.imgText dl dd a:hover {
	color: #007CCD;
}

.tab_content .con_ul2 ul li a:hover {
	color: #007CCD;
}

.imgTextSmall dl dd a:hover {
	color: #007CCD;
}

.homeFocusMiddle {
	float: left;
	width: 427px;
	margin-right: 48px;
}

.title_zan {
	padding: 15px 0;
	background: #f8f8f8;
	margin-top: 0 !important;
}


/* ==轮播图= */

.swiper-container {
	height: 240px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.swiper-container img {
	width: 100%;
	height: 240px;
	border-radius: 5px;
}

.pagination {
	bottom: 2px !important;
	width: 100%;
	text-align: center;
}

.pagination .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	opacity: 1 !important;
	margin: 0 3px;
}

.pagination .swiper-pagination-bullet-active {
	background: #fff;
	border-radius: 20px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70% !important;
}

.swiper-button-prev {
	background: url(http://www.huaxue.rexun.cn/static/img/l.png) no-repeat;
	left: 0;
}

.swiper-button-next {
	background: url(http://www.huaxue.rexun.cn/static/img/r.png) no-repeat;
	right: -10px;
}

.posi_p p {
	position: absolute;
	left: 0;
	bottom: 12px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.back2Img {
	width: 427px;
	margin-top: 12px;
	float: none;
}

.back2Img .indexBottom {
	float: left;
	width: 209px;
	height: 118px;
	border-radius: 6px;
	margin-bottom: 0;
	overflow: hidden;
	margin-right: 9px;
	position: relative;
}

.back2Img img {
	width: 209px;
	height: 118px;
	display: block;
}

.back2Img .indexBottom:nth-of-type(2) {
	margin-right: 0;
}

.indexBottom p {
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	line-height: 118px;
}

.tab_content {
	/*margin-top: 22px;*/
}

.tab_content ul.tabUl {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ECECEC;
}

.tab_content ul.tabUl li {
	cursor: pointer;
	float: left;
	background: #fff;
	list-style-type: none;
	padding-right: 20px;
	padding-bottom: 10px;
}

.tab_content ul.tabUl li a {
	padding-bottom: 8px;
	color: #333333;
	font-size: 16px;
}

.cur a {
	color: #e43632;
	border-bottom: 2px solid #e43632;
}

.con_ul2 {
	display: none;
}

.promotion-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.tab_content .con_ul2 ul {
	overflow: hidden;
	/*margin: 10px 0 20px 0;*/
}

.tab_content .con_ul2 ul li {
	width: 100%;
	margin: 13px 0 0 0;
}

.tab_content .con_ul2 ul li a {
	font-size: 15px;
	color: #333;
}

.homeFocusRight {
	float: left;
	width: 300px;
}

.quicknews {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 6px 25px 0;
	height: 529px;
}

.quicktitle {
	margin-top: 8px;
}

.quicktitle a {
	float: right;
	font: 12px/16px "Microsoft Yahei";
	color: #bebdbd;
}

.quicktitle b {
	border-left: 3px solid #eb5350;
	padding-left: 10px;
	height: 17px;
	display: block;
	overflow: hidden;
	font: 18px/16px "Microsoft Yahei";
	color: #3f3b3b;
}

.quicknews .container {
	height: 456px;
	overflow-y: scroll;
	margin-top: 18px;
}

.newsbox {
	position: relative;
	padding-left: 23px;
}

.leftline {
	border-left: 1px solid #d9e5f9;
	height: 100%;
	left: 6px;
	position: absolute;
	top: 5px;
	width: 1px;
	overflow: hidden;
}

.quicknews .newsbox ul li {
	position: relative;
}

.quicknews .newsbox ul li em {
	background: #fff;
	border: 4px solid #b3ccf4;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	left: -22px;
	position: absolute;
	top: 5px;
	width: 12px;
	z-index: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.quicknews .newsbox ul li a {
	display: block;
	font: 14px/24px "Microsoft Yahei";
	color: #3f3b3b;
	max-height: 48px;
	overflow: hidden;
}

.quicknews .newsbox ul li a:hover {
	color: #007bcd;
}

.quicknews .newsbox ul li span {
	display: block;
	font: 12px/16px "Microsoft Yahei";
	color: #a7a7a7;
	margin-top: 0px;
	height: 24px;
}

.quicksroll {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	visibility: hidden;
}

.scrollbg {
	width: 5px;
	height: 100%;
	margin: 0 auto;
	border-radius: 10px;
	background: #efefef;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.scrollBar {
	background: #a3a3a3;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
	width: 7px;
	height: 110px;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 4px;
	border-radius: 10px;
	text-align: center;
}


/*二部分*/


/*资讯*/

.auto {
	margin-top: 15px;
}

.titleShow {
	border-bottom: 1px solid #ECECEC;
}

.titleShow b {
	font: bold 24px/24px "Microsoft Yahei";
	color: #007CCD;
	display: inline-block;
	border-bottom: 4px solid #007CCD;
	padding-bottom: 9px;
	margin-right: 28px;
}

.titleShow p {
	display: inline-block;
}

.titleShow p a {
	font: 16px/16px "Microsoft Yahei";
	color: #333333;
	margin-right: 26px;
}

.titleShow p a:hover {
	color: #007bcd;
}

.autoBox:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.autoBoxLeft {
	float: left;
	width: 365px;
	margin-right: 35px;
}

.autoBoxMiddle {
	float: left;
	width: 365px;
	margin-right: 35px;
}

.autoBoxRight {
	float: left;
	width: 365px;
}

.subBox {
	margin-top: 26px;
}

.autoSubTitle b {
	font: 20px/20px "Microsoft Yahei";
	color: #333;
	font-weight: 600;
}

.autoSubTitle a {
	float: right;
	font: 14px/20px "Microsoft Yahei";
	color: #999999;
}

.autoSubTitle a:hover {
	color: #007bcd;
}

.autoSubTitle a.change {
	background: url(../images/default/Refresh.png) no-repeat 0 5px;
	font: 12px/20px "Microsoft Yahei";
	color: #999999;
	padding-left: 20px;
}

.autoSubTitle a.change:hover {
	background: url(../images/default/Refresh.png) no-repeat 0 -16px;
	color: #007CCD;
}

.imgText {
	margin-top: 18px;
}

.imgText dl:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.imgText dl dt {
	float: left;
	width: 145px;
	height: 100px;
	margin-right: 20px;
	border-radius: 4px;
}

.imgText dl dt img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.imgText dl dd {
	float: left;
	width: 185px;
	font: 16px/30px "Microsoft Yahei";
	color: #333333;
	margin-top: -5px;
	height: 90px;
	overflow: hidden
}

.imgText a:hover dl dd {
	color: #007bcd;
}

.allText ul li a {
	display: block;
	font: 15px/15px "Microsoft Yahei";
	color: #333333;
	height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	margin-top: 16px;
}

.allText ul li a:hover {
	color: #007bcd;
}

.imgTextSmall {
	margin-top: 18px;
}

.imgTextSmall dl:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.imgTextSmall dl dt {
	float: left;
	width: 91px;
	height: 62px;
	margin-right: 15px;
	border-radius: 4px;
}

.imgTextSmall dl dt img {
	display: block;
	width: 100%;
	border-radius: 4px;
	height: 100%;
}

.imgTextSmall dl dd {
	float: left;
	width: 244px;
	font: 16px/30px "Microsoft Yahei";
	color: #333333;
	margin-top: -5px;
}

.autoRG {
	background: #F8F8F8;
	margin-top: 36px;
	padding: 0;
	height: 708px;
}

.autoRG .smallTitle {
	width: 310px;
	margin: auto;
	padding-top: 25px;
}

.imgBox {
	padding-top: 20px;
}

.smallTitle {
	margin-bottom: 20px;
}

.smallTitle a {
	float: right;
	font: 14px/18px "Microsoft Yahei";
	color: #999999;
}

.smallTitle a:hover {
	color: #007bcd;
}

.smallTitle b {
	background: url(http://www.huaxue.rexun.cn/static/img/tranline.png) no-repeat left center;
	font: 18px/18px "Microsoft Yahei";
	color: #333333;
	padding-left: 18px;
}

.imgShow {
	margin: 16px auto 0;
	border-radius: 2px;
	width: 310px;
	height: 174px;
	position: relative;
}

.imgShow a img {
	display: block;
	width: 100%;
	height: 174px;
	border-radius: 2px;
}

.imgShow a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
}

.imgShow a span {
	display: block;
	background: rgba(0, 0, 0, 0.6);
	height: 34px;
	text-align: center;
	font: 14px/34px "Microsoft Yahei";
	color: #ffffff;
	position: absolute;
	width: 310px;
	bottom: 0;
	left: 0;
}


/*销量*/

.sale {}

.sale:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.saleLeft {
	float: left;
	width:
}

.saleLeft {
	float: left;
	width: 365px;
	margin-right: 35px;
}

.saleMiddle {
	float: left;
	width: 365px;
	margin-right: 35px;
}

.saleRight {
	float: left;
	width: 365px;
}

.saleImg {
	background: #F8F8F8;
	padding: 14px;
	margin-top: 18px;
}

.saleImg p {
	display: block;
	width: 322px;
	height: 169px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.saleImg p img {
	width: 322px;
	height: 169px;
}

.saleImg span.tir {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
	display: inline-block;
}


}
.saleImg p img {
	display: block;
	width: 100%;
}
.purPro {
	background: #F8F8F8;
	margin: 20px 0;
	padding: 0;
	height: auto;
}
.purPro ul {
	padding: 0 20px;
	margin-top: 4px;
}
.purPro ul li {
	margin-top: 10px;
	height: 25px;
	display: block;
	overflow: hidden;
}
.purPro ul li span {
	float: right;
	font: 12px/14px "Microsoft Yahei";
	color: #999999;
}
.purPro ul li p {
	display: block;
	height: 25px;
	overflow: hidden;
	color: #E5E0E0;
}
.purPro ul li p em {
	font: 13px/14px "Microsoft Yahei";
	color: #007CCD;
	margin-right: 5px;
}
.purPro ul li p a {
	font: 14px/14px "Microsoft Yahei";
	color: #333333;
	margin-left: 5px;
	width: 260px;
}
.purPro ul li p a:hover {
	color: #007bcd;
}

/*专栏作者*/
.editor {
	margin: 26px 0;
	overflow: hidden;
}
.editorLeft {
	float: left;
	width: 765px;
	margin-right: 35px;
}
.editorRight {
	float: left;
	width: 365px;
}
.editBox {
	width: 760px;
	overflow: hidden;
	margin-top: 20px;
}
.editBox ul {
	width: 775px;
}
.editBox ul li {
	float: left;
	width: 140px;
	/*height: 165px;*/
	
	padding: 20px 15px;
	border: 1px solid #F2F2F2;
	margin-right: 15px;
}
.editBox ul li dl dt {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 60px;
	margin: 0 auto;
}
.editBox ul li dl dt img {
	width: 100%;
	height: 100%;
	display: block;
}
.editBox ul li dl dd span {
	display: block;
	text-align: center;
	font: 14px/14px "Microsoft Yahei";
	color: #333333;
	margin-top: 14px;
}
.editBox ul li dl dd p {
	display: block;
	font: 12px/18px "Microsoft Yahei";
	color: #333333;
	height: 54px;
	overflow: hidden;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-wrap: normal
}
.editBox ul li dl dd p em {
	color: #999999;
	font-style: normal;
}
.editorRight a {
	width: 350px;
	height: 226px;
	overflow: hidden;
}
.editorRight a img {
	display: block;
	width: 100%;
}
.tail {
	padding-top: 5px !important;
}

/*列表*/
.content-ajax {
	margin-top: 20px;
	display: none;
}
.content-ajax article {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	position: relative;
}
.content-ajax article:first-child {
	padding-top: 0px;
}
.content-ajax article:hover {
	-ms-box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.15);
	-moz-transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.no_img .entry-img {
	display: none;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	font-size: 18px;
	font-weight: 700;
	color: #444;
}
.entry-title:hover {
	color: #007bcd;
}
.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}
.entry-img img {
	width: 217px;
	height: 149px;
	border-radius: 6px;
}
.entry-site {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
	font-weight: 400;
}
.entry-content .time {
	color: #bbbbbb;
	font-size: 14PX;
	line-height: 25PX;
	margin-right: 18px;
	padding-top: 10px;
}
.project_left {
	width: 825px;
	margin-right: 45px;
	float: left;
}
.project_right {
	width: 300px;
	float: left;
	padding-top: 20px;
}
.activead {
	border: 1px solid #f8f8f8;
	margin-bottom: 10px;
}
.activead a img {
	display: block;
	width: 298px;
	height: 204px;
}
.activead a span {
	background: #f8f8f8;
	display: block;
	text-align: left;
	font-size: 13px;
	color: #3f3b3b;
	line-height: 22px;
	padding: 10px 19px;
}
.activead a:hover span {
	color: #007bcd;
}
.righthotnews {
	background: #f8f8f8;
	padding: 21px 25px 26px;
	margin-bottom: 16px;
}
.quicktitle {
	margin-top: 8px;
}
.quicktitle b {
	border-left: 3px solid #eb5350;
	padding-left: 10px;
	height: 18px;
	display: block;
	overflow: hidden;
	font: 18px/16px "Microsoft Yahei";
	color: #3f3b3b;
}
.data {
	margin-top: 20px;
}
.data ul li {
	font-size: 14px;
	color: #5b5757;
	margin-top: 20px;
	overflow: hidden;
}
.data ul li a {
	float: left;
	width: 220px;
	font-size: 14px;
	color: #5b5757;
	line-height: 24px;
}
.data ul li a:hover {
	color: #007bcd;
}
.data ul li span {
	width: 28px;
	height: 25px;
	display: block;
	float: left;
}
.data ul li span.hot {
	font-size: 22px;
	font-style: italic;
	color: #eb5350;
	/*font-weight: bold;*/
}
.project_right .purPro ul li p a {
	width: 220px;
}
.project_right .imgBox {
	width: 100%;
}
.v_list_xq {
	margin-bottom: 30px;
}
.v_list_xq .crumb {
	padding: 10px 0;
}

/*详情*/
.title_xq {
	margin: 30px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.detail_top {
	width: 100%;
}
.title_xq h2 {
	font-size: 27px;
	line-height: 40px;
	font-weight: bold;
}
.userCreateTime {
	padding: 20px 0;
	font-size: 14px;
	line-height: 14px;
	color: #949494;
	margin-right: 20px;
}
.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}
.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}
.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}
.content_tex img {
	display: block;
	margin: 10px auto;
}
.post-navigation {
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 20px;
}
.post-navigation div {
	display: inline-block;
	width: 45%;
	float: left;
	border: 1px solid #eee;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
}
.post-navigation div:nth-of-type(2) {
	float: right;
}
.post-navigation a {
	margin: 10px;
	color: #666;
	font-size: 14px;
}
.post-navigation a:hover {
	color: #007bcd;
}
.list_content_xq {
	margin-bottom: 20px;
}
.post-navigation p:nth-of-type(1) {
	padding-bottom: 5px;
}
.nb_comment {
	margin: 20px 0;
	padding: 0 10px;
	margin-top: 30px;
	font-weight: bold;
	color: #3f3b3b;
	font-size: 23px;
	border-left: 3px solid #eb5350;
	line-height: 16px;
}
.xgxw_pic {
	margin: 15px auto;
}
.xgxw_pic a {
	display: inline-block;
	width: 240px;
	/*height: 194px;*/
	
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #f4f4f4;
	margin-right: 46px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.xgxw_pic a:hover {
	box-shadow: 0 5px 15px rgba(45, 50, 55, .2);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #3f3b3b;
}
.xgxw_pic a:nth-child(3n) {
	margin-right: 0;
}
.xgxw_pic img {
	width: 100%;
	height: 165px;
}
.xgxw_pic a p {
	font-size: 14px;
	display: block;
	margin: 15px;
	overflow: hidden;
	box-sizing: border-box;
}
.list_content {
	margin-top: 6px;
}
.editorRight {
	width: 365px;
	height: 230px;
	float: right;
}
.swiper-container2 {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
}
.swiper-container2 img {
	height: 230px;
	width: 100%;
}
.swiper-container2 p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 0, 0, 0.3);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.crumb {
	font-size: 14px;
	padding-top: 5px;
}
.crumb a {
	text-decoration: none;
	color: #3f3b3b;
}
.tuijian .editBox {
	width: 100% !important;
}
.tuijian .editBox ul {
	overflow: hidden;
	width: 100%;
}
.tuijian .editBox ul li {
	width: 153px;
}
.tuijian .editBox ul li:last-child {
	margin-right: 0;
}
.tuijian .editor {
	margin-top: 0;
}
.tuijian .editor .nb_comment {
	margin-top: 10px;
}
.tuijian .editor li dd {
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}
.tuijian .editor ul li dl dt {
	width: 100px;
	height: 85px;
	border-radius: 10px;
}

/*========*/
.posi_p p,
.indexBottom p,
.homeFocusLeft dl dd p,
.homeFocusLeft dl dt a,
.tab_content .con_ul2 ul li,
.purPro ul li p a,
.smallTitle b,
.activead a span,
.saleImg span.tir {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.post-navigation a,
.quicknews .newsbox ul li a,
.imgTextSmall dl dd,
.entry-site,
.entry-title,
.data ul li a,
.xgxw_pic a p,
.tuijian .editor li dd {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.imgText dl dd {
	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;
}

/*.main_detail .p,
.rcom_detail h5 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}*/

/*底部*/
.footbgs {
	padding: 20px 0;
	background: #00568f;
	width: 100%;
}
.footer {
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	width: 1170px;
	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;
}
.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 60px;
	overflow: hidden;
	background: url(http://www.huaxue.rexun.cn/static/img/top.png) no-repeat center center #fff;
	/*border: 1px solid #ccc;*/
	
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 5px;
	background-color: #404040;
	background-size: 65%;
}
.goTop:hover {
	background-color: #00568f;
}
.beian {
	font-size: 14px;
	text-align: center;
}
@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;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pages a.actives {
	background: #007bcd;
	padding: 8px 15px;
	color: #fff;
}
.beis {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}
.show_content li a {
	width: 700px;
}
.show_content li span {
	display: inline-block;
	width: 150px;
	text-align: right;
}