﻿.mainBox {
    border-top: none;
}

.mainBox .mHd h3, .mainBox .mHd .list .on {
    color: #AF1901;
    font-family: "Microsoft YaHei";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.newsList li .awarp a:hover{
    color: #AF1901;
}

.newsList li {
    display: flex;
    flex-direction: row-reverse;
    width: 1140px;

    height: auto;
    padding-bottom: 0;

}

.newsList li .awarp {
    flex: 1;
    margin-left: 0;
}

.newsList .date {
    color: #666;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    background: none;
    width: auto;
    height: auto;
}


/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: left;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
    color: #888;
    text-align: center;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 0px 7px;
    margin: 0 5px 5px 0;
    line-height: 23px;
    height: 23px;
    color: #888
}
.page a:hover,
.page span:hover {
    border: 1px solid #AF1901;
    text-decoration: none;
    color: #AF1901;
}
.page .current {
    border: 1px solid #AF1901;
    background: #AF1901;
    color: #fff !important;
}
.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}
.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.content_t_bar {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom:20px;
}


.content_t_bar h3 {
    color: #AF1901;
    font-family: "Microsoft YaHei";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.path {
    padding:  0;
}


.printArea .title {
    color: #333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
    text-transform: lowercase;
}