body,
html {
    min-width: 1200px;
}

body {
    background: #f5f9ff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.yhyshj_header {
    height: 364px;
    /* background: url(../images/yhyxhj_img1.png) no-repeat center; */
    background: url(../images/yhyxhj_bg.png) no-repeat center;
}

.yhyshj_header .left {
    float: left;
    padding-top: 30px;
}

.yhyshj_header .search {
    padding-top: 30px;
    float: right;
    padding-right: 20px;
}

.yhyshj_header .search input[type=text] {
    height: 36px;
    line-height: 36px;
    border: none;
    /* display: block; */
    width: 264px;
    font-size: 15px;
    color: #7091BD;
    text-indent: 1em;
}

.yhyshj_header .search input[type=submit] {
    width: 61px;
    height: 36px;
    background: url(../images/search_btn.png) no-repeat center;
    border: none;
    cursor: pointer;
}

.yhyshj_header .right {
    float: right;
    width: 99px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    margin-top: 30px;
}

.yhyshj_header .right a {
    display: block;
    font-size: 16px;
    color: #3279da;
}

.yhyshj_tong_tit1 {
    height: 134px;
    line-height: 134px;
    position: relative;
}

.yhyshj_tong_tit1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 468px;
    height: 33px;
    background: url(../images/yhyxhj_img3.png) no-repeat center;
}

.yhyshj_tong_tit1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 468px;
    height: 33px;
    background: url(../images/yhyxhj_img4.png) no-repeat center;
}

.yhyshj_tong_tit1>a {
    width: 264px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 34px;
    color: #000000;
    font-weight: 700;
}


/* .yhyshj_yshjdt_bd .left {
    float: left;
    width: 580px;
    height: 460px;
    position: relative;
}

.yhyshj_yshjdt_bd .left .bd {
    width: 100%;
    position: relative;
}

.yhyshj_yshjdt_bd .left .bd li>a,
.yhyshj_yshjdt_bd .left .bd li>a img {
    display: block;
    width: 580px;
    height: 326px;
}

.yhyshj_yshjdt_bd .left .bd li .tit {
    padding-top: 15px;
}

.yhyshj_yshjdt_bd .left .bd li .tit a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 44px;
}

.yhyshj_yshjdt_bd .left .bd li .tit a:hover {
    color: #3279da;
}

.yhyshj_yshjdt_bd .left .bd li .tit p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.yhyshj_yshjdt_bd .left .bd li .tit p br {
    display: none;
}

.yhyshj_yshjdt_bd .left .prev,
.yhyshj_yshjdt_bd .left .next {
    position: absolute;
    left: 0;
    top: 285px;
    width: 41px;
    height: 41px;
    background: #2d639d;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.yhyshj_yshjdt_bd .left .prev img,
.yhyshj_yshjdt_bd .left .next img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.yhyshj_yshjdt_bd .left .next {
    left: 41px;
}

.yhyshj_yshjdt_bd .left .prev::after,
.yhyshj_yshjdt_bd .left .next::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffdf00;
    transition: .3s;
    z-index: 0;
}

.yhyshj_yshjdt_bd .left .prev:hover::after,
.yhyshj_yshjdt_bd .left .next:hover::after {
    left: 0;
    transition: .3s;
} */

.yhyshj_yshjdt_bd .left {
    float: left;
    width: 580px;
}

.yhyshj_yshjdt_bd .left li {
    height: 95px;
    background: #fff;
    padding: 0 30px;
    margin-bottom: 20px;
    list-style: none;
}

.yhyshj_yshjdt_bd .left li .li_left {
    float: left;
    width: 64px;
    padding-top: 17px;
}

.yhyshj_yshjdt_bd .left li .li_left span {
    font-size: 34px;
    font-weight: 700;
    color: #666666;
    display: block;
    height: 36px;
    line-height: 36px;
}

.yhyshj_yshjdt_bd .left li .li_left p {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    padding-bottom: 4px;
    border-bottom: 2px solid #7db1ff;
}

.yhyshj_yshjdt_bd .left li .li_right {
    float: left;
    width: 450px;
    padding-top: 20px;
}

.yhyshj_yshjdt_bd .left li .li_right a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yhyshj_yshjdt_bd .left li .li_right a:hover {
    color: #3279da;
}

.yhyshj_yshjdt_bd .left li .li_right p {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yhyshj_yshjdt_bd .left li .li_right p br {
    display: none;
}

.yhyshj_yshjdt_bd .right {
    float: right;
    width: 580px;
}

.yhyshj_yshjdt_bd .right li {
    height: 95px;
    background: #fff;
    padding: 0 30px;
    margin-bottom: 20px;
}

.yhyshj_yshjdt_bd .right li .li_left {
    float: left;
    width: 64px;
    padding-top: 17px;
}

.yhyshj_yshjdt_bd .right li .li_left span {
    font-size: 34px;
    font-weight: 700;
    color: #666666;
    display: block;
    height: 36px;
    line-height: 36px;
}

.yhyshj_yshjdt_bd .right li .li_left p {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    padding-bottom: 4px;
    border-bottom: 2px solid #7db1ff;
}

.yhyshj_yshjdt_bd .right li .li_right {
    float: right;
    width: 450px;
    padding-top: 20px;
}

.yhyshj_yshjdt_bd .right li .li_right a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yhyshj_yshjdt_bd .right li .li_right a:hover {
    color: #3279da;
}

.yhyshj_yshjdt_bd .right li .li_right p {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yhyshj_yshjdt_bd .right li .li_right p br {
    display: none;
}

.yshj {
    margin-bottom: 30px;
}

.yshj .yshj_cont li {
    width: 550px;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}

.yshj .yshj_cont li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #3279da;
}

.yshj .yshj_cont li:nth-child(2n) {
    margin-left: 40px;
}

.yshj .yshj_cont li span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.yshj .yshj_cont li a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yshj .yshj_cont li a br {
    display: none;
}

.yshj .yshj_cont li a:hover {
    color: #3279da;
}

.yhyshj_zcfb_zcjd {
    height: 500px;
    background: #fff;
    margin-top: 30px;
}

.yhyshj_zcfb_zcjd_hd {
    padding-top: 50px;
}

.yhyshj_zcfb_zcjd_hd .left,
.yhyshj_zcfb_zcjd_hd .right {
    float: left;
    width: 580px;
    height: 110px;
}

.yhyshj_zcfb_zcjd_hd .left a,
.yhyshj_zcfb_zcjd_hd .right a,
.yhyshj_zcfb_zcjd_hd .left a img,
.yhyshj_zcfb_zcjd_hd .right a img {
    display: block;
    width: 100%;
    height: 100%;
}

.yhyshj_zcfb_zcjd_hd .right {
    float: right;
}

.yhyshj_zcfb_zcjd_bd {
    margin-top: 25px;
}

.yhyshj_tong_list {
    float: left;
    width: 580px;
}

.yhyshj_tong_list .hd li {
    float: left;
    padding-left: 25px;
    position: relative;
    height: 72px;
    line-height: 72px;
}

.yhyshj_tong_list .hd li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 33px;
    background: #3279da;
}

.yhyshj_tong_list .hd li a {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}

.yhyshj_tong_list .bd li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}

.yhyshj_tong_list .bd li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #3279da;
}

.yhyshj_tong_list .bd li span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.yhyshj_tong_list .bd li a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yhyshj_tong_list .bd li a br {
    display: none;
}

.yhyshj_tong_list .bd li a:hover {
    color: #3279da;
}

.yhyshj_zcjd {
    float: right;
}

.yhyshj_hpxzczl {
    width: 100%;
    height: 179px;
    background: url(../images/yhyxhj_img10.png) no-repeat center;
    background-color: #fff;
}

.yhyshj_hpxzczl a {
    display: block;
    width: 267px;
    text-align: center;
    font-size: 34px;
    height: 179px;
    line-height: 160px;
    color: #fff;
    font-weight: 700;
}

.yhyshj_hq_hm {
    background: #fff;
}

.yhyshj_hq_hm .yhyshj_zcfb_zcjd_bd {
    margin-top: 0;
    padding-top: 15px;
}

.yhyshj_dxjy {
    background: #fff;
}

.yhyshj_dxjy .bd li {
    float: left;
    width: 580px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 15px;
}

.yhyshj_dxjy .bd li:nth-child(2n) {
    float: right;
}

.yhyshj_dxjy .bd li:nth-child(9),
.yhyshj_dxjy .bd li:nth-child(10) {
    border-bottom: none;
}

.yhyshj_dxjy .bd li a {
    display: inline-block;
    padding-left: 30px;
    max-width: 100%;
    overflow: hidden;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    position: relative;
}

.yhyshj_dxjy .bd li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #3279da;
}

.yhyshj_dxjy .bd li a:hover {
    color: #3279da;
}

.yhyshj_dxjy .bd li p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: justify;
}

.yhyshj_dxjy .bd li p br {
    display: none;
}

.yhyshj_bszd {
    padding-bottom: 40px;
}

.yhyshj_bszd .bd li {
    float: left;
    margin-right: 21px;
    margin-bottom: 20px;
}

.yhyshj_bszd .bd li:nth-child(3n) {
    margin-right: 0;
}

.yhyshj_dqwz {
    color: #999999;
    line-height: 22px;
    padding-top: 60px;
    margin-bottom: 40px;
}

.yhyshj_dqwz span {
    font-size: 16px;
    display: inline-block;
    color: #999999;
    line-height: 22px;
    padding-left: 27px;
    background: url(../images/yhyxhj_img18.png) no-repeat left center;
}

.yhyshj_dqwz a {
    font-size: 16px;
    display: inline-block;
    color: #999999;
    line-height: 22px;
}

.yhyshj_dqwz a:last-child {
    color: #3279da;
}

.yhyshj_dqwz a:hover {
    color: #3279da;
}

.yhyshj_list {
    padding-bottom: 50px;
}

.yhyshj_list .list_hd {
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    color: #3279da;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
}

.yhyshj_list .list_hd::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 33px;
    background: #3279da;
}

.yhyshj_list .hd {
    margin-top: 40px;
}

.yhyshj_list .hd li {
    float: left;
    width: 380px;
    height: 97px;
    line-height: 97px;
    box-sizing: border-box;
    background: #fff;
    margin-right: 30px;
    box-shadow: 0px 0px 12.48px 0.52px rgba(50, 121, 218, 0.25);
    transition: background .3s;
}

.yhyshj_list .hd li:last-child {
    margin-right: 0;
}

.yhyshj_list .hd li a {
    display: block;
    padding-left: 173px;
    font-size: 20px;
    color: #333333;
    position: relative;
}

.yhyshj_list .hd li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 55px;
    height: 3px;
    background: #3279da;
}

.yhyshj_list .hd li:nth-child(1) a {
    background: url(../images/yhyxhj_img19.png) no-repeat 123px center;
}

.yhyshj_list .hd li:nth-child(2) a {
    background: url(../images/yhyxhj_img20.png) no-repeat 123px center;
}

.yhyshj_list .hd li:nth-child(3) a {
    background: url(../images/yhyxhj_img21.png) no-repeat 123px center;
}

.yhyshj_list .hd li:hover {
    background: #3279da;
    transition: background .3s;
}

.yhyshj_list .hd li:hover a {
    color: #fff;
}

.yhyshj_list .hd li:hover a::after {
    background: #fff;
}

.yhyshj_list .hd li:nth-child(1):hover a {
    background: url(../images/yhyxhj_img19_1.png) no-repeat 123px center;
}

.yhyshj_list .hd li:nth-child(2):hover a {
    background: url(../images/yhyxhj_img20_1.png) no-repeat 123px center;
}

.yhyshj_list .hd li:nth-child(3):hover a {
    background: url(../images/yhyxhj_img21_1.png) no-repeat 123px center;
}

.yhyshj_list .hd li.on {
    background: #3279da;
    transition: background .3s;
}

.yhyshj_list .hd li.on a {
    color: #fff;
}

.yhyshj_list .hd li.on a::after {
    background: #fff;
}

.yhyshj_list .hd li:nth-child(1).on a {
    background: url(../images/yhyxhj_img19_1.png) no-repeat 123px center;
}

.yhyshj_list .hd li:nth-child(2).on a {
    background: url(../images/yhyxhj_img20_1.png) no-repeat 123px center;
}

.yhyshj_list .hd li:nth-child(3).on a {
    background: url(../images/yhyxhj_img21_1.png) no-repeat 123px center;
}

.yhyshj_list .bd ul {
    padding-top: 40px;
}

.yhyshj_list .bd li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}

.yhyshj_list .bd li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    background: #3279da;
}

.yhyshj_list .bd li a {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yhyshj_list .bd li a br {
    display: none;
}

.yhyshj_list .bd li a:hover {
    color: #3279da;
}

.yhyshj_list .bd li span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.yhyshj_list .bd li.fen {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #f2f2f2;
}

.fenye {
    margin-top: 30px;
    height: 30px;
}

.SubXi {
    min-height: 500px;
}

.SubXiDai {
    padding: 30px 0 0;
}

.SubXi h1 {
    font-size: 26px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    padding-bottom: 20px;
}

.SubXiDiv {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.SubXiDiv span {
    float: left;
    font-size: 14px;
    color: #999999;
}

.SubXiDivr {
    float: right;
    font-size: 14px;
    color: #999999;
}

.SubXiDivr em {
    float: left;
    font-size: 14px;
    color: #999999;
}

.SubXiDivr em a {
    font-size: 14px;
    color: #999999;
}

.SubXiDivr .SubShar {
    float: left;
    margin-left: 19px;
}

.SubXiDivr .SubShar span {
    float: left;
    font-size: 14px;
    color: #999999;
}

.bshare-custom {
    float: left;
}

.SubShar a {
    float: left;
    padding: 0 !important;
    margin: 0 15px 0 0 !important;
    width: 38px !important;
    height: 48px !important;
}

.SubXiDivr .SubDaYin {
    float: left;
    height: 26px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    margin-top: 11px;
    padding: 0 12px;
    background: #3279da;
    border-radius: 5px;
}

.SubXiText {
    min-height: 300px;
    padding: 30px 0;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    border-bottom: 1px solid #f5f5f5;
}

.SubXiText img {
    display: inline;
}

.SubXiText * {
    font-size: 16px !important;
    line-height: 36px !important;
    font-family: "微软雅黑" !important;
}

.SubXiText.fontSize14 * {
    font-size: 14px !important;
    line-height: 34px !important;
    font-family: '微软雅黑' !important;
}

.SubXiText.fontSize16 * {
    font-size: 16px !important;
    line-height: 36px !important;
    font-family: '微软雅黑' !important;
}

.SubXiText.fontSize18 * {
    font-size: 18px !important;
    line-height: 38px !important;
    font-family: '微软雅黑' !important;
}

.SubXiText p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.SubXiText img {
    max-width: 800px;
    margin: 20px auto;
    display: block;
}

.article_content a {
    color: #3279da;
}

.SubXiJi {
    border-bottom: 0;
}

.SubXiaZai {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 30px;
}

.SubXiaZai a {
    color: #3279da;
}

.SubXiaZai a:hover {
    text-decoration: underline;
}

em {
    font-style: normal;
}

.ShangXia {
    font-size: 16px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 40px;
}

.ShangXia p {
    line-height: 36px;
    color: #999999;
}

.ShangXia span {
    color: #999999;
    display: inline-block;
    vertical-align: top;
}

.ShangXia a {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ShangXia p:hover span {
    color: #3279da;
}

.ShangXia a:hover {
    color: #3279da;
}