@charset "utf-8";



/* 分页 */
.banner {
    position: relative;
    background-position: center top;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 20%;
    background: url(../images/shadow.png) no-repeat;
    background-size: cover;
}

.banner img {
    display: block;
    width: 100%;
}


.head {
    position: relative;
}

.h-top {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 10px;

}

.logo {
    float: left;

}

.h-tx {
    float: right;
    margin-top: 20px;
}

.nymain {
    background: url(../images/nymain-bj.jpg) no-repeat;
    background-size: cover;

}

.ser-box {
    padding: 38px 40px 38px 40px;
    background-color: #fff;
    transform: translateY(-50%);
    box-shadow: 0px 0px 40px 0px rgba(194, 194, 194, 0.5);
    max-width: 98%;
    box-sizing: border-box;
    
}

.ser-box::after {
    content: '';
    width: 0px;
    height: 0px;
    background-color: transparent;
    position: absolute;
    right: -24px;
    top: 0;
    border-right: 25px solid transparent;
    border-bottom: 149px solid #fff;
}

.ser-top {
    position: relative;
    margin-bottom: 20px;
}
.ser-l{
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 72%;
    margin-right:10px;
}
.ser-l>div{
    float: left;
    margin-right: 0;
    width: 22%;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    padding: 0 10px;
    white-space: nowrap;
    position: relative;
}
.ser-l>.ser-date{width: 18%;}
.ser-l>.jq-sort{width: 17%;}
.ser-l>div input{
    padding-left: 0 !important;
}

.ser-l>div>ul{
    
    width: 100%;
    position: absolute;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    left: 0;
    z-index: 9;
    padding-left: 20px;
    border-radius: 4px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}
/* 整个滚动条 */
.ser-l>div>ul::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5px;
}

.ser-l>div>ul>li{
    color: #999;
    font-size: 14px;
    margin: 5px 0;
    cursor: pointer;
}
.ser-l>div>ul>li:hover{
    color: #0f4a91;
}
.ser-l>div>ul>li>input{
    cursor: pointer;
    
}
.ser-l>div>span{
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #999999;
    display: block;
    cursor: pointer;
}

.ser-l>div>span>img{
    margin-left: 10px;
    vertical-align: middle;
}

.ser-r{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ser-r>input{
    overflow: hidden;
    height: 52px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    width: 61%;
    padding: 0 20px;
}
.ser-r>input::placeholder{
    font-size: 16px;
	letter-spacing: 1px;
	color: #999999;
}
.ser-btn{
    float: right;
    width: 60px;
    line-height: 50px;
    background-color: #0f4a91;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
    .ser-btn>input{
        background:none;
        color: #fff;
    }
.ser-btn img{
    vertical-align: -2px;
    margin-right: 2px;
}
.key-word ul li {
    float: left;
    margin-right: 20px;

}
.key-word ul{
    
    height: 38px;
    overflow: hidden;

}

.key-word ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
}
.key-word ul li a:hover{
    color: #104a93;
}
.key-word  b {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
}

.key-word {
    position: relative;

}

.key-word a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
}

.key-word a img {
    vertical-align: middle;
}

.list-l-box {
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(194, 194, 194, 0.5);
    padding: 16px 0px;
}

.list-l ul li {
    padding: 0 30px;
    border-left: 4px solid transparent;
}

.list-l ul li a {
    padding: 30px 0;
}

.list-l ul .on a {
    border-color: transparent;
}

.list-l ul li:hover {
    box-shadow: 0px 0px 40px 0px rgba(194, 194, 194, 0.5);
    border-left: 4px solid #3752b6;
}

.list-l ul li:hover a {
    border-color: transparent;
}

.list-l ul li a {
    border-top: 1px dashed #999;
}

.list-l ul li:first-child a {
    border: none;
}

.list-l ul li a h2 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

.list-l ul li a h2::before {
    content: '›';
}

.link {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    padding-left: 30px;
    background: url(../images/link.png) no-repeat;
    background-position: left center;
    float: left;
    margin-left: 20px;
}

.date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    padding-left: 24px;
    background: url(../images/date.png) no-repeat;
    background-position: left center;
    float: right;
}

.list-l-box {
    overflow: hidden;
    float: left;
    width: 70%;
}

.list-box {
    margin-top: -50px;
    margin-bottom: 20px;
}

.list-r {
    float: right;
    width: 28%;
    margin-left: 2%;
    padding: 30px 30px 30px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(194, 194, 194, 0.5);
}

.list-r b {
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 30px;
    background: url(../images/hot.png) no-repeat;
    background-position: left center;
    margin-bottom: 24px;
}

.list-r ul li {
    padding: 25px 0;
}

.list-r ul li a {
    padding-left: 10px;
    position: relative;
}

.list-r ul li a::before {
    content: '›';
    position: absolute;
    top: 5px;
    left: 0;
}

.list-r ul li a h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-r ul li a span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    display: block;
    padding-left: 24px;
    background: url(../images/date.png) no-repeat;
    background-position: left center;
}

.list-r ul li:first-child {
    border-top: 1px solid #f3f3f3;
}

.list-r ul li {
    border-top: 1px dashed #999;
}

.list-r ul li a h2:hover {
    color: #3040b1;

}

.page {
    text-align: center;
    margin-top: 30px;
    font-size: 0;
}

.page {
    font-size: 14px;
    padding: 0 10px;
}

.page a {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #f5f5f5;
    color: #333333;
}

.page a:hover {
    background-color: #3040b1;
    color: #fff;
}

.page input {
    border: 1px solid #e2e2e2;
    width: 30px;
    height: 30px;
    margin: 0 3px;
}



.time {
    width: 88%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    padding: 7px;
}
.times{
    border: 1px solid #c5c5c5;
    width: 46%;
    height: 100%;
    margin: 0 2%;
    float: left;
    padding-right: 20px;
    
}
.times img{
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
.submit{
    text-align: center;
    margin-top: 50px;
    line-height: 60px;
    background-color: #104a93;
    color: #ffffff;
    font-size: 16px;
}
.close{
    width: 21px;
    height: 21px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(40px);
    cursor: pointer;
}

@media screen and (max-width:1400px) {
    .ser-l>.ser-date{width:auto}
    .ser-box{
        max-width: 100%;
       
    }
    .ser-box::after{
        content: none;
    }
    .px1400{
        padding: 0 20px;
    }


        .ser-r>input{
            width: 80%;
        }
        .ser-btn{
            width: 80px;
            font-size: 14px;
        }
        .ser-btn img{
            margin-right: 5px;
        }
        .ser-l {
            float: none;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width:100%;
            margin-right:0;
        }
    .ser-l>div{
        width: 18.5%;
        margin-left: 1.3%;
        margin-right: 0;
        margin: 0;
    }
    .ser-l>.ser-date{
        width:18.5%;
    }
    .ser-l>div:first-child{
        margin-left: 0;
    }

}
@media screen and (max-width:1200px) {


    .mt-info ul li span{
        font-size: 18px;
        padding: 20px 10px;
    }

    .ser-box{
        padding: 38px 30px;
    }
.ser-btn{
    margin: 0;
    width: 8%;
}
.ser-r{
    flex-wrap:wrap;
}
.ser-r{/* justify-content: flex-start; */}
.ser-r>input{width: 80%;/* margin-bottom:20px; */}

}
@media screen and (max-width:1024px) {
    .ser-l>.jq-sort,
        .ser-l>.ser-date{
        width:100%;
    }
        .ser-l>div{
        width:100%;
            margin-top:20px;
    }
    .list-box {
       margin-top: 0;
    }
    .ser-box{
        transform: translateY(0px);
        margin-bottom: 30px;  
    }
    .nymain{
        padding: 30px 0px;
    }
    .logo a img {
        max-height: 50px;
        max-width: 100%;
        font-size: 24px;
        color: #ffffff;
    }
    .h-tx{
        margin-top: 10px;
    }
    .list-l-box{
        float: none;
        width: auto;
        margin-bottom: 30px;
    }
    .list-r{
        float: none;
        width: auto;
        margin-left: 0;
        
    }
    .list-r b{
        font-size: 20px;
    }
    .mt-info{
        width: 70%;
        padding: 40px 40px 60px 40px;
    }
    .mt-info ul li{
        margin-top: 25px;
    }
    .mt-info ul li span{
        font-size: 17px;
    }
    .ser-l{
        float: none;
        margin-bottom: 20px;

    }

}
@media screen and (max-width:768px) {
.ser-btn{
    width:14%;

}
.ser-r>input{
    width:70%;
}
    .gj-ser{
        top: 0;
    }
    .key-word b{
        padding-top: 3px;
    }
    .key-word ul{
        
        overflow:scroll;
        white-space: nowrap;
        height: 26px;
       
    }
    .key-word ul li{
        display: inline-block;
        float: none;
        margin-right: 5px;
    }
    .ser-box{
        padding: 30px;
        margin-bottom: 15px;
    }
    .list-r{
        margin-bottom: 15px;
    }
    .ser1{
        margin-bottom: 15px;
    }
    .list-r ul li{
        padding: 15px 0;
    }
    .list-l ul li a{
        padding: 15px 0;
    }
    .key-word ul li a{
        font-size: 12px;
    }
    .key-word ul{
        height: 32px;
    }


    .list-r{
        padding: 20px;
    }
    .nymain{
        padding: 20px 0;
    }
    .list-r b{
        margin-bottom: 15px;
    }
    .list-r ul li a h2{
        font-size: 15px;
    }
    .list-r b{
        font-size: 18px;
    }
    .logo a img{
        max-width: 80%;
    }
    .h-tx{
        text-align: right;
        width: 30%;
        margin-top: 0.5%;
    }
    .h-tx img{
        width: 100%;
        
    }
    .logo{
        width: 70%;
    }
    .mt-info{
        width: 80%;
        padding: 30px 30px 50px 30px;
    }
    .mt-info ul li{
        margin-top: 20px;
    }
    .mt-info ul li span{
        font-size: 16px;
    }
    .submit{
        line-height: 50px;
    }
    .foot span{
        font-size: 12px;
    }
    .page,.page a{
        font-size: 13px;
    }
    .foot{
        padding: 15px 0;
    }
    .list-l ul li a h2{
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        white-space: normal;
    }
    .ser-l>div>span{
        line-height: 46px;
        font-size: 14px;
    }
    .ser-l{
        margin-bottom: 15px;
    }
    .ser-r>input{
        height: 46px;
    }
    .ser-r>input::placeholder{
        font-size: 14px;
    }
    .ser-btn{
        line-height: 46px;
        font-size: 14px;
    }

                /* 修改 */
                .ser-l>div{
                    padding: 0 10px;
                }
                .ser-l>div>span>img{
                    margin-left: 5px;
                    margin-right: 0;
                }
}
@media screen and (max-width:630px){
    .ser-l>div{
        float: none;
        width: 100%;
    }
            /* 修改 */
            /* .ser-l>div:nth-child(2){
                margin: 15px 0;
            } */
            .ser-l>div{
                margin: 10px 0;
            }
}
@media screen and (max-width:480px){
    .link{
        font-size: 12px;
        padding-left: 18px;
    }
    .date{
        font-size: 12px;
        padding-left: 18px;
    }
    .list-r ul li a h2{
        line-height: 28px;
    }
    .list-r ul li a span{
        font-size: 13px;
    }
    .mt-info ul li span {
        font-size: 18px;
        padding: 8px 8px;
        font-size: 14px;
    }
    .mt-info{
        width: 85%;
        padding: 10px 10px 25px 10px;
    }
    .mt-info ul li{
        height: 48px;
    }
    .mt-info ul li button{
        right: 8px;
    }
    .times img{
        margin-top: 4px;
    }
    .times{
        padding-right: 5px;
    }
    .submit{
        margin-top: 15px;
        line-height: 40px;
    }
    .close{
        right: 20px;
        top: -20px;
    }
    .gj-ser{
        right: -20px;
    }
    .mt-info{
        width: 55%;
        padding: 20px 30px;
    }
    .mt-info>ul>li{
        height: 50px;
        line-height: 50px;
    }
    .mt-info ul li:first-child{
        margin-top: 0;
    }
    .submit{
        margin-top: 30px;
        line-height: 50px;
    }
    .ser-r>input{
           width: 100%;
           margin-right: 0%;
           margin-bottom: 0;
    }
.ac-sort{
    margin-bottom:20px;
}
    .ser-btn{
        width:100%;
        font-size: 14px;
        margin-top:20px;
    }
}