﻿.container {
    width: 100%;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.banner_bg {
    width: 100%;
    height: 300px;
    background: url("banner.jpg") no-repeat;
    background-size: 100% 100%;
}
.container_one {
    width: 100%;
	height: 720px;
	background-color: #eaf9ff;
    margin-bottom: 20px;
    overflow: hidden;
}
.one_img {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 180px;
    height: 180px;
}
.lzxw_bg {
    background: url("lzxw-line.png") no-repeat;
}
.container_one_box {
    margin-top: 50px;
}
.container_one_box ul li {
    width: 285px;
	height: 300px;
    transition: all .3s;
}
.container_one_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container_one_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container_one_box ul li:hover {
    
	background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px 
		rgba(0, 85, 221, 0.3);
}
.container_one_box ul li a span {
    font-size: 30px;
    font-weight: bold;
    color: #404040;
}
.container_one_box ul li:hover a span {
    color: #2372f0;
}
.container_one_box ul li a:hover .lzxw_bg {
    background: url("lzxw.png") no-repeat;
}
.container_one_box ul li a:hover .tzgg_bg {
    background: url("tzgg.png") no-repeat !important;
}
.container_one_box ul li a:hover .bmdt_bg {
    background: url("bmdt.png") no-repeat !important;
}
.container_one_box ul li a:hover .jqdt_bg {
    background: url("jqdt.png") no-repeat !important;
}
.container_one_box ul li a:hover .zfld_bg {
    background: url("zfld.png") no-repeat !important;
}
.container_one_box ul li a:hover .zfwj_bg {
    background: url("zfwj.png") no-repeat !important;
}
.container_one_box ul li a:hover .yqfk_bg {
    background: url("yqfk.png") no-repeat !important;
}
.container_one_box ul li a:hover .zxgk_bg {
    background: url("zxgk.png") no-repeat !important;
}
.fzpxz_container {
    width: 100%;
}
.fzp_title { 
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.fzp_name {
    font-size: 45px;
    font-weight: bold;
    color: #5b81d2;
}
.title_bottom {
    width: 100%;
    height: 8px;
    background: url("bottom.png") no-repeat;
    background-size: 100% auto;
}
.fzpxz_container {
    width: 100%;
    overflow: hidden;
}
.fp_box {
    margin-top: 48px;
    margin-bottom: 50px;
    float: right;
    width: 1750px;
	height: 320px;
	background: url("bj.png") no-repeat;
    background-size: 100% 100%;
}
.fp_box ul li {

    position: relative;
    width: 900px;
    height: 70px;
    padding: 0 20px;
    line-height: 70px;
    border-bottom: 1px dashed #5b81d2;
}
.fp_box ul {
    margin-top: 10px;
    margin-left: 200px;
}
.fp_box ul li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 26px;
}
.fp_box ul li a::before {
    position: absolute;
    top: 32px;
    left: 8px;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #acc2d4;
}
.border_none {
    border: none !important;
}
.bsfw_box {
    height: auto;
    margin-top: 53px;
}
.bsfw_box ul li {
    width: 385px;
    height: 260px;
    margin-bottom: 20px;
    border-radius: 30px;
    transition: all 0.3s;
}
.xgzc_bg {
    background: url("xgzc.png");
}
.zxsq_bg {
    background: url("zxsq.png");
}
.ydz_bg {
    background: url("ydzbl.png");
}
.cbdj_bg {
    background: url("cbdj.png");
}
.xxcx_bg {
    background: url("cbxx.png");
}
.mmcz_bg {
    background: url("mmcz.png");
}
.ycxzq_bg {
    background: url("ycxzq.png");
}
.hdzf_bg {
    background: url("hdzf.png");
}
.qtfw_bg {
    background: url("qtfw.png");
}
.bsfw_box ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;

}
.bsfw_box ul li a span {
    font-size: 30px;
    font-weight: bold;
    margin-top: 48px;
    color: #ffffff;
}
.bsfw_box ul li:hover {
    transform: scale(1.01,1.01);
    box-shadow: 0px 0px 20px 1px 
    rgba(2, 51, 131, 0.3);
}
.bsfw_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mt20 {
    margin-top: 25px !important;
}
.center {
    width: 90%;
    text-align: center;
    white-space: wrap;

}

@media only screen and (max-width: 500px) {
    .banner_bg {
        height: 100px;
    }
    .container_one_box ul {
        flex-direction: column;
    }
    .container_one {
        height: auto;
    }
    .fp_box {
        width: 100%;
        background: none;
    }
    .fp_box ul {
        margin-top: 0;
        margin-left: 0;
    }
    .bsfw_box ul {
        flex-direction: column;
    }
    .w {
        width: 100%;
    }
    .container_one_box ul {
        align-items: center;
    }
    .fp_box ul li {
        width: 100%;
    }
    .title_time {
        display: none;
    }
    .title_name {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}



.newStyle .container_one_box ul li a span{
    font-size: 50px;
}
.newStyle .fzp_name{
    font-size: 50px;
}
.newStyle span.title_name.text-tag {
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 38px;
}
.newStyle span.title_time.text-tag{
    font-size: 38px;
}
.newStyle .bsfw_box ul li a span {
    font-size: 32px;
    font-weight: bold;
    margin-top: 26px;
    color: #ffffff;
    padding-left: 10px;
}



