.gypages{
	padding-top: 20px;
}
.gypages-center{
    padding: 20px 0 50px;
    display: flex;
    justify-content: space-between;
}


.gypages-name{
    width: 100%;
    height: 45px;
    background: #1e50ae;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: bold;
}

.gypagesA{
    display: flex;
    line-height: 50px;
    border-bottom: 1px dashed #d9d9d9;
    color: #222222;
    font-size: 16px;
    padding-left: 10px;
}

.gypagesA:hover{
    color: #1e50ae;
}

.colorblue{
    color: #1e50ae;
}

.gypages-li:last-child .gypagesA{
    border: none;
}

.gypages-right{
    flex: 1;
}

.sortname{
    width: 100%;
    height: 45px;
    background: #1e50ae;
    padding-left: 10px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.gypages-content{
	width: 100%;
}

.gypages-ico{
    margin-right: 25px;
}

.gypages-main{
    line-height: 26px;
    font-size: 16px;
    color: #000;
    text-align: justify;
}
.nav-box{
	border-bottom: 1px solid #ebebeb;
}
.position{
	color: #000;
	display: flex !important;
	align-items: center;
}
.position a{
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: #666666;
}
.position a:last-child{
	color: #e62129;
}
.cppages-ul{
    display: flex;
    flex-wrap: wrap;
}

.cppages-li{
    width: 23.5%;
    margin-right: 2%;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.cppages-li:nth-child(4n){
    margin-right: 0;
}
.cppages-img{
    width: 100%;
}

.cppagesico{
    width: 100%;
    height: 100%;
}
.cppages-title{
	position: absolute;
	width: 100%;
	height: 45%;
	bottom: 0;
	left: 0;
	color: white;
	background-color: rgba(230, 33, 41, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
	transform: translateY(100%);
	transition: all 0.3s;
}
.cppages-li:hover .cppages-title{
	transform: translateY(0);
}
.cppages-title h2{
	font-size: 18px;
	margin-bottom: 15px;
}
.cppages-title a{
    color: white;
}
.cppages-title .cppagesA{
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: white;
	font-size: 12px;
}

.fy{
    flex-wrap: wrap;
}

.fy select{
    border: 1px solid #1e50ae;
    color: #1e50ae;
}

.cpdetail-top{
    display: flex;
    justify-content: space-between;
}

.cpdetail-left{
    width: 40%;
}

.cpdetail-left img{
    max-width: 100%;
    border: 1px solid #eee;
}

.sxpz{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.cpdetail-right{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cpdetail-right td{
    border: 1px solid ;
}
.cpdetail-p1{
    color: #999;
    font-size: 18px;
    margin-bottom: 5px;
}

.cpdetail-p2{
    color: #999;
    font-size: 18px;
    margin-bottom: 5px;
}

.xwdetail-top{
    text-align: center;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
}

.xwdetail-title{
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.xwdetail-word span{
    margin: 0 10px;
    color: #999;
}

.xwpages-content{
    color: #666;
    line-height: 26px;
}
.lxpages-content ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cbcbcb;
}
.lxpages-content ul li{
	flex: 0 0 33%;
	padding-bottom: 15px;
	padding-left: 100px;
}

#map{
    flex: 0 0 60%;
    height: 450px;
}
.page-num-current{
	background-color: #e62129;
	color: white !important;
}
.page-link:hover{
	background-color: #e62129;
}
.fy select{
	color: #e62129;
	border-color: #e62129;
}
.page-num, .page-link{
	color: #e62129;
}