.gspzyq_header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease;
}


.logo_header {
    width: 100%;
    max-width: none;
    margin: auto;
    overflow: hidden;
    padding: 0 3%;
}
.logo_header div.img{
    position: relative;
    top: 0;
    transform: none;
    z-index: 0;
}
.logo_header .img img {
    margin-top: 10px;
    width: auto;
    height: 100%;
    max-height: 60px;
}

.logo_header .hover {
    position:
        absolute;
    width: 110px;
    height:
        auto;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: none;
    border-top: 2px solid #0a3375;
    margin-top: 11px;
}

.logo_header .hover img {
    width: 100%;
}

.logo_header .rightF .wechat:hover .hover {
    display: block;
}

.logo_header .hover:before {
    content:
        "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #0a3375;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%, -0);
}


.banner {
    width: 100%;
    display: block;
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banner .img {
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 70%;
    transform: translateY(-50%);
}

.banner .banner_title {width: 100%;font-size: 44px;font-weight: bold;color: #fff;text-align: center;font-style: italic;letter-spacing: 15px;}

.link-bread {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    z-index: 50;
    font-size: 16px;
    color: #fff;
    width: 100%;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
}

.link-bread img {
    margin-right: 10px;
    margin-top: 3px;
}

.link-bread table {
    font-size: 16px;
    color: #fff;
    max-width: 860px;
}

.link-bread table tbody tr td a {
    color: #fff;
}

.main {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    width: 96%;
}


.class {
    width: 300px;
    position: relative;
    z-index: 50;
    background: #fff;
    margin-right: 40px;
}

.class_title {
    width: 100%;
    background: #0d449b;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 22px 15px;
}



.class ul ul {
    display: none;
}
.class ul.show{
    display:block;
}
.class ul li {
    width: 100%;
    background: url(../images/li_bottom.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    border-left: 10px solid #0d449b;
}

.class ul li.class_li1 {
    border: 0;
}

.class ul li a {
    font-size: 20px;
    color: #000;
    position: relative;
    display: block;
    padding: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #0d449b;
    cursor: pointer;
}

.class ul li a.children:after {
    content: ">";
    color: #0e449c;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: all 0.5s ease;
}
.class ul li a.children.rotate:after{
    transform: translate(0, -50%) rotate(90deg);
}
.class ul li a.children.rotate{
    color: #0e449c;
}
.class ul li.class_li2 a {
    font-size: 18px;
}

.class ul li.class_li3 a {
    font-size: 16px;
}

.class ul li a.click {
    color: #0e449c;
}




.content {
    width: 860px;
    margin: 40px auto;
    width: calc(100% - 340px);
}

.content_title {
    width: 100%;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #c4c8ca;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content_title.content_class {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 29px;
}

.content_title.content_class a {
    float: right;
    font-size: 14px;
}

.content ul.content1 li {
    width: 280px;
    float: left;
    margin-bottom: 52px;
}

.content ul.content1 li:not(:nth-child(3n + 0)) {
    margin-right: 54px;
}

.content ul.content1 li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000000;
    text-align: center;
    background: #f7f7f7;
    line-height: 60px;
}

.content ul.content1 li:hover a {
    box-shadow: 0 0 10px rgba(39, 16, 9, 0.3);
    background: url(../images/li_hover.png) no-repeat 100%;
    background-color: #f7f7f7;
}

.content2 {
    margin-bottom: 0;
}

.content2.content2_class {
    margin-bottom: 15px;
}

.content2 li:hover {
    position: relative;
    z-index: 1;
}

.content2 li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px;
    background-image: url(../images/content2_li_bg.png);
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: bottom;
}

.content2 li:hover a {
    background-image: url(../images/content2_li_h_bg.png);
    background-size: 100%;
    box-shadow: 0 0 10px rgba(39, 16, 9, 0.3);
}

.content2.content2_class li a {
    background: none;
    box-shadow: 0 0 0;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
}

.content2.content2_class li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #666;
}

.content2.content2_class li:hover a .list {
    color: #0a3375;
}

.content2 li .time {
    width: 106px;
    text-align: center;
}

.content2 li .time span {
    font-size: 42px;
    font-weight: bold;
    color: #0c1375;
    line-height: 34px;
    display: block;
    margin-bottom: 6px;
}

.content2 li .time p {
    background: #0c1375;
    font-size: 18px;
    color: #fff;
}

.content2 li .list {
    width: 100%;
    padding: 0 25px;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 27px;
}

.content2 li .list .date {
    font-size: 16px;
}

.content2.content2_class li .list {
    padding: 0 10px;
}
