#app {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: url(../images/backImg.png) no-repeat top;
    overflow: hidden;
    padding-bottom: 114px;
}

.appto {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: url(../images/gbanner.png) no-repeat top;
    overflow: hidden;
    padding-bottom: 30px;
}

.app_search {
    position: relative;
    width: 1200px;
    margin: 0 auto 0;
    overflow: hidden;
}

.app_search .search {
    /* position: absolute; */
    top: 50px;
    bottom: 0;
    left: 400px;
    width: 418px;
    height: 46px;
    overflow: hidden;
    border-radius: 30px;
    margin: 21px auto 0;
    background-color: #fff;
    box-shadow: 0px 0px 8.73px 0.27px rgba(31, 1, 1, 0.15);
}

.app_search .search input {
    float: left;
    width: 87%;
    height: 100%;
    padding-left: 20px;
    border: 0;
    outline: none;
}

.app_search .search input::-webkit-input-placeholder {
    border: 0;
}

.app_search .search i {
    float: left;
    display: block;
    width: 22px;
    height: 23px;
    background-image: url(../images/search_Icon.png);
    margin-top: 10px;
    cursor: pointer;
}

.centerTimeTop {
    margin: 0 auto 50px;
    width: 1200px;
    padding-top: 50px;
}

.centerTime {
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
    height: 145px;
    /* overflow: hidden; */
}

.center {
    position: relative;
    width: 1200px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 7px #71C1FC;
    border-radius: 20px;
}


.center .toImg {
    position: absolute;
    top: -55px;
    left: 390px;
    width: 455px;
    height: 108px;
    background: url(../images/tabIndexTop.png) no-repeat;
}

.gzqk {
    margin-top: 200px;
}

.zdsg,
.dxal {
    margin-top: 170px;
}

.center .toImg {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 108px;
}

.centerList {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.centerList ul {
    float: left;
    width: 50%;
    height: 100%;
}

.centerList2 ul {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.centerList2 ul li:nth-child(2n-1) {
    width: 45%;
    margin: 10px 0px 0px 36px;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    height: 75px;
    padding-top: 20px;
}

.centerList2 ul li:nth-child(2n) {
    width: 45%;
    margin: 10px 36px 0px 0px;
    float: right;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #f2f2f2;
    height: 75px;
}

.centerList ul li {
    width: 88%;
    height: 75px;
    margin: 10px auto 0;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.centerList ul li a ,
.centerList2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.centerList ul li i ,
.centerList2 ul li i {
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    background-color: #11317F;
    margin-top: 8px;
    border-radius: 10px;
}

.centerList ul li span ,
.centerList2 ul li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    height: 100%;
    margin-left: 20px;
    color: #000;
    line-height: 30px;
    font-size: 20px;
}

.centerList ul li a:hover span ,
.centerList2 ul li a:hover span {
    color: #3187F9;
}

.more {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.more a {
    color: #000;
    font-size: 16px;
}

.more a:hover {
    color: #3187F9;
}

.zc_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: 140px;
}

.zc_box>div {
    position: relative;
    float: left;
    width: 48%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 7px #71C1FC;
    border-radius: 20px;
}

.zc_box>div:nth-child(2) {
    float: right;
}

.zc_box .centImg {
    width: 52%;
    height: 80px;
    background: url(../images/botLeft.png) no-repeat;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    background-position-y: -35px;
    position: absolute;
    background-position-x: -12px;
    top: -12px;
}

.zc_box ul {
    margin-top: 80px;
    /* margin-left: 10px; */
    width: 90%;
    margin: 80px auto 0;
}

.zc_box ul li {
    width: 100%;
    height: 75px;
    margin: 10px auto 0;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.zc_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zc_box ul li i {
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    background-color: #11317F;
    margin-top: 8px;
    border-radius: 10px;
}

.zc_box ul li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    height: 100%;
    margin-left: 20px;
    color: #000;
    line-height: 30px;
    font-size: 20px;
}

.zc_box ul li a:hover span {
    color: #3187F9;
}

.center2:nth-child(2) {
    /* height: 300px; */
    padding: 0px 0 17px 0;
}

.center2 .centImg2 {
    background: url(../images/rightImg.png) no-repeat;
    width: 83%;
    height: 89px;
    background-position-x: -8px;
    background-position-y: -9px;
    position: absolute;
    left: -15px;
    top: -11px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 90px;
}

.imgLi {
    width: 100%;
    height: 200px;
    margin-top: 134px;
}

.swiperbox {
    width: 79%;
    margin: 0 auto 0;
}

.swiperbox img {
    width: 100%;
    height: 300px;
}


.glistCenter {
    margin: 0 auto 0;
    width: 100%;
    min-width: 1200px;
}

.location {
    background-color: #EBEBEA;
    height: 86px;
    overflow: hidden;
}

.location a {
    color: #000;
}

.loc {
    width: 1200px;
    margin: 30px auto 0;
}

.loc span {
    font-size: 19px;

}

.loc img {
    padding-top: 2px;
    vertical-align: top;
}

.gl_list {
    width: 1200px;
    margin: 0 auto 0;
    padding-bottom: 30px;
}

.gl_list ul {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.gl_list ul li {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #EEEEED;
}

.gl_list ul li i {
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    background-color: #11317F;
    margin-top: 8px;
    border-radius: 10px;
    margin-right: 10px;
}

.gl_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gl_list ul li a span {
    color: #000;

}

.gl_list ul li a .date {
    float: right;
    padding-right: 10px;
}

.gl_list ul li:hover a .gltitle {
    color: #0088D9;
}

.toConente {
    width: 1200px;
    margin: 70px auto 0;
}

.detailTitle {
    color: #0088DA;
    text-align: center;
}

.detailTitle h1 {
    font-size: 24px;
}

.detailData {
    text-align: center;
    margin-top: 30px;
}

.detailData>span {
    color: #262626;
    font-size: 16px;
    padding-right: 70px;
}

.zt {
    cursor: pointer;
}

.detailConent {
    margin-top: 50px;
    padding-bottom: 30px;
}

.detailConent P {
    font-size: 16px;
}

.swiper-button-prev {
    width: 45px;
    background-size: auto;
    background-image: url('../images/Limg.png');
}

.swiper-button-next {
    width: 45px;
    background-size: auto;
    background-image: url('../images/Rimg.png');
}

.swiper-button-prev:hover {
    background-image: url('../images/Limg_hover.png');
}

.swiper-button-next:hover {
    background-image: url('../images/Rimg_hover.png');
}

.swiperbox {
    overflow: hidden;
}

.page {
    /* width: 100%; */
    height: 30px;
    line-height: 30px;
}

.page a {
    padding: 8px;
    border: 1px solid #E7E7E6;
    color: #000;
    font-size: 16px;

}

.page .current {
    background: #1C80E5;
}
