﻿.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}

.top {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4;
    line-height: 45px;
}

.location {
    width: 1200px;
    font-size: 14px;
    color: #333333;
    margin: 0 auto;
}

.location img {
    vertical-align: sub;
    margin-right: 10px;
}

.location a {
    font-size: 14px;
    color: #333333;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 50px 0 60px;
}

.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.png) no-repeat center;
    background-size: cover;
    background-size: 100% 100%;
}

.box {
    width: 500px;
    position: relative;
    margin: 0 auto 60px;
    position: relative;
}

.box .box-bt {
    position: absolute;
    top: -13px;
    left: 116px;
    width: 270px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: url(bt.png) no-repeat center;
    margin: 0 auto;
}

.box .box-content {
    margin: 0 auto;
    background-color: #f7fbff;
    border-radius: 10px;
    padding: 48px 80px 30px;
}

.box-content .box-a {
    display: block;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 2px 0px 0px #1984fb;
    border-radius: 10px;
    border: solid 1px #1984fb;
    line-height: 50px;
}

.two-box {
    width: 1200px;
}

.two-box .box-content {
    width: 1200px;
    display: flex;
    padding-left: 200px;
}

.two-box .box-bt {
    left: 466px;
}

.two-box .box-content .box-a {
    width: 340px;
}

.two-box .box-content .box-a:first-of-type {
    margin-right: 120px;
}

.common-style {
    display: flex;
    flex-wrap: wrap;
}

.common-left {
    margin-right: 40px;
}

.situation {
    width: 580px;
    background-color: #f7fbff;
}

.common-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #dddddd;
    margin-bottom: 10px;
}

.common-title span {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-left: 50px;
}

.common-title .more {
    font-size: 16px;
    color: #999999;
    float: right;
    margin-right: 20px;
}

.common-title span::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 12px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #1984fb;
}

.list {
    width: 100%;
    padding: 10px 20px 40px;
}

.list .list-a {
    display: block;
    line-height: 45px;
    height: 45px;
    position: relative;
    padding-left: 15px;
}

.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 20px;
    left: 0;
    border-radius: 50%;
}

.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 420px;
    display: inline-block;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

.list .list-a .time {
    font-size: 16px;
    float: right;
    color: #999999;
}

.list .list-a:hover .title {
    color: #115db2;
}

.list .list-a:hover .time {
    color: #115db2;
}
.newStyle .box-content .box-a {
    font-size: 34px;
}
.newStyle .common-title span {
    font-size: 34px;
}
.newStyle .list .list-a .title {
    width: 100%;
    font-size: 34px;
}
.newStyle .list .list-a .time {
    display: none;
}
.newStyle .common-title .more {
    font-size: 29px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 20px;
    }

    .main-bg {
        background-size: cover;
        height: 120px;
    }

    .location {
        width: 100%;
        padding-left: 20px;
    }

    .common-style {
        display: block;
    }

    .common-title span {
        font-size: 18px;
    }

    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }

    .situation,
    .list-all,
    .box,
    .two-box .box-content,
    .two-box .box-content .box-a {
        width: 100%;
    }

    .list .list-a .title {
        width: 190px;
    }

    .box .box-content {
        padding: 48px 0;
        display: block;
    }

    .box-content .box-a {
        margin-bottom: 20px;
    }

    .box .box-bt {
        position: initial;
        left: auto;
    }

    table tr {
        display: none;
    }

    .list .list-a {
        display: flex;
        justify-content: space-between;
    }
    .common-title .more{
        display: none;
    }
    .list .list-a .title {
        width: 50%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .list .list-a .time {
        font-size: 16px;
        float: right;
        color: #999999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 40%;
    }
}

@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 135px;
    }
}