﻿.header-area.list-head {
    height: 400px;
    background: url(../images/bg-list-head.png) no-repeat center;
    background-size: cover;
}

.header-area.english {
    height: 400px;
    background: url(../images/bg-list-head-blue.png) no-repeat center;
    background-size: cover;
}

.header-area.list-head .header-top-area {
    width: 100%;
    background: rgba(0, 0, 0, .1);
}

.header-area.list-head .header-logo {
    text-align: center;
}

.header-area.list-head .header-logo img {
    width: 65%;
}

.header-area.list-head .main-header {
    background: none;
    position: relative;
}

.header-area.list-head .main-header .main-header-menus {
    flex-wrap: wrap;
}

.main-header .main-header-item .header-menu ul.navigation {
    margin-top: 35px;
}

.header-area.list-head .main-header .main-header-item .header-menu ul li>a {
    color: #333;
    line-height: 36px;
}

.header-area.list-head .main-header .main-header-item .header-menu ul li .sub-menu {
    border-top: none;
}

.breadcrumb {
    background: #fff;
    color: #990000;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #878787;
}

.list-left,
.list-right {
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    margin-bottom: 40px;
    overflow: hidden;
    min-height: 680px;
}

.list-center {
    width: 150%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    margin-bottom: 40px;
    overflow: hidden;
    min-height: 680px;
}

.list-inner {
    padding: 20px;
}

.list-title {
    width: 100%;
    border-bottom: 1px solid #c1bfbf;
}

.list-title div {
    font-size: 20px;
    color: #b50108;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #b50108;
    width: 120px;
    margin-bottom: -1px;
}

.list-left ul.list-ul {
    width: 100%;
    overflow: hidden
}

.list-left ul.list-ul li {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #c1bfbf;
}

.list-left ul.list-ul li span {
    display: block;
    float: left;
    color: #b50108;
    padding: 0 15px;
    margin-right: 15px;
    font-weight: lighter;
    width: 120px;
}

.list-left ul.list-ul li a {
    display: block;
    float: left;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container nav.pagein {
    background: none;
}

.navi-style {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.navi-style ul li {
    float: left;
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
}

.navi-style ul li span {
    color: #b50108;
    padding: 0 5px;
    font-weight: bold;
}

.navi-style ul li select {
    width: 50px;
}

.list-menu-pic {
    width: 100%;
    height: 100px;
    background: url(../images/img-list-menu.png) no-repeat center;
    background-size: cover;
}

.list-right ul {
    width: 100%;
    background: url(../images/list-menu-line.png) repeat-y;
    background-position: 50px 0;
}

.list-right ul li {
    width: 100%;
    padding: 10px 0;
    text-indent: 40px;
}

.list-right ul li a {
    width: 100%;
    display: block;
}

.list-right ul li span {
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #c1bfbf;
    border-radius: 20px;
    float: left;
    background: #fff;
    margin-top: 5px;
    margin-left: 45px;
}

.list-right ul li a.on {
    color: #b50108;
}

.list-right ul li a.on span {
    background: #b50108;
    border: 1px solid #b50108;
}

.article-title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #c1bfbf;
}

.article-title h5 {
    font-size: 32px;
    text-align: center;
    font-family: "黑体";
}

.article-title ul {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.article-title ul li {
    float: left;
    color: #8f8e8e;
    margin-right: 10px;
    font-size: 10px;
}

.article-title ul li a {
    color: #8f8e8e;
}

.article-main {
    margin: 5px 0;
    width: 100%;
    float: left;
}

.article-main p {
    margin: 10px 0;
    line-height: 30px;
}

.article-main p img {
    max-width: 100%;
    height: 100%;
    margin: 10px 0;
}

@media (max-width: 1400px) {
    .header-area.list-head .main-header .main-header-item .header-menu ul li>a {
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .header-area.list-head .header-top-area {
        display: none !important;
    }
    .header-area.list-head .header-logo {
        text-align: left;
    }
    .header-area.list-head {
        height: 80px;
    }
    .header-area.list-head .header-logo img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header {
        padding: 0;
        top: 9px;
    }
}


@media (max-width: 767px){
    .list-center  {
        width: 100% !important;
    }
    .szk-list-ul {
        width: 100% !important;
    }
}
