@charset "UTF-8";
.main {
    margin: 40px auto;
    overflow: hidden;
}

.top_hf {
    height: 70px;
    overflow: hidden;
}

.top_hf img {
    width: 100%;
    height: 100%;
}


/* 头条 */

.toutiao {
    height: 150px;
    margin-top: 40px;
    overflow: hidden;
    background: #e1f2ff;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
}

.toutiao::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 91px;
    left: 0;
    z-index: 1;
    display: block;
    background: url('../images/tout_fg.png') center no-repeat;
}

.toutiao h3 {
    display: block;
    text-align: center;
    padding: 0 60px;
    margin-top: 5px;
    box-sizing: border-box;
}

.toutiao h3 a {
    display: block;
    width: 100%;
    color: #015293;
    text-align: center;
    font-size: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao ul {
    display: block;
    height: 70px;
    text-align: center;
    margin-top: 8px;
    overflow: hidden;
    padding: 0 40px;
    box-sizing: border-box;
}

.toutiao ul li {
    display: inline-block;
    max-width: 333px;
    height: 40px;
    margin-right: 60px;
    margin-top: 20px;
    line-height: 40px;
}

.toutiao ul li:last-child {
    margin-right: 0;
}

.toutiao ul li a {
    display: block;
    max-width: 333px;
    font-size: 18px;
    color: #015293;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 头条 end */

.main_box {
    height: 353px;
    overflow: hidden;
    margin-top: 40px;
}

.lunbo {
    width: 630px;
    height: 353px;
    float: left;
    position: relative;
    overflow: hidden;
}

.lunbo .bd ul li img {
    width: 630px;
    height: 353px;
}

.lunbo .bd ul li .text {
    width: 630px;
    height: 95px;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: auto;
    right: auto;
    bottom: 0;
    overflow: hidden;
    background: url(../images/lb_text_bj.png) center center no-repeat;
}

.lunbo .bd ul li .text span {
    display: block;
    width: 75%;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    margin-top: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lunbo .hd {
    height: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.lunbo .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 20px;
    background: #ebebeb;
}

.lunbo .hd ul li.on {
    width: 24px;
    background: #cfaa60;
}

.lunbo .prev,
.lunbo .next {
    width: 40px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lunbo .prev {
    left: 0;
    background: url(../images/lb_prev.png) center center no-repeat;
}

.lunbo .next {
    right: 0;
    background: url(../images/lb_next.png) center center no-repeat;
}

.main_box .news {
    width: 544px;
    height: 353px;
    float: right;
    overflow: hidden;
}

.main_box .news .bd {
    height: 230px;
    overflow: hidden;
}

.main_box .news .tab_list {
    margin-top: 12px;
}

.main_box .news .tab_list li {
    height: 44px;
    line-height: 44px;
}

.main_box .news .news_bot {
    height: 60px;
    margin-top: 14px;
}

.main_box .news .news_bot a {
    display: block;
    float: left;
    width: 255px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #015293;
    margin-right: 30px;
    background: #f5fafe;
    box-sizing: border-box;
    border: 1px solid #dceaf5;
}

.main_box .news .news_bot a:last-child {
    margin-right: 0;
}

.main_box .news .news_bot a img {
    margin-right: 10px;
    vertical-align: middle;
}

.idx_tz {
    /* height: 150px; */
    margin-top: 40px;
    overflow: hidden;
}

.idx_tz .tit {
    width: 218px;
    height: 50px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: url(../images/tzgg_bt_bj.png) center center no-repeat;
}

.idx_tz .tit a {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.idx_tz .con {
    /* height: 130px; */
    margin-top: -30px;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #dceaf5;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.idx_tz .con ul {
    margin-top: 50px;
}

.idx_tz .con ul li {
    width: 550px;
    height: 55px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 27px;
}

.idx_tz .con ul li:nth-child(2n) {
    margin-right: 0;
}

.idx_tz .con ul li .date {
    width: 80px;
    height: 55px;
    float: left;
    border-right: 1px solid #c2dcef;
}

.idx_tz .con ul li .date em {
    display: block;
    width: 100%;
    font-size: 26px;
    color: #015293;
    text-indent: 20px;
}

.idx_tz .con ul li .date p {
    font-size: 16px;
    color: #999999;
}

.idx_tz .con ul li .cont {
    width: 450px;
    height: 55px;
    float: right;
    overflow: hidden;
}

.idx_tz .con ul li .cont a {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
}

.idx_tz .con ul li .cont a:hover {
    color: #015293;
    font-weight: bold;
}

.idx_tz .con ul li .cont p {
    color: #a6a6a6;
    line-height: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idx_banner {
    height: 120px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.idx_banner .bd ul li img {
    width: 100%;
    height: 120px;
}

.idx_banner .hd {
    height: 20px;
    position: absolute;
    right: 20px;
    bottom: 16px;
}

.idx_banner .hd ul li {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    margin-right: 2px;
    background: #f8cdcd;
}

.idx_banner .hd ul li.on {
    background: #e71e17;
    color: #ffffff;
}

.main_box1 {
    height: 280px;
    margin-top: 40px;
    overflow: hidden;
}

.main_box1 .idx_zfwj {
    float: left;
    width: 650px;
    height: 280px;
    overflow: hidden;
}

.main_box1 .idx_zfwj .bd ul {
    margin-top: 15px;
}

.idx_zfxxgk {
    width: 515px;
    height: 280px;
    float: right;
    overflow: hidden;
}

.idx_zfxxgk .tab ul li a::after,
.idx_zfxxgk .tab ul li a::before {
    display: block;
}

.idx_zfxxgk_con {
    margin-top: 5px;
}

.idx_zfxxgk_con ul li {
    width: 246px;
    height: 61px;
    float: left;
    margin-top: 14px;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #dceaf5;
}

.idx_zfxxgk_con ul li:nth-child(2n) {
    margin-right: 0;
}

.idx_zfxxgk_con ul li a {
    display: block;
    padding: 13px 15px;
    box-sizing: border-box;
}

.idx_zfxxgk_con ul li a img {
    float: left;
    width: 32px;
}

.idx_zfxxgk_con ul li p {
    width: 170px;
    line-height: 38px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: 50px;
    border-left: 1px solid #dce5f0;
}

.idx_zfxxgk_con ul li:hover {
    border-color: #025394;
    box-shadow: 0px 3px 5px 0px rgba(30, 103, 187, 0.2);
}

.idx_zfxxgk_con ul li:hover p {
    color: #025394;
}

.idx_ywzd_bj {
    height: 320px;
    margin: 40px auto;
    background: #f5fafe;
    overflow: hidden;
}

.main_box2 {
    height: 240px;
    margin-top: 40px;
    overflow: hidden;
}

.idx_ywzd {
    width: 690px;
    height: 240px;
    float: left;
    overflow: hidden;
}

.idx_ywzd .title {
    width: 87px;
    height: 240px;
    float: left;
    padding: 40px 0;
    box-sizing: border-box;
    background: url(../images/ywzd_tt_bj.png)center center no-repeat;
}

.idx_ywzd .title a {
    display: block;
    font-size: 22px;
    color: #ffffff;
    width: 38px;
    text-align: center;
    margin-left: 20px;
    padding-top: 45px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    background: url(../images/ywzd_tit_ico.png) top center no-repeat;
}


/* .idx_ywzd_con {
    width: 615px;
    height: 210px;
    background: #ffffff;
    border: 1px solid #dceaf5;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin-top: 15px;
    margin-left: -14px;
    padding: 0 40px;
}

.idx_ywzd_con ul li {
    width: 108px;
    height: 152px;
    margin-top: 30px;
    float: left;
    text-align: center;
    margin-right: 33px;
    overflow: hidden;
}

.idx_ywzd_con ul li:last-child {
    margin-right: 0;
}

.idx_ywzd_con ul li p {
    font-size: 18px;
    color: #333333;
    margin-top: 17px;
}

.idx_ywzd_con ul li:hover img {
    border: 1px solid #025394;
    border-radius: 100%;
}

.idx_ywzd_con ul li:hover p {
    font-weight: bold;
    color: #025394;
} */

.idx_ywzd_con {
    width: 615px;
    height: 210px;
    background: #ffffff;
    border: 1px solid #dceaf5;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin-top: 15px;
    margin-left: -14px;
    padding: 0 40px;
    position: relative;
}

.idx_ywzd_con .bd {
    float: left;
    width: 100%;
}

.idx_ywzd_con .bd ul li {
    width: 108px;
    height: 152px;
    margin-top: 20px;
    float: left;
    text-align: center;
    margin-right: 33px;
    overflow: hidden;
}

.idx_ywzd_con .bd ul li:last-child {
    margin-right: 0;
}

.idx_ywzd_con .bd ul li p {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.idx_ywzd_con .bd ul li:hover img {
    border: 1px solid #025394;
    border-radius: 100%;
}

.idx_ywzd_con .bd ul li:hover p {
    font-weight: bold;
    color: #025394;
}

.idx_ywzd_con .hd {
    width: 100%;
    float: left;
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
}

.idx_ywzd_con .hd ul {
    display: table;
    margin: auto;
}

.idx_ywzd_con .hd ul li {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 10px;
    border-radius: 50px;
    background: #d0e3ff;
    cursor: pointer;
}

.idx_ywzd_con .hd ul li:last-child {
    margin-right: 0;
}

.idx_ywzd_con .hd ul li.on {
    background: #2565b1;
}

.idx_hdjl {
    width: 470px;
    height: 240px;
    float: right;
    overflow: hidden;
}

.idx_hdjl .jbdh {
    width: 100%;
    height: 120px;
    margin-top: 15px;
}

.idx_hdjl .jbdh img {
    width: 100%;
    height: 120px;
}

.idx_hdjl ul li {
    width: 225px;
    height: 70px;
    float: left;
    line-height: 70px;
    text-align: center;
    margin-right: 20px;
    margin-top: 20px;
    background: #2471b7;
}

.idx_hdjl ul li:nth-child(2n) {
    margin-right: 0;
}

.idx_hdjl ul li a {
    color: #ffffff;
    font-size: 22px;
    display: block;
}

.idx_hdjl ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}

.main_box3 {
    height: 170px;
    margin-top: 40px;
    overflow: hidden;
}

.idx_ksxj {
    width: 690px;
    height: 290px;
    float: left;
    overflow: hidden;
}

.idx_ksxj .bd ul {
    margin-top: 15px;
}

.idx_zwfw {
    width: 470px;
    height: 170px;
    float: right;
    overflow: hidden;
}

.idx_msb {
    height: 100px;
}

.idx_zwfw_tab {
    width: 690px;
    height: 170px;
    float: left;
    overflow: hidden;
}

.idx_zwfw_con {
    height: 180px;
    position: relative;
    overflow: hidden;
}

.idx_zwfw_con .bd ul li {
    /* width: 226px; */
    width: 216px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-right: 14px;
    margin-bottom: 20px;
    border: 1px solid #dedede;
}

.idx_zwfw_con .bd ul li:nth-child(3n) {
    margin-right: 0;
}

.idx_zwfw_con .bd ul li a {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idx_zwfw_con .bd ul li:hover {
    border-color: #015293;
}

.idx_zwfw_con .bd ul li:hover a {
    color: #025394;
    font-weight: bold;
}

.idx_zwfw_con .hd {
    width: 100%;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    overflow: hidden;
}

.idx_zwfw_con .hd ul {
    text-align: center;
}

.idx_zwfw_con .hd ul li {
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-right: 10px;
    border-radius: 5px;
    background: #ebebeb;
    cursor: pointer;
}

.idx_zwfw_con .hd ul li.on {
    width: 20px;
    background: #015293;
}

.idx_ztzl {
    height: 220px;
    margin-top: 40px;
}

.idx_ztzl .title {
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: url(../images/idx_ztzl_tit_bj.png) center center no-repeat;
}

.idx_ztzl .title a {
    font-size: 24px;
    color: #015293;
    font-weight: bold;
}

.idx_ztzl_con ul li {
    float: left;
    margin-right: 20px;
}

.idx_ztzl_con {
    margin-top: 20px;
    height: 160px;
    position: relative;
}

.idx_ztzl_con ul li img {
    width: 285px;
    height: 160px;
    transition: ease-out 0.5s;
}

.idx_ztzl_con ul li:hover img {
    transform: scale(1.05);
}

.idx_ztzl_con .prev,
.idx_ztzl_con .next {
    width: 36px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.idx_ztzl_con .prev {
    left: -18px;
    background: url(../images/ztzl_l.png) center center no-repeat;
}

.idx_ztzl_con .next {
    right: -18px;
    background: url(../images/ztzl_r.png) center center no-repeat;
}

.sideBar {
    position: fixed;
    top: 20%;
    right: 20px;
    width: 88px;
    border: 1px solid #cfaa60;
    border-radius: 10px;
    background-color: #fff;
    z-index: 10;
}

.znwd {
    position: absolute;
    top: -27px;
    left: 5px;
}

.sideBar ul {
    margin-top: 95px;
}

.sideBar ul li {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.sideBar ul li span {
    font-size: 14px;
    color: #cfaa60;
    line-height: 30px;
}

.sideBar ul li img:nth-of-type(1) {
    display: block;
    margin-left: 28px;
}

.sideBar ul li.mobile img:nth-of-type(1) {
    display: block;
    margin-left: 33px;
}

.sideBar ul li.goTop img:nth-of-type(1) {
    display: block;
    margin-left: 33px;
}

.sideBar ul li.goTop {
    cursor: pointer;
}

.sideBar ul li img:nth-of-type(2) {
    display: none;
    position: absolute;
    top: -45px;
    right: 76px;
}

.sideBar ul li:hover img:nth-of-type(2) {
    display: block;
}
