
/* 分类页 导航栏 */
.classify_nav {
    height: 54px;
    line-height: 1;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.classify_nav ul {
    margin-left: 12.5px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.classify_nav ul li {
    color: #120803;
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.classify_nav ul li:first-child:before {
    content: none;
}
.classify_nav ul li:before {
    content: '';
    width: 7px;
    height: 15px;
    display: inline-block;
    background: url('images/articlePub-sprite.png') no-repeat;
    background-size: 375px auto;
    background-position: -297px 0;
    margin: 0 10px;
}
.index_content_box {
    padding: 15px 15px 13.5px 15px;
    border-bottom: 1px solid #858586;
    box-sizing: border-box;
}
.index_content_box:last-child {
    border-bottom: none;
}
.index_content_box .index_content_title {
    line-height: 1;
    padding-left: 12.5px;
    width: 100%;
    font-size: 17.5px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_content_box .index_content_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 12.5px;
}
.index_content_box .index_content_flex .index_content_img {
    width: 19%;
    border-radius: 3px;
    overflow: hidden;
}
.index_content_box .index_content_flex .index_content_img img {
    width: 100%;
}
.index_content_box .index_content_flex .index_content_text {
    width: 79%;
    font-size: 14px;
    color: #5b5b5b;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
    line-height: 22px;
}
.index_foot {
    background: #3c3c3c;
    padding: 33.5px 0 29px 0;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    line-height: 1;
    font-size: 13px;
}
.index_foot p:last-child {
    font-size: 12px;
    margin-top: 25px;
}
.index_foot ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.index_foot ul li {
    padding: 0 5px;
    border-right: 1px solid #fff;
}
.index_foot ul li:last-child {
    border-right: none;
}
.index_foot ul li a {
    color: #fff;
}
.changePage_btn_wrap {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    /* padding: 0 30px; */
}
.orderPage>div {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    width: 70px;
    height: 20px;
}
.orderPage>div a {
    display: block;
    width: 100%;
    height: 100%;
}
.orderPage>div img {
    height: 100%;
}
.orderPage>div:nth-child(3) img{
    height: 12px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}
.orderPage>div:nth-child(3) {
    width: 60px;
}
.orderPage span {
    font-size: 15px;
    color: #5b5b5b;
}

.firstPage>div {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    height: 20px;
}
.firstPage>div:nth-child(1) {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    width: 57%;
    height: 20px;
    text-align: right;
}
.firstPage>div:nth-child(1) img {
    height: 12px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}
.firstPage>div:nth-child(2) {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    width: 21.5%;
    height: 20px;
    text-align: center;
}
.firstPage>div:nth-child(3) {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    width: 21.5%;
    height: 20px;
    text-align: center;
}
.firstPage>div a {
    display: block;
    width: 100%;
    height: 100%;
}
.firstPage>div img {
    height: 100%;
}
.firstPage span {
    font-size: 15px;
    color: #5b5b5b;
}

.lastPage>div {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    height: 20px;
}
.lastPage>div:nth-child(3) {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    width: 57%;
    height: 20px;
    text-align: left;
}
.lastPage>div:nth-child(3) img {
    height: 12px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}
.lastPage>div:nth-child(2) {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    width: 21.5%;
    height: 20px;
    text-align: center;
}
.lastPage>div:nth-child(1) {
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #5b5b5b;
    font-size: 12px;
    width: 21.5%;
    height: 20px;
    text-align: center;
}
.lastPage>div a {
    display: block;
    width: 100%;
    height: 100%;
}
.lastPage>div img {
    height: 100%;
}
.lastPage span {
    font-size: 15px;
    color: #5b5b5b;
}


.pager {
	clear: both;
	margin: 5px 0;
	display: inline-block;
	*zoom: 1;
}

.pager:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.pager .pagernum {
	width: 21px;
	height: 21px;
	line-height: 21px;
	background-color: #b7b7b7;
	margin: 0 4px;
	float: left;
	_display: inline;
	font-size: 14px;
	color: #fff;
	text-align: center;
}


.pager .pageall,
.pager .line {
	float: left;
	_display: inline;
	height: 21px;
	line-height: 21px;
	padding: 0 3px;
}

.pager .prev,
.pager .next,
.pager .onprev,
.pager .onnext,
.pager .unprev,
.pager .unnext {
	overflow: hidden;
	text-indent: 9999px;
	float: left;
	_display: inline;
	margin: 0 2px;
}

.pager .last {
	margin-right: 0;
}

.pager .prev,
.pager .onprev,
.pager .unprev {
	background: url(images/pager_pre.gif) no-repeat 0 0;
	width: 50px;
	height: 21px;
	line-height: 21px;
}

.pager .next,
.pager .onnext,
.pager .unnext {
	background: url(images/pager_next.gif) no-repeat 0 0;
	width: 50px;
	height: 21px;
	line-height: 21px;
}

.pager .onprev,
.pager .onnext {
	background-position: 0 -18px;
}

.pager .unprev,
.pager .unnext {
	background-position: 0 -42px;
}

.pager .pagecurrent {
	width: 21px;
	height: 21px;
	line-height: 21px;
	background-color: #b5a180;
	color: #fff;
	margin: 0 4px;
	float: left;
	_display: inline;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.pager span {
	float: left;
}


    .recommend {
    width: 45%;
    float: left;
}
.latest {
    width: 45%;
    float: right;
}
ul.artschlst {
    margin: 10px 0;
}
ul.artschlst li {
    background:url(images/ra.gif) no-repeat 0 8px;
    padding-left: 15px;
    color: #666;
    display: block;
    border-bottom: 1px solid #EFEFEF;
    line-height: 23px;
    font-size: 14px; color: #333333; border-bottom: none; line-height: 30px; background-position-y:12px;
}