html {
    color: #000;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    background-color: #f3f3f3;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif
}

ul {margin: 0;padding: 0;}
ul, li {list-style: none;}

a {
    text-decoration: none;
}

a:hover {
    color: #4C8DC6 !important;
}

.vessel {
    width: 100%;
}

.vessel>.subject {
    width: 1160px;
    height: 500px;
    height: 360px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
}

/*头部*/
.header-wapper {
    min-width: 1200px;
}

.nav-menu li {
    text-align: center;
}
.header-search-wapper {
    margin-top: 0!important;
}
.header-search-top {line-height: 80px!important;}
.search-input {height: 25px!important;}

/**/
.left {
    float: left
}

.right {
    float: right
}

.title-def {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 15px 20px 5px 20px
}

.more-def {
    font-size: 1rem;
    line-height: 3.4rem;
    padding-right: 20px;
}

.more-def>a {
    color: #777;
}
.more-def>a>img {
    height: 14px;
}

/*slider-news*/
.slider-news {
    width: 61%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px
}

.yjz-desc {
    width: 37.2%;
    height: 100%;
    margin-left: 1.8%;
    background-color: #fff;
    border-radius: 10px
}

.one-title {
    height: 60px;
}

.swiper-container {
    height: 71%;
    width: 40%;
    float: left;
    margin-left: 20px !important;
    padding-bottom: 30px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide span {
    line-height: 30px;
    font-size: 1rem;
    color: #3F3F3F;
}
.swiper-slide a:hover > span{
        color: #4C8DC6 !important;
}

.swiper-pagination {
    bottom: 30px !important;
    padding-left: 10px!important;
    text-align: left!important;
}

.slider-news .news {
    width: 50%;
    margin-right: 20px;
}

.swiper-pagination-bullet {
    width: 27px!important;
    height: 5px!important;
    border-radius: 70px!important;
    opacity: .6!important;
}

.news ul li{
    width: 100%;
    line-height: 37px;
}

.news ul li a {
    display: block;
    float: right;
    width: 95%;
    height: 100%;
    font-size: 1rem;
    color: #3F3F3F;
}

.news ul li span {
    width: 17%;
    line-height: 19px;
    margin-top: 10px;
    display: block;
    float: right;
    font-size: .9rem;
    background-color: #e3e3e3;
    border-radius: 16px 16px 16px 5px;
    text-align: center;
    color: #aeaeae;
}

.news ul li a:hover span {
    background-color: #4C8DC6;
    color: #fff;
}
.news ul li i {
    font-size: 2rem;
    line-height: 30.3px;
    /* margin-top: 16px; */
    padding-top: 6px;
    display: block;
    width: 5%;
    float: left;
}

.yjz-img {
    width: 90%;
    height: 123px;
    margin: 0 auto;
}
.yjz-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-def {
    float: left;
    width: 32.18%;
    height: 100%;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.list-def:last-child {
    margin-right: 0;
}