.main_banner {
    background-image: url(../images/banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.main_banner_route {
    padding: 0 1%;
    font-size: 16px;
}

.main_banner_title {
    font-size: 45px;
    margin: 0 1%;
    display: inline-block;
    border-bottom: 6px solid #e8d6cb;
}

.main_body {
    min-height: 500px;
    background-color: #fff;
    width: 78%;
    float: left;
}

.main_nav {
    min-height: 250px;
    background-color: #fff;
    width: 18%;
    float: right;
}

.main_content {
    width: 96%;
    margin: 0 auto;
    margin-top: -122px;
    overflow: hidden;
    max-width: 1200px;
}

.main_img img {
    width: 94%;
}

.main_img {
    text-align: center;
}

.main_page {
    padding: 35px;
}

.main_nav_list {
    margin: 25px 10%;
}

.main_nav_btn {
    padding: 10px 0px;
    color: #545454;
    font-family: '方正兰亭纤黑简体';
    border-bottom: 1px dashed #a2a09f;
    cursor: pointer;
}


.main_nav_icon {
    float: right;
    margin-right: 10px;
    color: #545454;
}

.main_nav_btn.last {
    border: 0px;
}

.main_nav_btn.active {
    color: #ee7637;
}

.main_honor {
    padding: 0px 0px 35px 0px;
}

.main_honor .main_img {
    line-height: 0;
}

.main_activity {
    padding: 40px;
}

.activity_text {
    font-size: 15px;
    color: #545454;
    font-family: '方正兰亭纤黑简体';
}


.activity_text_title {
    font-size: 17px;
    font-weight: bold;
    font-family: '方正兰亭粗黑简体';
}


.main_content_inner {
    /* width: 840px; */
    font-family: '方正兰亭纤黑简体';
}

.main_inner_list {
    color: #474747;
    font-size: 15px;
    min-height: 508px;
}

.main_inner_li {
    line-height: 45px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0px 10px;
}

.main_inner_li_title {
    float: left;
    overflow: hidden;
    max-width: 80%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_inner_li_date {
    float: right;
}

.main_inner_li_title:before {
    /* content: '•'; */
    font-size: 15px;
    color: #ea5404;
    margin-right: 5px;
}

.main_inner_li:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.pageContent button {
    border: 1px solid #e74d1a;
    border-radius: 5px;
    color: #e74d1a;
    font-size: 14px;
    padding: 3px 8px;
    cursor: pointer;
    margin: 0 5px;
    background-color: #fff;
}

.pageContent button:hover {
    background-color: #e74d1a;
    color: #fff;
}

.pageContent {
    text-align: center;
    /* margin-top: 10px; */
    padding-bottom: 20px;
}

.page_text {
    padding: 5px;
}

.pageSelect {
    font-size: 14px;
    height: 27px;
    width: 50px;
    border-radius: 5px;
}

.article_title_subject {
    font-size: 20px;
    color: #474747;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

.article_title_list {
    width: 80px;
    height: 25px;
    color: #404040;
    border: 1px solid #c9c9c9;
    font-size: 12px;
    display: block;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    right: 10px;
    position: absolute;
    top: 10px;
}

.article_desc {
    color: #474747;
    font-size: 12px;
    text-align: center;
    padding: 15px 0px;
}

.article_content {
    padding-top: 35px;
    padding-bottom: 20px;
}

.article_content p {
    margin: 16px 0px;
}

.main_content_article {
    padding: 40px 35px;
    position: relative;
}

.pageNow input {
    border: 0px;
    width: 20px;
    background-color: #fff;
    text-align: center;
    color: #000;
}

.main_banner_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.article_content img {
    width: 100%;
}


input[disabled], input:disabled{
    color: #000;
    opacity: 1;
}

@media screen and (max-width: 1600px) {
    
}

@media screen and (max-width: 1366px) {
    .main_nav {
        width: 28%;
    }

    .main_body {
        width: 69%;
    }

    .main_banner_title {
        font-size: 35px;
    }
}

@media screen and (max-width: 980px) {
    .main_banner_title {
        font-size: 24px;
    }
}
