﻿.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: 0 0 60px;
}
.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.common-style {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}
.common-left {
    margin-right: 40px;
}
.situation {
    width: 580px;
}
.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;
}
.common-title .more {
    font-size: 16px;
    color: #999999;
    float: right;
}
.common-title img {
    vertical-align: sub;
    margin-right: 10px;
}
.list {
    width: 100%;
}
.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: 450px;
    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;
}
.box {
    margin-top: 30px;
    background-color: #f5f5f5;
    padding: 38px 0;
}
.box-title {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #404040;
    text-align: center;
    background: url(bt.png) no-repeat center;
}
.box-content {
    padding: 30px 40px;
}
.place-list {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.place-list li {
    color: #404040;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}
.place-list li:nth-of-type(1) {
    width: 33%;
}
.place-list li:nth-of-type(2) {
    width: 49%;
}
.place-list li:nth-of-type(3) {
    width: 18%;
    border-right: 0;
}
.place-list .title {
    font-weight: bold;
    border-bottom: 1px solid rgb(17, 93, 178, 0.3);
    border-right: 1px solid rgb(17, 93, 178, 0.3);
}
.place-list .word {
    border-bottom: 1px dashed rgb(17, 93, 178, 0.3);
    border-right: 1px dashed rgb(17, 93, 178, 0.3);
}
.box-content .place-list:last-of-type li{
    border-bottom: 0;
}
.box-pic{
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}
.box-white{
    background-color: #fff;
    margin-top: 0;
}
.bfzc_ul{
    margin-top: 20px;
}
.bfzc_ul li{
    width: 12%;
    height: 40px;
    margin: 11px;
    display: inline-block;
    border: 1px solid #115db2;
}
.bfzc_ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #115db2;
    text-align: center;
    line-height: 40px;
}
.bfzc_ul li:hover a{
    background: #115db2;
    color: #ffff;
}
.last-pic{
    display: flex;
    margin-top: 39px;
}
.last-pic a{
    display: inline-block;
    width: 305px;
	height: 130px;
    background: url(dh.png) no-repeat center;
    background-size: 100% 100%;
    padding: 25px 29px 0 16px;
    color: #b94d3a;
    font-size: 16px;
    font-weight: bold;
}
.last-pic a:nth-of-type(2){
    background: url(txc.png) no-repeat center;
    background-size: 100% 100%;
    padding: 25px 74px 0 50px;
    color: #0a5b70;
}
.last-pic a:nth-of-type(3){
    background: url(tc.png) no-repeat center;
    background-size: 100% 100%;
    padding: 25px 0 0 56px;
    color: #733d09;
}
.last-pic a:nth-of-type(4){
    background: url(yq.png) no-repeat center;
    background-size: 100% 100%;
    padding: 25px 0 0 56px;
    color: #2e6db6;
}
.last-pic a:hover{
    transform: translate3d(0, -10px, 0);
}
.newStyle .common-title span {
    font-size: 38px;
}
.newStyle .common-title img {
    margin-bottom: 5px;
}
.newStyle .common-title .more {
    font-size: 29px;
}
.newStyle .list .list-a .title {
    font-size: 34px;
    width: 100%;
}
.newStyle .list .list-a .time {
    display: none;
}
.newStyle .box-title {
    font-size: 38px;
}
.newStyle .place-list .title {
    font-size: 26px;
}
.newStyle .place-list li {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newStyle .bfzc_ul li a {
    font-size: 34px;
    line-height: 48px;
}
.newStyle .bfzc_ul li {
    width: 23%;
    height: 48px;
}
.newStyle .last-pic a {
    font-size: 25px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 20px;
    }
    .main-bg {
        background-size: contain;
        height: 70px;
    }
    .location {
        width: 100%;
        padding-left: 20px;
    }
    .common-style {
        display: block;
    }
    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }
    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }
    .situation,
    .list-all {
        width: 100%;
    }
    .list .list-a .title {
        width: 200px;
    }
    .div-a {
        display: block;
    }
    .div-a a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .box-title{
        font-size: 18px;
    }
    .box-content{
        padding: 30px 0;
        width: 100%;
        overflow: auto;
    }
   .box{
        background: #fff;
    }
    .place-list li{
        height: auto;
        line-height: 30px;
    }
    .box-pic{
        display: block;
        padding: 0;
    }
    .box-pic a img{
        width: 100%;
    }
    .last-pic{
        display: block;
    }
    .last-pic a{
        width: 100%;
        margin-bottom: 10px;
    }
    .place-list li:nth-of-type(3) {
        width: 18%;
        border-right: 0;
        word-wrap: break-word;
    }
}
@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px;
    }
}
