* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

body {
    background-color: #fff;
}

.new_head {
    background: url('../../images/index/cangdushouye_01.png');
    height: 417px;
}

.new_head .head_top {
    height: 50px;
    line-height: 50px;
}

.new_head .head_top div a,
.new_head .head_top {
    color: #fff;
}

.new_head .head_top div a:hover {
    color: #cf0304;
}

.head_logo {
    width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.head_logo>img {
    margin-bottom: 40px;
}

/* .new-search-box {
    background-color: #fff;
    height: 45px;
    border: 1px solid #dfdfdf;
} */

/* .new-search {
    height: 100%;
} */

/* .new-search .user-input {
    width: 85%;
    height: 100%;
    display: inline-block;
    outline: 0;
    border: 0;
    font-size: 16px;
    padding-left: 10px;
} */

.user-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9c9c9c;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9c9c9c;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9c9c9c;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9c9c9c;
}

/* .new-search-btn {
    vertical-align: middle;
    height: 30px;
    border: 0;
    outline: none;
    background: transparent url('../../images/index/fdj.png') center no-repeat;
    background-size: auto 90%;
    border-left: 1px solid #9c9c9c;
    width: 68px;
} */

.rdcx {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}

.rdcx a {
    margin-right: 10px;
}

/* .main {
    background: url('../../images/index/szrbj.png') top center no-repeat;
    margin-top: -85px;
} */
.ztbj{
    background: url('../images/ztbj.png') top center;
    position: relative;
    margin-top: 0;
    background-size: 100% 100%;
}
.bner-warp {
    /* background-color: #fff; */
    padding: 26px;
}

.new-focus {
    height: 400px;
    margin-bottom: 40px;
    background-color: #fff;
}

.new-nav a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: 195px;
    text-align: center;
    height: 85px;
    line-height: 85px;

}

.new-nav a.on {
    border-bottom: 5px solid #d9e3ee;
}

.bner,
.newleft {
    position: relative;
    width: 62%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.bner .imgs {
    overflow: hidden;
    height: 100%;
}

.bner .imgs li {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.bner .imgs li img {
    width: 100%;
    height: 100%;
}

.bner .imgs li span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 0 20% 0 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bner .icon-left {
    position: absolute;
    width: 51px;
    height: 80px;
    background: url('../../images/index/left.png') no-repeat;
    left: 0;
    top: 50%;
    margin-top: -40px;
}

.bner .icon-right {
    position: absolute;
    width: 51px;
    height: 80px;
    background: url('../../images/index/right.png') no-repeat;
    right: 0;
    top: 50%;
    margin-top: -40px;
}

.bner .inds {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.bner .inds span {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin-left: 10px;
}

.bner .inds .dis {
    width: 20px;
    background: #2f5594;
}

.newyw {
    position: relative;
    width: 36%;
    height: 100%;
}
.newyw .newyw-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
    color: #1254a8;
    margin-top: 16px;
}
.newyw .newyw-cont{
    line-height: 38px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newyw a{
    position: absolute;
    bottom: 16px;
    left: 5px;
    width: 130px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #1254a8;
    color: #1254a8;
}
.newyw a:hover{
    border: 1px solid red;
    color: red;
}
/* .spcont ul{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
} */
.spcont{
    position: relative;
}
.spcont ul li{
    width: 32%;
    margin-bottom: 30px;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
    float: left;
    margin-right: 2%;
}
.spcont ul li:nth-of-type(3n){
    margin-right: 0;
}
.spcont ul li img{
    width: 100%;
    height: 210px;
}
.spcont ul li .spcont-title{
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    line-height: 28px;
    margin: 12px 0;
}
.spcont ul li .spcont-cont{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.spcont ul li a{
    display: block;
    margin: 12px auto;
    width: 130px;
    line-height: 36px;
    border: 1px solid #1254a8;
    color: #1254a8;
    text-align: center;
}
.spcont ul li:hover{
    border: 1px solid #1254a8;
    transform: scale(1.1);
    
}
.ztbj-img{
    position: absolute;
    right: -11vw;
    bottom: 24px;
    width: 10vw;
}
@media(max-width: 1400px){
    .ztbj-img{
        display: none;
    }
}
@media(max-width: 768px){
    .main {
        background: url('../../images/index/cangdushouye_02.png') top center no-repeat;
        margin-top: -85px;
    }
    .new-nav a{
        width: 49%;
    }
    .new-nav{
        border-bottom: 2px solid #598ac9
    }
    .head_logo{
        width: 100%;
    }
    .new-search .user-input{
        width: 80%;
    }
    .bner-warp{
        width: 100%;
        padding: 5px;
    }
    .new-focus{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .newyw{
        width: 100%;
        padding: 0 10px;
    }
    .bner{
        width: 100%;
        height: 360px;
    }
    .newyw a {
        position: static;
        display: inline-block;
        margin: 20px;
    }
    .spcont ul li{
        width: 100%;
    }
    .spcont ul li img{
        width: 100%;
        height: auto;
    }    
}