ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pages {
    margin-top: 60px;
}

.info_detail_page {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.info_detail_page>div {
    float: left;
}

.info-detail-left {
    width: 721px;
    margin-right: 76px;
    margin-bottom: 211px;
}

.info-detail-right {
    width: 402px;
    margin-bottom: 343px;
}

.info-detail-left p.art-tit,
.info-detail-left h1.art-tit {
    color: #282828;
    font-size: 22px;
    line-height: 38px;
    font-weight: normal;
    margin-top: 0;
}

.info-detail-left p.time_from {
    color: #999999;
    font-size: 0;
    margin-top: 12px;
}

.info-detail-left p.time_from>span {
    font-size: 14px;
}

.info-detail-left p.time_from>span:nth-child(2) {
    /*margin: 0 25px 0 12px;*/
    margin-left: 12px;
}

.info-detail-left p.time_from>span:nth-child(3) {
    margin-left: 25px;
}

.art-content {
    /*overflow: hidden;*/
    margin-top: 12px;
}


/* .art-content p{
	text-align: left;
	color: #282828;
	text-indent: 2em;
	font-size: 14px;
    line-height: 22px;
    margin: 14px 0;
} */


/* .art-content>img{
	display: block;
    margin: 26px auto 22px;
    width: 640px;
} */

.info-detail-right>p {
    padding: 10px 0;
    border-bottom: 1px solid #ECECEC;
}

.info-detail-right>p>span:first-of-type {
    width: 4px;
    height: 22px;
    background: #0478fc;
    margin-right: 7px;
    float: left;
}

.info-detail-right>p>span:last-of-type {
    font-size: 18px;
    color: #282828;
    height: 22px;
    line-height: 22px;
}

.info-detail-right>.relatedArticles>li:not(.last-artile) {
    padding: 20px 0;
    border-bottom: 1px solid #ECECEC;
    overflow: hidden;
    cursor: pointer;
}

.info-detail-right>.relatedArticles>li>img {
    width: 140px;
    height: 90px;
    margin-right: 15px;
    float: left;
}

.info-detail-right>ul>li>div {
    padding-top: 2px;
}

.info-detail-right>ul>li>div>p {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    height: 48px;
    overflow: hidden;
}

.info-detail-right>ul>li>div>span {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    margin-top: 14px;
}

.last-artile {
    border: 1px solid #ECECEC;
    margin-top: 22px;
    padding: 20px 17px 20px 20px;
    cursor: pointer;
}

.last-artile>p:first-of-type>span:first-of-type {
    width: 19px;
    height: 23px;
    /* background: url(../../img/information/artile.svg); */
    margin-right: 10px;
    float: left;
}

.last-artile>p:first-of-type>span:first-of-type img {
    width: 19px;
    height: 23px;
}

.last-artile>p:first-of-type>span:last-of-type {
    font-size: 14px;
    color: #282828;
    height: 23px;
    line-height: 23px;
}

.last-artile>p.detail_item_tit {
    line-height: 24px;
    color: #0478fc;
    font-size: 14px;
    margin: 15px 0 19px;
    height: 48px;
}

.last-artile>p:last-of-type {
    color: #999999;
    line-height: 1;
}

.last-artile>p:last-of-type>span {
    font-size: 14px;
    line-height: 1;
}

.last-artile>p:last-of-type>span:first-of-type {
    margin-right: 14px;
}

.info-detail-right>ul>li:hover div>p.detail_item_tit {
    color: #0478fc;
}


/* 热点推荐 */

ul.hotspot-recommend-container {
    padding-top: 40px;
}

ul.hotspot-recommend-container li {
    float: left;
    margin: 0 30px 20px 0;
    height: 14px;
}

ul.hotspot-recommend-container li a {
    width: 56px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 100%;
}

ul.hotspot-recommend-container li a:hover {
    color: #0478fc;
}

ul.hotspot-recommend-container:after {
    clear: both;
    display: block;
    content: " ";
}