				    				    				    @charset "utf-8";
/* CSS Document */

div,
p,
ul,
li,
a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.text_hide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 主体区域 */
.rmzc_main {
    background: url(/images/45770/bg.png) top center no-repeat;
    padding: 30px 0;
}

.wjk_tit {
    /* font-size: 30px;
    line-height: 40px; */
    color: #fff;
}

.wjk_tit a {
    color: #fff;
}

.rm_tit {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 48px;
    color: #fff;
}

.rm_titlist {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rm_titlist li {
    width: calc((100% - 60px)/5);
    background: #d7edff;
    color: #2760c9;
    font-size: 22px;
    line-height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
}

.rm_titlist li:first-child {
    margin-left: 0;
}

.rm_titlist .active {
    background: #fff;
    border: 1px solid #d7edff;
}

.zc_box {
    margin-top: 25px;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #e6f1fb;
    padding: 25px 30px 20px 30px;
}

.rmzc_title {
    margin-bottom: 20px;
}

.zc_box .rmzc_title img {
    margin-right: 16px;
    vertical-align: bottom;
}
.dzlhfw span{
    display: none;
}
.rmzc_title span {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    color: #333;
}

.rmzc_list li {
    line-height: 45px;
    color: #333;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: 8px center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rmzc_list li a {
    max-width: calc(100% - 130px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 20px;
    margin-right: auto;
}

.rmzc_list li span {
    vertical-align: top;
    color: #3c85df;
}

.rmzc_list li {
    counter-increment: item;
}

.rmzc_list li::before {
    content: counter(item) "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    vertical-align: middle;
    text-align: center;
}

.rmzc_list li:nth-child(1)::before {
    background-color: #e20000;
}

.rmzc_list li:nth-child(2)::before {
    background-color: #ff6226;
}

.rmzc_list li:nth-child(3)::before {
    background-color: #ffc042;
}

.rmzc_list li:nth-child(n + 4)::before {
    background-color: #0d57a2;
}

.zc_item {
    display: none;
}

/* 自适应 */

@media screen and (max-width: 1199px) {
    .w1200 {
        padding: 1rem;
        width: 100%;
    }

    .rm_titlist {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .rmzc_main{
        padding: 1.5rem 0;
    }
    .wjk_tit img{
        width: 30%;
    }
    .rm_tit img{
        width: 50%;
    }
    .rmzc_title{
        margin-bottom: 2rem;
    }

    .rmzc_title span{
        font-size: 2rem;
    }
    .rm_tit{
        margin-top: 0.6rem;
        margin-bottom: 1.5rem;
    }
    .rm_titlist {
        flex-wrap: wrap;
    }

    .rm_titlist li {
        width: calc(50% - 0.8rem);
        margin-bottom: 10px;
        font-size: 1.7rem;
        line-height: 4.5rem;
    }
    .rm_titlist li:first-child{
        width: 100%;
    }
    .rmzc_list li{
        flex-wrap: wrap;
        position: relative;
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
        line-height: 3rem;
    }
    .rmzc_list li::before{
        position: absolute;
        top: 0.7rem;
        left: 0;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .rmzc_list li a{
        max-width: 100%;
        white-space: normal;
        margin-left: 2.2rem;
        margin-right: 0;

    }
    .rmzc_list li span{
        width: 100%;
        text-align: right;
    }
	.zc_box{
		padding: 1.5rem;
	}

}


@media screen and (max-width: 768px) {
	html {
		font-size: 20.48px;
	}
}

@media screen and (max-width: 750px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 735px) {
	html {
		font-size: 19.6px;
	}
}

@media screen and (max-width: 720px) {
	html {
		font-size: 19.2px;
	}
}

@media screen and (max-width: 705px) {
	html {
		font-size: 18.8px;
	}
}

@media screen and (max-width: 690px) {
	html {
		font-size: 18.4px;
	}
}

@media screen and (max-width: 675px) {
	html {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	html {
		font-size: 16px;
	}
}

@media screen and (max-width: 585px) {
	html {
		font-size: 15.6px;
	}
}

@media screen and (max-width: 570px) {
	html {
		font-size: 15.2px;
	}
}

@media screen and (max-width: 555px) {
	html {
		font-size: 14.8px;
	}
}

@media screen and (max-width: 540px) {
	html {
		font-size: 14.4px;
	}
}

@media screen and (max-width: 525px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 510px) {
	html {
		font-size: 13.6px;
	}
}

@media screen and (max-width: 495px) {
	html {
		font-size: 13.2px;
	}
}

@media screen and (max-width: 480px) {
	html {
		font-size: 12.8px;
	}
}

@media screen and (max-width: 465px) {
	html {
		font-size: 12.2px;
	}
}

@media screen and (max-width: 450px) {
	html {
		font-size: 12px;
	}
}

@media screen and (max-width: 435px) {
	html {
		font-size: 11.6px;
	}
}

@media screen and (max-width: 420px) {
	html {
		font-size: 11.2px;
	}
}

@media screen and (max-width: 414px) {
	html {
		font-size: 11.04px;
	}
}

@media screen and (max-width: 411.5px) {
	html {
		font-size: 10.96px;
	}
}

@media screen and (max-width: 405px) {
	html {
		font-size: 10.8px;
	}
}

@media screen and (max-width: 390px) {
	html {
		font-size: 10.4px;
	}
}

@media screen and (max-width: 375px) {
	html {
		font-size: 10px;
	}
}

@media screen and (max-width: 360px) {
	html {
		font-size: 9.6px;
	}
}

@media screen and (max-width: 345px) {
	html {
		font-size: 9.2px;
	}
}

@media screen and (max-width: 330px) {
	html {
		font-size: 8.8px;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 8.533333333px;
	}
}

@media screen and (max-width: 300px) {
	html {
		font-size: 8px;
	}
}

@media screen and (max-width: 285px) {
	html {
		font-size: 7.6px;
	}
}

/* CSS计数器 自动添加索引 */
				
				
				