.cppages{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.cppages-left{
    width: 210px;
    height: fit-content;
    border: 1px solid #e5e5e5;
}

.cppages-right{
    flex: 1;
    margin-left: 12px;
}

.cppages-name{
    width: 100%;
    height: 45px;
    background: #076ce0;
    color: white;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 10px;
}

.cppages-ul{
    padding: 0 12px;
}

.cppages-li{
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}

.cppages-li:last-child{
    border-bottom: 0;
}

.cppagesA{
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #444;
}

.cppagesA:hover{
    color: rgba(31, 135, 232, 1);
}

.cpzlm-ul{
    padding: 0 10px;
    display: none;
}

.cpzlmA{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #444;
}

.cpzlmA:hover{
    color: rgba(31, 135, 232, 1);
}

.xllm{
    position: absolute;
    top: 15px;
    right: 2px;
    z-index: 10;
    transition: all 0.5s;
    cursor: pointer;
}

.cppages-parent{
    text-align: center;
    margin-top: 65px;
}

.parent-name{
    font-size: 30px;
    color: rgb(51, 129, 255);
    line-height: 25px;
    font-weight: bold;
}

.parent-subname{
    color: rgb(33, 33, 33);
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.parent-desc{
    color: #666666;
    line-height: 25px;
}

.cpnyblue{
    color: rgba(31, 135, 232, 1);
}

.cpzlm-top{
    border-bottom: 1px solid rgba(31, 135, 232, 1);
}

.cpzlm-name{
    width: 126px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgba(31, 135, 232, 1);
}

.cplist{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cplist-li{
    width: 23%;
    margin-right: 2%;
}
.celist .cplist-li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.cplist-li:nth-child(4n){
    margin-right: 0;
}

.cplist-title{
    padding: 5px 0;
    margin-bottom: 10px;
    text-align: center;
}

.cplistico{
    width: 100%;
}

.cplist-img{
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    transition: all 0.5s;
}

.cplist-li:hover .cplist-img{
    transform: scale(1.1);
}

.cplist-li:hover .cplist-title{
    background: rgba(31, 135, 232, 1);
    color: white;
}

.cpdetail-top{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.cpdetailimg{
    width: 400px;
    border: 1px solid #eee;
}

.cpdetailimg img{
    width: 100%;
}

.cpdetail-text{
    flex: 1;
    margin-left: 50px;
}

.cpdetail-p{
    color: #666;
    font-size: 18px;
    margin-top: 50px;
}

.cpdetail-xq{
    padding: 10px;
    margin: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}

.cpdetail-content{
    line-height: 26px;
}

.sxpz{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

.newpages{
    background: #f5f5f5;
    padding: 80px 0;
}

.newpages-top{
    margin-bottom: 20px;
}

.newpages-desc{
    margin-top: 20px;
}

.newlist-li{
    display: flex;
    justify-content: space-between;
    height: 94px;
}

.newlist-date{
    color: #666666;
}

.newlist-date:hover{
    color: #666666;
}

.newlist-zz{
    width: 1px;
    height: 83%;
    background: #ddd;
    position: relative;
    margin: 0 30px;
    margin-top: 18px;
}

.newlist-zz::after{
    position: absolute;
    width: 12px;
    height: 12px;
    background: #bababa;
    border-radius: 50%;
    left: -5px;
    top: -14px;
    z-index: 2;
    display: block;
    content: "";
}

.newlist-article{
    flex: 1;
}

.newlist-li:nth-child(1) .newlist-zz::before{
    width: 1px;
    height: 9px;
    background: #ddd;
    display: block;
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 5;
}

.newlistA{
    color: #666;
    font-size: 16px;
}

.newlistA:hover{
    color: rgba(31, 135, 232, 1);
}

.newlist-content{
    color: grey;
    margin-top: 10px;
}

.xwpages-title{
    font-size: 25px;
    color: #333;
    font-weight: 400;
    margin-top: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #f0efef;
    margin-bottom: 20px;
}

.xwpages-content{
    line-height: 26px;
}

.lines{
    border: 1px dashed #f0efef;
    border-bottom: none;
    margin: 20px 0;
}

.xyp{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fxan{
    display: flex;
    justify-content: center;
    align-items: center;
}

.fxA{
    width: 33px;
    height: 33px;
    background: url url(../images/share.png) no-repeat;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    margin: 0 8px;
}

.fxwx{
    background: url(../images/share.png) -1302px -100px no-repeat;
}

.fxwb{
    background: url(../images/share.png) -1302px -190px no-repeat;
}

.fxkj{
    background: url(../images/share.png) -1302px -235px no-repeat;
}

.fxdb{
    background: url(../images/share.png) -1302px -730px no-repeat;
}

.fxtb{
    background: url(../images/share.png) -1302px -595px no-repeat;
}

.gypages{
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gypages-content{
    flex: 1;
    margin-right: 60px;
}

.gypages-img img{
    width: 488px;
}

.gypages-name{
    text-align: justify;
    color: rgb(51, 129, 255);
    font-size: 30px;
    font-weight: bold;
}

.gypages-subname{
    color: rgb(33, 33, 33);
    font-size: 14px;
}

.lxpages{
    padding-top: 60px;
    padding-bottom: 30px;
}

.lxpages-top{
    text-align: center;
}

.lxpages-subname{
    font-size: 53px;
    color: #333333;
    font-weight: 500;
}

.lxpages-name{
    font-size: 22px;
    color: #333333;
}

.lxpages-name span{
    margin: 0 5px;
}

.lxpages-xian{
    width: 100%;
    height: 90px;
    background: url(../images/xian.png) center center no-repeat;
}

.lxpages-ul{
    display: flex;
    justify-content: space-around;
}

.lxpages-li{
    width: 19%;
    text-align: center;
}

.lxpages-img{
    max-width: 65px;
}

.lximg{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.lxx{
    margin-top: 20px;
}

.lxpages-title{
    color: #333333;
    margin-top: 25px;
}

.lxpages-subtitle{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.lxmap{
    text-align: center;
    margin-top: 150px;
}

.lxmap-title{
    color: rgb(51, 129, 255);
    font-size: 30px;
    font-weight: bold;
}

.lxmap-te{
    color: #666666;
}

#map{
    width: 100%;
    height: 600px;
    margin-top: 60px;
}