.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 40px 0 60px;
}
.main-bg {
    width: 100%;
    height: 150px;
    background: url(banner.png) no-repeat center;
    background-size: 100% 100%;
}
.common-style {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.common-left {
    margin-right: 40px;
}
.situation {
    width: 580px;
}
.common-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #daecfb;
    margin-bottom: 15px;
    padding-right: 21px;
}
.common-title span {
    padding: 0 43px 0 21px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: url(bt.png) no-repeat left;
    background-size: 100% 100%;
}
.common-title .more {
    font-size: 18px;
    color: #115db2;
    float: right;
}
.common-title img {
    vertical-align: sub;
    margin-right: 10px;
}
.list {
    width: 100%;
}
.list .list-a {
    display: block;
    line-height: 49px;
    height: 49px;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px dashed #cdcdcd;
}
.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 22px;
    left: 0;
}
.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;
}
.list .zqgk{
    display: flex;
    flex-wrap: wrap;
}
.list .zqgk li{
    text-align: center;
    display: inline-block;
    font-size: 0;
}
.list .zqgk li:first-of-type{
    width: 50%;
}
.list .zqgk li:nth-of-type(2){
    width: 30%;
}
.list .zqgk li:nth-of-type(3){
    width: 20%;
}
.list .biaoge{
    border-bottom: dashed 1px #cdcdcd;
    cursor: pointer;
}
.list .biaoti li{
	font-size: 16px;
	font-weight: bold;
	color: #404040;
    height: 45px;
	background-color: #f5f5f5;
    line-height: 45px;
}
.list .biaoge li{
    font-size: 16px;
	color: #404040;
    padding: 16px 0;
}
.list .biaoge li:nth-of-type(1){
    position: relative;
    text-align: left;
    padding-left: 43px;
}
.list .biaoge li:nth-of-type(1)::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 22px;
    left: 27px;
}
.list .biaoge li:nth-of-type(3){
    color: #999999;
}
.biaoge .close{
    padding:0 29px 0;
    display: none;
    flex-wrap: wrap;
}
.onul .close{
    display: flex;
}
.biaoge .close a{
    text-align: center;
    display: block;
    width: 100px;
	height: 30px;
    line-height: 30px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #dddddd;
    font-size: 16px;
    color: #999999;
    margin-right: 20px;
    margin-bottom: 10px;
}
.biaoge .close a:last-of-type{
    margin-right: 0;
}
.biaoge .close a:hover{
    border: solid 1px #115db2;
    color: #115db2;
    font-weight: bold;
}
/* 重大行政决策生命周期公开 */
.newStyle .situation {
    width: 1200px;
}

.newStyle .common-left {
    margin-right: 0px;
}

.newStyle .common-title {
    height: 75px;
    line-height: 75px;
}

.newStyle .common-title span {
    background: none;
    height: 75px;
    line-height: 75px;
    font-size: 44px;
    color: #115db2;
}

.newStyle .list .list-a {
    height: 79px;
    line-height: 79px;
}

.newStyle .list .list-a::before {
    display: none;
}

.newStyle .list .list-a .title {
    width: 80%;
    font-size: 42px;
}

.newStyle .list .list-a .time {
    font-size: 42px;
}

.newStyle .common-title .more {
    font-size: 38px;
}

.newStyle .list .biaoti li {
    height: 65px;
    line-height: 65px;
    font-size: 36px;
}

.newStyle .list .biaoge li {
    font-size: 36px;
}

.newStyle .list .biaoge li:nth-of-type(1)::before {
    display: none;
}

.newStyle .onul .close {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.newStyle .biaoge .close a {
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    width: 23%;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 20px;
        overflow: auto;
    }
    .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;
    }
    .sm-list{
        width: 100%;
        overflow: auto;
    }
    .all-biaoge{
        width: 1000px;
    }
    .list .zqgk{
        /* flex-wrap: nowrap; */
    }
    .time {
        display: none;
    }
    .title {
        width: 100% !important;
    }
    .specials {
        height: 100px !important;
    }
    .sjqh span {
        margin: 5px 2px !important;
    }
}
@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px !important;
    }
}
