#news-list {
    width: 1200px;
    height: auto;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#news-list .news-block {
    width: 1000px;
    height: 200px;
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#news-list .news-block:hover {
    border-bottom: 1px solid #004a9d;
    transition: color 200ms ease-in 0ms;
}
#news-list .news-block:hover>.new_img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: transform .3s ease;
}
#news-list .news-block:hover>.news-content .news-title a {
    color: #004a9d;
}
#news-list .news-block .news-pic {
    float: left;
    margin-top: 22px;
}

#news-list .news-block .new_img {
    width: 35%;

}

#news-list .news-block .new_img img {
    width: 80%;
    transition: transform .3s ease;
}



#news-list .news-block .news-pic img {
    width: 318px;
    height: 158px;
}

#news-list .news-block .news-content {
    display: block;
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


#news-list .news-block .news-content .news-title a {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #343434;
}

#news-list .news-block .news-content .news-info span {
    font-size: 12px;
    color: #666666;
    height: 32px;
    line-height: 32px;
}

#news-list .news-block .news-content .news-info .dm-icon {
    display: inline-block;
    position: relative;
    top: 3px;
    *top: -1px;
    margin-right: 5px;
}

#news-list .news-block .news-content .news-info .date-icon {
    width: 14px;
    height: 14px;
    background-position: -117px -26px;
}

#news-list .news-block .news-content .news-info .read-icon {
    background-position: -144px -26px;
    width: 18px;
    height: 14px;
    margin-left: 20px;
}

#news-list .news-block .news-abstract {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    align-content: center;
}

#news-list .news-block .news-content .news-abstract a {
    font-size: 14px;
    color: #666;
}

#news-list .news-block .news-content .news-abstract p {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

/*é‡‡é›†æ–°é—»åˆ—è¡¨é¡µcss*/
#news-list .collect-news-block {
    width: 1100px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

#news-list .collect-news-block span {
    font-size: 16px;
    color: #343434;
}

#news-list .collect-news-block .span-left {
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    text-indent: 1em;
}

#news-list .collect-news-block .span-right {
    width: 110px;
    float: right;
}

#news-list .collect-news-block:hover {
    background-color: #F2F2F2;
    color: #DDB249;
}

#news-list .collect-news-block:hover span {
    color: #DDB249;
}

#detail .collect-detail-text p,
#detail .collect-detail-text h1,
#detail .collect-detail-text h2,
#detail .collect-detail-text h3 {
    font-size: 16px;
    line-height: 2;
}

#detail .collect-detail-text p strong,
#detail .collect-detail-text p span {
    font-size: 16px;
}

/*åŠ¨æ€è¯¦æƒ…é¡µcss*/
#detail {
    width: 848px;
    min-height: 800px;
    overflow: hidden;
    border: 1px solid #D5D5D5;
    position: relative;
    margin: 20px auto;
    padding: 0 15px 36px 15px;
}

#detail .detail-title {
    width: 700px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    border-bottom: 1px solid #9EC1DC;
    margin: 0 auto;
}

#detail .detail-title h1 {
    font-size: 18px;
    font-weight: normal;
    color: #0B4996;
}

#detail .detail-info {
    text-align: center;
    line-height: 30px;
}

#detail .detail-info span {
    margin-right: 12px;
    color: #858585;
}

#detail .detail-info .tag {
    color: #2971BB;
    margin-right: 1em;
}

#detail .detail-info .tag:hover {
    text-decoration: underline;
}

#detail .detail-share {
    position: absolute;
    bottom: 12px;
    left: 15px;
}

#detail .detail-share .share {
    color: #1B9998;
}

#detail .detail-text img {
    max-width: 848px;
}

/*ç›¸å…³æ–‡ç« æŽ¨ècss*/
#detail .relevant-recommend {
    margin-top: 20px;
    padding: 15px 0;
    border-bottom: 1px dashed #d5d5d5;
    border-top: 1px dashed #d5d5d5;
    width: 96%;
}

#detail .relevant-recommend h2 {
    color: #434343;
    font-size: 18px;
    line-height: 36px;
}

#detail .relevant-recommend ul li {
    list-style-type: disc;
    margin-left: 20px;
}

#detail .relevant-recommend a {
    color: #343434;
    line-height: 24px;
}

#detail .relevant-recommend a:hover {
    color: #0196E3;
}

/*æ–‡ç« å¹¿å‘Šä½*/
#ad-block img {
    padding: 5px;
    margin: 5px;
    border: 1px solid #d5d5d5;
    background-color: #fdfdfd;
}

/*è®¢é˜…é‚®ç®±*/
#detail .subscribe-email {
    background: url("../../images/news/email.png") 0 0 no-repeat;
    width: 490px;
    height: 120px;
    margin: 30px auto;
    padding: 35px 49px 35px 97px;
}

#detail .subscribe-email h2 {
    font-size: 18px;
    color: #60B0E7;
    line-height: 36px;
}

#detail .subscribe-email p {
    font-size: 12px;
    color: #939393;
    line-height: 30px;
}

#detail .subscribe-email form {
    margin-top: 8px;
}

#detail .subscribe-email input[type=text] {
    width: 338px;
    height: 34px;
    border-radius: 3px;
    border: 1px solid #D5D5D5;
    padding: 0 10px;
    vertical-align: middle;
}

#detail .subscribe-email input[type=button] {
    width: 116px;
    height: 36px;
    background-color: #74BCEE;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #FDFDFD;
    font-size: 16px;
    margin-left: 6px;
    vertical-align: middle;
}

#detail .subscribe-email input[type=button]:hover {
    background-color: #60B0E7;
}

.page {
    height: 30px;
    line-height: 30px;
    width: 1100px;
    display: table;
}

.page_info {
    text-align: center;
    margin-top: 20px;
    color: #333;
    font-size: 14px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 14px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}

.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #E5EDF2;
}