@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}


body {
    color: #222;
    background-color: #fff;
    /* background-color: #f3f6f8; */
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #666
}

a:hover {
    color: #08c
}

a:focus {
    outline: 0
}

ol,
ul {
    list-style: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

textarea {
    resize: none
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}

.both {
    clear: both;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .15);
    z-index: 999;
}


.flex {
    display: flex;
}

.between,
.menu-between {
    display: flex;
    justify-content: space-between;
}

.flex_center {
    display: flex;
    justify-content: center;
}


.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}


.header .top {
    display: flex;
    justify-content: space-between;
}


.header .search_form {
    position: relative;
    width: 300px;
    padding: 0px;
    margin-top: 20px;
}

.header .search_form .input {
    width: 100%;
    height: 35px;
    line-height: 30px;
    border: 1px solid #666;
    border-radius: 0px;
    padding: 10px;
    box-sizing: border-box;

}

.header .search_form .btn {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 0;
    top: 5px;
    right: 10px;
    background-image: url('../images/search.png');
    background-color: transparent;
    background-size: 100%;
    cursor: pointer;
}


.primary-menu {
    padding: 5px 0;
    display: flex;
}

.primary-menu li {
    padding: 0 20px 0 0px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

.primary-menu li a {
    text-transform: uppercase;
}

.header .nav {
    padding: 10px 0;
    display: flex;
}

.header .nav .item {
    padding: 0 20px 0 0px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
}

.header .rss {
    padding: 10px 0;
    display: flex;

}

.header .rss a {
    padding: 0 0px 0 0px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
}

.main {
    margin-top: 145px;
    clear: both;
}

.news {
    padding: 30px 0;
}

.news .left {
    width: 350px;
    float: right;
}

.news .left h2 {
    font-size: 20px;
    line-height: 40px;
    border-bottom: 4px solid #11309c;
}

.widget {
    max-width: 580px;
    padding: 20px 0;
    margin: 0 auto;
}

.widget h2 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
}

.widget .desc {
    line-height: 26px;
}

.card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 16px;
    margin: 0 -20px;
}

.card .item {
    width: calc(33% - 16px);
    padding: 18px;
    box-sizing: border-box;
    text-align: center;
    line-height: 26px;
    border: 1px solid #ddd;
    background-image: url('../images/bg-1.webp');
    background-size: 100% 100%;
    border-radius: 10px;
    margin: 0 8px;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .15);
    z-index: 100;
}


.card .item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 46px;
}

.swiper {
    width: 800px;
    height: 430px;
    float: left;
}

.swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-list {
    padding: 0px 0;
}

.card-list .item {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.card-list .item .info {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
    margin-right: 10px;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-list .item .info a {
    font-size: 16px;
    font-weight: 600;
}

.card-list .item .info p {
    font-size: 12px;
}

.card-list .item .image img {
    width: 120px;
    height: 78px;
    object-fit: cover !important;
}



.other {
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
}

.othen-title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 36px;
    padding: 0 5px;
}


.other .other-list {
    margin-right: -10px;
}

.other .other-list ul {
    display: flex;
    flex-wrap: wrap;

}

.other .other-list ul li {
    width: 33%;
    margin-bottom: 10px;

}

.other .other-list ul li a {
    position: relative;
    display: block;
    padding: 0 10px;
    min-height: 38px;
    border: 1px solid #999b9c;
    border-radius: 10px;
    margin-right: 15px;
    color: #000;
    display: flex;
    align-items: center;


}

.other .other-list ul li a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    background-image: url(../images/right.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.other .other-list ul li a:hover {
    background-color: #ddd;
}









@media screen and (max-width: 992px) {

    .header .top {
        padding: 10px 15px 5px 15px;
    }

    .header .top .rss {
        display: block;
        padding: 0 15px;
        line-height: 50px;

    }



    .header .rss a {
        font-weight: 600;
    }

    .menu-between,
    .search_form {
        display: none;
    }


    .header .login {
        display: block;
    }

    .header .rss {
        display: block;
        padding: 0 15px;
        line-height: 50px;

    }

    .main {
        margin-top: 75px;
        clear: both;
    }

    .main .news {
        padding: 10px 15px;
    }

    .main .swiper {
        width: 100%;
        height: 200px;
        box-sizing: border-box;
        overflow: hidden;
        float: none;
    }

    .main .news .left {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
    }


    .content-area h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .list-area {
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .page-header {
        text-align: center;
        padding: 10px 0;
    }

    .page-header h1 {
        font-size: 26px !important;
        line-height: 40px;
    }

    .list-content .item {
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .list-content .item img {
        width: 100% !important;
    }

    .widget {
        padding: 0 20px;
    }

    .card {
        padding: 20px 20px 0 20px;
        margin: 0;
        box-sizing: border-box;
    }

    .card .item {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        margin-bottom: 20px;
    }


    .other {
        margin: 0 5px;
        width: auto;
    }

    .other .other-list ul li {
        width: 100%;
    }
}