@charset "utf-8";
.main {
    position: fixed;
    left: 0;
    right: 0;
    top: 181px;
    bottom: 70px;
    z-index: -1;
    /*min-height:600px;*/
}

.banner {
    height: 100%;
}

.banner>div,
.banner>div>div,
.banner>div>div>div,
.banner>div>div>div a,
.banner>div>div>div a img {
    width: 100%;
    height: 100%;
}

.main-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
}

.main-box.on {
    top: auto;
    transform: none;
    bottom: 0;
}

.main-nr {
    position: relative;
    width: 600px;
    border-radius: 10px;
    border-top: 20px solid #00527f;
    font-size: 0;
}

.main-nr .zkk {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: url(/images/zkk.png) no-repeat center center;
}

.main-nr .zkk.on {
    transform: rotate(180deg);
}

.main-box .qh-box {
    position: relative;
    background: rgba(255, 255, 255, .9);
    padding: 20px;
}

.main-box .qh-box .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.main-box .qh-box .box.on {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.main-nr .qh {
    font-size: 0;
}

.main-nr .qh span {
    display: inline-block;
    width: 33.333%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #0176b6;
    border-left: 1px solid #01618c;
    box-sizing: border-box;
    cursor: pointer;
}

.main-nr .qh span:first-child {
    border-left: none;
}

.main-nr .qh span.on {
    background-color: #0163a6;
}

.m-top a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.m-top a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(/images/main-tc.png) repeat-x center bottom;
}

.m-top a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 115px;
    bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 99;
}

.m-top .slick-dots {
    width: auto;
    right: 10px;
    bottom: 20px;
}

.m-top .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 0;
    transition: all .3s;
}

.m-top .slick-dots li.slick-active {
    width: 20px;
    height: 10px;
    border-radius: 5px;
}

.m-down>ul>li {
    margin-top: 20px;
}

.m-down>ul>li a {
    position: relative;
    padding-left: 100px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-down>ul>li:hover a {
    color: #0163a6;
}

.m-down>ul>li a .date {
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 90px;
    line-height: 28px;
    border: 1px solid #0176b6;
    background: rgba(255, 255, 255, .9);
    border-radius: 5px;
    font-size: 16px;
}

.m-down>ul>li a .date span {
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: #0176b6;
    text-align: center;
    color: #fff;
}

.m-down>ul>li a .date i {
    display: inline-block;
    color: #000;
    text-align: center;
    width: 50%;
}

.more {
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom:10px;
    right: 0;
    transition: all .3s;
    height:21px;
}

.more a {
    font-size: 18px;
    color: #0176b6;
    float: right;
}

.more:hover {
    right: 5px;
}
@media screen and (max-width: 1366px){.main-nr{left:65px;}}
@media screen and (max-width: 1200px) {
    .main {
        top: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .main-nr{transform: scale(1);}
    .main {
        position: static;
    }
    .main-box {
        position: relative;
        top: auto;
        transform: none;
        margin: 10px auto;
    }
    .main-nr {
left:0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-box .qh-box {
        background: #fff;
        box-shadow: 0 0 5px #eee;
    }
    .m-top a img {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .main-nr {
        width: 100%;
    }
    .main-box .qh-box {
        padding: 10px;
    }
    .main-nr .qh span {
        font-size: 15px;
    }
    .m-down>ul>li a .date {
        width: 60px;
        font-size: 12px;
    }
    .m-down>ul>li a {
        padding-left: 65px;
        font-size: 14px;
    }
    .m-top a p {
        font-size: 14px;
    }
    .more a {
        font-size: 14px;
    }
    .main-box{width:auto;}
}

@media screen and (max-height:810px) {
    .m-down>ul>li {
        margin-top: 5px;
    }
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-nr .qh span {
        height: 40px;
        line-height: 40px;
    }
    .footer {
        line-height: 50px;
    }
    .main {
        top: 145px;
        bottom: 45px;
    }
    .main-box .qh-box {
        padding: 10px 20px;
    }
}