﻿.list .all_box .box1 .article {
    position: relative;
    display: flex;
}

.list .all_box .box1 span {
    position: absolute;
    top: 25%;
    left: 44%;
    font-size: 25px;
    color: #115496;
    font-weight: 600;
}

.content .list {
    margin: 66px 0 58px 0;
}

.public .article li .region {
    /* float: right;.laiyang .head img */
    font-size: 17px;
    color: #999999;
    float: right;
    margin-right: 250px;
    width: 200px;
    text-align: center;
}

.tab_ul img {
    position: absolute;
    top: 20px;
}

.content .tab_ul li {
    display: flex;
    border-radius: 40px 0 0 50px;
}

.content .tab_ul li img {
    display: flex;
    border-radius: 50px;
}

.content .tab_ul li span {
    margin-left: 50px;
    width: 100%;
    text-align: center;
}

.content .tab_ul li:nth-of-type(1) :hover {
    background-color: #007bf4;
    color: #ffffff;
}

.content .tab_ul li:nth-of-type(2) :hover {
    background-color: #1ec7ca;
    color: #ffffff;
}

.content .tab_ul li:nth-of-type(3) :hover {
    background-color: #007bf4;
    color: #ffffff;
}

.content .tab_ul li:nth-of-type(4) :hover {
    background-color: #1ec7ca;
    color: #ffffff;
}

.weizhi {
    color: #000000;
}

a:hover {
    color: red;
}

.public .article li .title:hover {
    color: red;
}

.public .article li .title {
    width: 530px;
    font-size: 17px;
    color: #333333;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newStyle .public .search{
    display: none;
}

.newStyle .content .tab_ul li span{
    margin-left: 85px;
    font-size: 32px;
}

.newStyle .list .all_box .box1 span {
    position: absolute;
    top: 10%;
    left: 38%;
    font-size: 50px;
}

.newStyle .public .article li .title {
    font-size: 30px;
}

.newStyle .public .article li .region{
    font-size: 25px;
    margin-right: 140px;
}

.newStyle .public .article li .time{
    font-size: 34px;
}

.newStyle .public .box .more {
    font-size: 40px;
}
.newStyle .public .article li::before{
    display: none;
}
@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;
    }

    .public .box .more {
        width: 90%;
    }

}

@media only screen and (max-width: 365px) {
    .public .article li .time {
        display: none;
    }

    .public .article li .title {
        width: 100%;
    }
}
