* {
    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: 480px;
    background-size: 100% 100%;
}

.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;
}

.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/cangdushouye_02.png) top center;
    margin-top: -85px;
}

.main>.container {
    margin-top: 0;
    background: none;
    padding: 0;
}

.cont {
    background-color: #fff;
    padding: 20px;
}

.new-focus {
    height: 350px;
    margin-bottom: 40px;
}

.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;
}

@media(max-width: 768px) {
    .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%;
    }

    .new-focus {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .newyw,
    .newleft {
        width: 100%;
        height: 360px;
    }

    .bner {
        width: 100%;
        height: 360px;
    }

    .yzgz ul li {
        width: 100%;
    }

    .zt-warp {
        width: 100%;
        height: 80px;
    }

    .zt-list>li {
        width: 250px;
    }

    .img-news li .content .other,
    .news-list li .details span {
        font-size: 14px;
    }

    .news-list li .details span {
        display: block;
        width: 100%;
        position: static;
        text-align: right;
    }
}