﻿@charset "UTF-8";
html, body {
    width: 100%;
}

body::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.laiyang .head {
    height: 450px;
    width: 100%;
}

.laiyang .head img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.laiyang .footer {
    color: #666666;
    line-height: 1.5;
    padding: 2rem 0;
}

.laiyang {
    width: 100%;
}

.public .search {
    height: 55px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    /* text-align: center; */
    margin: 0px 0px 20px 0;
}

.public .search .search_content {
    width: 1180px;
    /* display: flex; */
    margin: 0 auto;
}

.search .search_content .one {
    margin-right: 80px;
}

.search .search_content .one label {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-right: 20px;
}

.search .search_content .one input {
    width: 260px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dddddd;
}

.search_content .one input {
    outline: none;
}

.search .search_content .two label {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-right: 20px;
}

.search .search_content .two input {
    width: 260px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dddddd;
}

.search_content .two input {
    outline: none;
}

.search .search_content .two {
    margin-right: 125px;
}

.search .search_content .searchbutton {
    width: 100px;
    height: 35px;
    background-color: #1c649f;
    border-radius: 3px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.laiyang .public {
    position: relative;
    width: 1198px;
    /* height: 100%; */
    margin-left: 50%;
    transform: translateX(-50%);
}

.public .tab_ul {
    width: 100%;
    display: inline-block;
    margin: 40px 0;
}

.public .tab_ul li {
    width: 281px;
    height: 50px;
    background-color: #f7f7f7;
    line-height: 50px;
    font-size: 18px;
    margin-right: 24px;
    font-weight: normal;
    /* color: #666666; */
    /* text-align: center; */
    float: left;
    cursor: pointer;
    box-sizing: border-box;
}

/* .public .tab_ul li.active{
    border-bottom: 5px solid #1c649f;
    color: #1c649f;
} */

.public .tab_ul li:last-of-type {
    margin-right: 0;
}

.public .box {
    /* padding: 50px; */
    /* background-color: #f7f7f7; */
    margin-bottom: 123px;
}

.public .box {
    display: none;
}

.public .box:first-of-type {
    display: block;
}

.public .box1 {
    display: none;
}

.public .box1:first-of-type {
    display: block;
}

.public .article li {
    position: relative;
    /* padding-bottom: 40px; */
    height: 57px;
    line-height: 57px;
    padding-left: 10px;
}

.public .article li::before {
    content: ' ';
    position: absolute;
    top: 26px;
    width: 5px;
    height: 5px;
    background-color: #1c649f;
    border-radius: 50%;
    left: 0;
}

.public .article li:nth-of-type(6) {
    margin-top: 40px;
}

.public .article li:nth-of-type(11) {
    margin-top: 40px;
}

.public .article li:nth-of-type(5n) {
    border-bottom: 1px solid #dddddd;
}

.public .article li:nth-of-type(15) {
    border-bottom: 0;
    padding-bottom: 0;
}

.public .article li .title {
    font-size: 17px;
    color: #333333;
}

/* .public .article li:hover .title{
    color: red;
}
.public .article li:hover .time{
    color: red;
} */

.public .article li:hover {
    background-color: #f7f7f7;
}

.public .article li .time {
    float: right;
    font-size: 17px;
    color: #999999;
}

.public .box .more {
    display: block;
    margin: 60px auto 33px;
    width: 240px;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #1c649f;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #1c649f;
}

.public .box .more:hover {
    color: red;
    border: solid 1px red;
}

.laiyang .head {
    width: 100%;
    background: url("/picture/76/2205311031482153997.png") no-repeat;
    background-size: 100%;
    height: 300px;
}
@media only screen and (max-width: 780px) {
    .laiyang .container {
        width: 100%;
    }

    .article img {
        /*width: 100%;*/
        display: none;
    }

    .public .tab_ul li {
        width: 100%;
    }

    .list .all_box .box1 span {
        left: 15%;
    }

    .public .article li .title {
        width: 50%;
    }

    .public .article li .region {
        display: none;
    }

    .content .tab_ul li img {
        display: none;
    }

    .public .search {
        display: none !important;
    }

    .laiyang .head {
        height: 100px;
    }

    .content .tab_ul li span {
        margin-left: 0px;
    }

}
