.center,
.indexCenter {
    width: 1200px;
    margin: 0 auto;
}

body {
    background-color: #F5F5F5;
}

.content {
    margin-bottom: 30px;
}

.adv {
    width: 100%;
    height: 330px;
    background-image: url(../images/adv.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -110px;
}

.bread {
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    text-align: right;
    display: flex;
    align-items: center;
}
.bread img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.bread,
.bread a {
    color: #666;
    font-size: 14px;
}

.bread a:hover{
    color: #b90312;
}

.main-con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.left-nav {
    width: 246px;
    flex-shrink: 0;
}

.navBg {
    background: linear-gradient(180deg, #CC092D 0%, #b90312 100%);
    position: relative;
    width: 230px;
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 70px;
}

.listnav-wrap {
    width: 100%;
    background: #fff;
    padding: 0 14px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 16px;
    position: relative;
    left: 16px;
}

.listnav-wrap h4 {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.listnav-wrap h4::before {
    content: "";
    width: 5px;
    background: #b90312;
    display: inline-block;
    margin-right: 8px;
}

.listnav-wrap ul {
    width: 100%;
    padding: 0 0 10px 0;
}

.listnav-wrap ul li+li {
    border-top: 1px solid #E4E4E4;
}

.listnav-wrap ul li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
}

.listnav-wrap ul li.active a,
.listnav-wrap ul li:hover a {
    color: #b90312;
    background: url(../images/right-jt.png) no-repeat right center;
}

.right-con {
    flex: 1;
    overflow: hidden;
    margin-left: 50px;
}

.con-warp {
    padding: 30px 50px;
    background: #fff;
}

.detailPos {
    display: flex;
    justify-content: space-evenly
}

.articleItem {
    background-color: #fff;
    border: 1px solid #EDEDED;
    border-left: 5px solid #b90312;
    height: 114px;
    padding: 20px 0;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.articleItem+.articleItem {
    margin-top: 20px;
}

.articleItem .time {
    flex-shrink: 0;
    padding: 0 30px;
    text-align: center;
    border-right: 1px solid #D8D8D8;
}

.articleItem .time span {
    color: #333;
    font-size: 28px;
    font-weight: 500;
}

.articleItem .time p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.articleItem .tit {
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
}

.articleItem .tit h6 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

.articleItem .tit p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.articleItem:hover {
    background: #b90312;
    border-color: #b90312;
}

.articleItem:hover p,
.articleItem:hover span,
.articleItem:hover h6 {
    color: #fff;
}

.pagination,
.pages,
.pagesBox {
    display: flex;
}

.pagesBox {
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.pagination span,
.pages li {
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 4px;
    font-size: 14px;
}

.pagination span:hover,
.pages li:hover {
    background-color: #b90312;
    color: #fff;
}

.pages li.selected {
    background-color: #b90312;
    color: #fff;
}

.pageInfo {
    height: 32px;
    line-height: 32px;
    border: 1px solid #EDEDED;
    padding: 0 10px;
}

.pageInfo span {
    color: #333;
    font-size: 14px;
}

.jumpToPage {
    margin: 0 4px;
    width: 50px;
    border: 1px solid #EDEDED;
    text-align: center;
}

.jumpToPage:focus {
    outline-color: #b90312;
    outline-offset: -1px;
    outline-style: solid;
    border-color: #b90312;
    border-radius: 4px;
}

.organize {
    padding-top: 20px;
}

.page_nav {
    padding: 15px 0;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.content-wrap .pagination span {
    width: auto;
}

.content-wrap .pagination li.active span {
    background-color: #b90312;
    color: #fff;
}

.page_nav span,
.page_nav a {
    border: 1px solid #e6e6e6;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding: 0 10px;
    margin: 0 8px;
    vertical-align: middle;
}

.detail-con {
    width: 100%;
    margin: 30px 0;
}

.detail-con p,
.detail-con span,
.detail-con p span {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    text-indent: 32px;
}

.detail-con img,
.detail-con p img,
.detail-con span img {
    max-width: 100%!important;
    height: auto!important;
}

.detail-con .alignRight {
    text-align: right;
}

.turn_page {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding: 20px 0;
}

.turn_page div {
    color: #666;
    font-size: 16px;
    width: 48%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.turn_page div a{
    color: #666;
}
.turn_page div a:hover{
    color: #b90312;
}

.detail-title {
    text-align: center;
    border-bottom: 1px solid #E1E1E1;
}


.detail-title1 {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}

.detail-title h4 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
}

.detail-title1 h4 {
    color: #b90312;
    font-size: 24px;
    font-weight: 500;
}

.date-wrap {
    padding: 30px 0;
    display: flex;
    justify-content: space-evenly;
}

.date-wrap span {
    color: #666;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .header {
        width: 100%
    }
    .indexCenter,
    .center {
        width: 100%;
        padding: 0 20px;
    }
    .borderBot {
        width: 60%;
    }
    .jpxmMess {
        flex-wrap: wrap;
    }
    .articleItem .tit h6 {
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .tableBox td button,
    .level3Box {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .adv {
        margin-top: 0;
        height: 24vw;
    }
    .textCon,
    .formBox {
        padding: 20px;
    }
    .right-con {
        margin-left: 30px;
    }
    .navBg,
    .newProBg {
        width: 210px;
    }
    .left-nav {
        width: 226px;
    }
    .listnav-wrap ul {
        margin-top: 0;
    }
    .clarification {
        flex-direction: column;
        justify-content: center;
    }
    .clarification .claric {
        padding-right: 0;
    }
    .formItem,
    .subCheck {
        width: 80%;
    }
    .borderBot {
        display: none;
    }
    .jpxmTab {
        padding: 20px;
    }
    .enroll {
        padding: 0 30px;
    }
    .jpxmMess {
        padding: 15px 0;
    }
    .jpxmMess .messItem {
        margin: 0;
    }
    .level3Box {
        position: inherit;
        margin-top: -50px;
        overflow: hidden;
        left: 0;
    }
    .footer .indexCenter {
        flex-direction: column;
    }
    .codeBox {
        border-left: none;
    }
    .glryItem {
        width: 100%;
    }
    .glryItem:nth-child(2n) {
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .content-wrap .search_list>ul li a .details p {
        width: 50%;
    }
    .content-wrap .search_list>ul li a .details {
        width: 70%;
    }
    .imgListItem {
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .imgListItem i {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .left-nav,
    .pageInfo,
    .jumpToPage {
        display: none;
    }
    .right-con {
        margin-left: 0;
        width: 100%;
    }
    .pagination,
    .pages,
    .pagesBox {
        flex-wrap: wrap;
    }
    .pagination span,
    .pages li {
        border: 1px solid #b90312;
        margin: 4px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    
}

@media screen and (max-width: 460px) {
    .jpxmTab .tab-title {
        width: 44%;
    }
    .tableBox td button {
        height: auto;
        padding: 4px 6px;
    }
    .level1 {
        width: 30%;
    }
    .level1>a {
        width: 100%;
    }
    #side-nav::after {
        left: 35%;
    }
    .level2Box {
        left: 40%;
    }
    #side-nav {
        height: 670px;
    }
    #search .search_info li select {
        width: 100%;
        margin-left: 0;
    }
    #search .search_info li span {
        padding: 0 2px;
    }
}
.right-con1{
    width: 100%;
}
