@charset "utf-8";
/* CSS Document */

/*封面*/
.m-cover {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cover-logo {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -387.5px;
    z-index: 9;
    text-align: center;
}
.cover-logo a {
    display: block;
    margin: 54px auto 0;
    width: 322px;
    height: 85px;
    line-height: 78px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background: url(/Content/media/images/cover/enter.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.cover-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cover-banner .owl-item {
    float: left;
}
.cover-banner .owl-item img {
    width: 100%;
}
.cover-banner .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 99;
    width: 44px;
    height: 44px;
    border: none;
}
.cover-banner .owl-prev {
    left: 20px;
    background: url(/Content/media/images/cover/prev.png) center center
        no-repeat;
}
.cover-banner .owl-next {
    right: 20px;
    background: url(/Content/media/images/cover/next.png) center center
        no-repeat;
}
.cover-banner .owl-dots,
.cover-banner .owl-nav span {
    display: none;
}

@media (max-width: 767px) {
    .cover-logo {
        top: 10%;
        left: 0;
        margin-left: 0;
        padding: 0 5%;
    }
    .cover-logo img {
        width: 100%;
    }
    .cover-logo a {
        margin-top: 6%;
        width: 150px;
        height: 45px;
        line-height: 43px;
        font-size: 20px;
    }
}

/*首页 on*/
.serve {
    position: fixed;
    top: 190px;
    left: 1px;
    width: 220px;
    height: 480px;
    background-color: #f5f5f5;
    border: 2px solid #026cb1;
}

.serve-title {
    height: 55px;
    line-height: 55px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-indent: 10px;
    background-color: #026cb1;
}

.serve-item {
    margin: 0 auto;
    width: 190px;
    height: 211px;
    border-bottom: 1px solid #026cb1;
    text-align: center;
}
.serve-item img {
    width: 100px;
    margin: 40px 0 20px 0;
}

.m-banner {
    /* height: 380px; */
    margin-bottom: 20px;
}
.m-banner img {
    width: 100%;
}
/* 头条 */
.m-toutiao {
    border: 1px solid #026cb1;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(/Content/media/images/home/hots-tag-text.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.m-toutiao h2 {
    font-size: 32px;
    line-height: 40px;
    color: #026cb1;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 600px) {
    .m-toutiao h2 {
        padding: 0 30px;
    }
}
.m-toutiao h2 a {
    color: #026cb1;
}
.m-toutiao p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    line-height: 28px;
}

/* 幻灯片 100% */
.m-flash_fluid {
    /* float: left; */
    width: 100%;
    overflow: hidden;
    position: relative;
}
.m-flash_fluid .owl-item {
    float: left;
    position: relative;
}
.m-flash_fluid .owl-item img {
    width: 100%;
}
.m-flash_fluid .owl-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30% 0 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: url(/Content/media/images/home/cover.png) 0 0 no-repeat;
}
.m-flash_fluid .owl-nav {
    display: none;
}
.m-flash_fluid .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 12px;
}
.m-flash_fluid .owl-dots button {
    margin-left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    border: none;
}
.m-flash_fluid .owl-dots button.active {
    background: #ff0000;
}

/* 幻灯片 */
/* .m-flash {
    float: left;
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
} */
.m-flash .owl-item {
    float: left;
    position: relative;
}
.m-flash .owl-item img {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
}
.m-flash .owl-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30% 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: url(/Content/media/images/home/cover.png) 0 0 repeat;
}
.m-flash .owl-nav {
    display: none;
}
.m-flash .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 14px;
}
.m-flash .owl-dots button {
    margin-left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    border: none;
}
.m-flash .owl-dots button.active {
    background: #ff0000;
}

.m-hots {
    padding: 10px 14px;
    box-sizing: border-box;
    background: url(/Content/media/images/home/hots_bg.png) center center
        no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.m-hots .hots-title {
    margin-right: 13px;
    display: inline-block;
    color: #026cb1;
    font-size: 20px;
    font-weight: bold;
    padding-right: 20px;
    border-right: 1px solid #026cb1;
}
.m-hots .hots-content {
    display: inline-block;
    color: #000000;
    width: 70%;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
}
.m-hots .hots-more {
    float: right;
}

.flash_content {
    margin: 20px;
    width: 400px;
    height: 300px;
    border-left: none;
}
.flash_content ul li {
    margin-bottom: 6px;
}
.flash_content ul li h2 {
    display: flex;
    justify-content: space-between;
}
.flash_content ul li h2 a {
    color: #000000;
    font-size: 20px;
    margin-right: 20px;
    font-family: "微软雅黑";

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flash_content ul li .date {
    color: #c7c7c7;
    font-size: 14px;
    float: right;
    white-space: nowrap;
    line-height: 40px;
}
.flash_content ul li p {
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-ztzl {
    margin-top: 20px;
}
.m-ztzl h3 {
    font-size: 24px;
    font-weight: bold;
    color: #323232;
    background-image: url(/Content/media/images/home/title_bg.png);
    background-repeat: repeat-x;
    background-position: center center;
    line-height: 40px;
}
.m-ztzl h3 a.u-title {
    display: inline-block;
    color: #323232;
    padding-left: 60px;
    padding-right: 10px;
    background-image: url(/Content/media/images/home/ztzl_02.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 40px;
    background-color: #fff;
}
.m-ztzl h3 a.more {
    float: right;
    font-size: 14px;
    color: #026cb1;
    padding: 0 10px;
    background-color: #fff;
}
.m-adv {
    margin-top: 20px;
}
.m-adv img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .m-adv img {
        min-height: 60px;
    }
}

/* 工作动态 */
.m-gzdt {
    margin-left: 80px;
    margin-top: 0;
    height: 400px;
    border-left: none;
}

.m-thumb_news {
    /* width: 846px; */
    width: 100%;
    margin-top: 20px;
}

.m-thumb_news h3 {
    font-size: 24px;
    font-weight: bold;
    color: #323232;
    background-image: url(/Content/media/images/home/title_bg.png);
    background-repeat: repeat-x;
    background-position: center center;
    line-height: 40px;
}
.m-thumb_news h3 a.u-title {
    display: inline-block;
    color: #323232;
    padding-left: 60px;
    padding-right: 10px;
    background-image: url(/Content/media/images/home/ztzl_02.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 40px;
    background-color: #fff;
}
.m-thumb_news h3 a.more {
    float: right;
    font-size: 14px;
    color: #026cb1;
    padding: 0 10px;
    background-color: #fff;
}

/* 图片新闻 */
.m-thumb_news .owl-thumb {
    margin: 15px 0;
    overflow: hidden;
}
.m-thumb_news .owl-item {
    float: left;
    width: 200px;
    overflow: hidden;
}
.m-thumb_news .owl-item img {
    width: 100%;
    min-height: 100px;
    transition: 0.5s;
}
.m-thumb_news .owl-item p {
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.m-thumb_news .owl-nav {
    display: none;
}
.m-thumb_news .owl-dots {
    display: none;
}

/* 专题专栏 */
.m-ztzl {
    position: relative;
    overflow: hidden;
}
.m-ztzl .owl-ztzl {
    margin: 15px 0;
    overflow: hidden;
}
.m-ztzl .owl-item {
    float: left;
    position: relative;
    width: 305px;
    height: 113px;
    overflow: hidden;
}
.m-ztzl .owl-item img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.m-ztzl .owl-item p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(/Content/media/images/home/cover.png);
    opacity: 0;
    transition: 0.5s;
}
.m-ztzl .owl-item a:hover p {
    opacity: 1;
}
.m-ztzl .owl-item a:hover img {
    transform: scale(1.1);
}
.m-ztzl .owl-nav {
    display: none;
}
.m-ztzl .owl-dots {
    display: none;
}

.m-section-left {
    float: left;
}
.m-subadv {
    margin-top: 45px;
    text-align: center;
    width: 100%;
}
.m-subadv img {
    min-width: 100%;
    max-width: 100%;
    /* height: 175px; */
}

@media (max-width: 768px) {
    .m-subadv img {
        min-height: 60px;
    }
}
.m-section-right {
    float: left;
}
.m-news {
    margin: 20px;
    margin-left: 0;
}
.m-news .hd {
    height: 36px;
    background-color: #fff;
    background-image: url(/Content/media/images/home/title_bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 99% 70%;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solid #026cb1;
}
.m-news .hd a.more {
    position: absolute;
    right: 0px;
    /* top: 5px; */
    color: #026cb1;
    font-size: 14px;
}
.m-news .hd li {
    float: left;
    padding: 0 20px;
    line-height: 35px;
    border-radius: 5px 5px 0 0;
    background-color: #e5e5e5;
    overflow: hidden;
}

.m-news .hd li a {
    font-size: 18px;
    color: #636363;
}

.m-news .hd li.on {
    background-color: #026cb1;
}

.m-news .hd li.on a {
    color: #ffffff;
}

.m-news .bd ul {
    padding: 10px;
}

.m-news .bd li {
    height: 36px;
    line-height: 36px;
    padding-left: 24px;
    background: url(/Content/media/images/home/circle.png) 0 center/2% no-repeat;
    overflow: hidden;
}

.m-news .bd li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-news .bd li span {
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.m-news2 {
    margin-left: 22px;
    margin-right: 22px;
}
/* 社区论坛 */
/* .m-sqlt{position: relative;overflow: hidden;float: left;} */
.m-sqlt .owl-sqlt {
    overflow: hidden;
}
.m-sqlt .owl-item {
    float: left;
    position: relative;
    width: 370px;
    overflow: hidden;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m-sqlt .owl-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m-sqlt .owl-item p span {
    margin-right: 10px;
    border: 1px solid #ffbf68;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    padding: 0 8px;
    font-size: 14px;
    color: #ffbf68;
}
.m-sqlt .owl-item p b {
    color: #026cb1;
    margin-right: 15px;
    font-weight: 100;
}
.m-sqlt .owl-nav {
    display: none;
}
.m-sqlt .owl-dots {
    display: none;
}

.m-sqlt {
    margin-top: 20px;
    border: 1px solid #026cb1;
    border-radius: 5px;
    line-height: 60px;
}
.m-sqlt h3 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #026cb1;
    line-height: 60px;
    background: #fff;
    border-radius: 5px;
}
.m-sqlt h3 a {
    color: #026cb1;
    padding: 0 15px;
}

.m-ryb {
    margin-top: 20px;
}
.m-ryb h3.xs-hiden {
    float: left;
    margin-right: 20px;
    width: 60px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-image: url(/Content/media/images/home/ry_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #eb290f;
    text-align: center;
    line-height: 40px;
    padding: 30px 0;
    box-sizing: border-box;
}
.m-ryb h3.xs-hiden a.u-title {
    color: #fff;
}
.m-ryb h3.xs-hiden a.more {
    display: inline-block;
    color: #fff;
    /* margin-top: 37px; */
}

.m-ryb h3.xs-show {
    display: none;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    background: #026cb1;
    margin-bottom: 10px;
}
.m-ryb h3.xs-show a.u-title {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
}
.m-ryb h3.xs-show a.more {
    float: right;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

/*荣誉墙*/
.owl-ryb {
    float: left;
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.owl-ryb .owl-item {
    float: left;
    position: relative;
}
.owl-ryb .owl-item img {
    width: 100%;
}
.owl-ryb .owl-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30% 0 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #026cb1;
}
.owl-ryb .owl-nav {
    display: none;
}
.owl-ryb .owl-dots {
    display: none;
}

.m-yjx {
    float: left;
    width: 286px;
    height: 257px;
    background: #eeeeee;
    margin-top: 20px;
}
.m-yjx h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #026cb1;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
}
.m-yjx ul li {
    width: 246px;
    border: 1px solid #026cb1;
    border-radius: 5px;
    text-indent: 60px;
    padding: 5px 0;
    margin: 10px auto 0 auto;
}
.m-yjx ul li:first-child {
    background: url(/Content/media/images/home/dsz.png) 15px center no-repeat;
}
.m-yjx ul li:nth-child(2) {
    background: url(/Content/media/images/home/jb.png) 15px center no-repeat;
}
.m-yjx ul li:nth-child(3) {
    background: url(/Content/media/images/home/slfs.png) 15px center no-repeat;
}
.m-yjx ul li h2 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
}
.m-yjx ul li p {
    font-size: 14px;
    color: #000;
}
.m-zxft {
    float: left;
    width: 668px;
    height: 257px;
    background: #eeeeee;
    margin-top: 20px;
    margin-left: 20px;
}
.m-zxft h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #026cb1;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.m-zxft h3 a {
    float: right;
    font-size: 14px;
    margin-top: 5px;
    line-height: 30px;
    border-radius: 5px;
    color: #000;
    font-weight: 100;
    background-color: #ffc300;
    padding: 0 10px 0 36px;
    box-sizing: border-box;
    background-image: url(/Content/media/images/home/slfs.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
}
.m-zxft .bd li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 10px;
}
.m-zxft .bd li .tag {
    border: 1px solid #ffbf68;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    padding: 0 8px;
    font-size: 14px;
    color: #ffbf68;
}
.m-zxft .bd li .title {
    width: 300px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m-zxft .bd li .author {
    width: 70px;
    font-size: 14px;
    color: #7f7f7f;
}
.m-zxft .bd li .date {
    width: 90px;
    font-size: 14px;
    color: #7f7f7f;
}
.m-rank {
    float: right;
    width: 286px;
    height: 257px;
    background: #eeeeee;
    margin-top: 20px;
}
.m-rank .hd {
    height: 40px;
    background-color: #026cb1;
    position: relative;
}

.m-rank .hd li {
    float: left;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
}

.m-rank .hd li a {
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
}

.m-rank .hd li.on {
    font-weight: bold;
}

.m-rank .hd li.on a {
    color: #ffffff;
}

.m-rank .bd ul {
    padding: 10px;
}

.m-rank .bd li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.m-rank .bd li p {
    display: inline-block;
}
.m-rank .bd li:first-child p:first-child {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    font-size: 12px;
}
.m-rank .bd li p:first-child {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background-color: #616161;
    color: #fff;
    font-size: 12px;
    align-self: center;
}
.m-rank .bd li:nth-child(2) p:first-child {
    background-color: #026cb1;
}
.m-rank .bd li:nth-child(3) p:first-child {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #026cb1;
    color: #fff;
}
.m-rank .bd li:nth-child(4) p:first-child {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #026cb1;
    color: #fff;
}
.m-rank .bd li p:nth-child(2) {
    width: 120px;
}
.m-rank .bd li p:nth-child(3) {
    width: 80px;
}
.m-rank .bd li.headTitle p {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

/****************************************************************************************************/
.yjx-xs-show {
    display: none;
}
@media (max-width: 1280px) {
    .m-hots .hots-content {
        width: 50%;
    }
    .yjx-xs-show {
        display: block;
    }
    .m-yjx {
        float: none;
        margin: 20px auto 0 auto;
    }
    .m-zxft {
        float: none;
        margin: 20px auto 0 auto;
        width: 100%;
    }
    .m-rank {
        float: none;
        margin: 20px auto 0 auto;
    }
    .owl-ryb {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .m-ryb h3.xs-hiden {
        display: none !important;
    }
    .m-ryb h3.xs-show {
        display: block !important;
    }
}
@media (max-width: 992px) {
    .m-subadv img {
        height: auto;
    }
    .resp_list {
        width: 100% !important;
        float: none !important;
    }
    .m-news2 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .m-section-left {
        width: 100% !important;
        float: none !important;
    }
    .m-section-right {
        width: 100% !important;
        float: none !important;
    }
    .m-flash {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .flash_content {
        margin-left: 0;
    }
    .m-dwxx {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .m-zxft .bd li .title {
        width: 120px;
    }
    .m-tsjb ul {
        display: block;
    }
    .m-tsjb li {
        margin: 10px 0 0;
        width: 100%;
    }
    .m-flash {
        height: auto;
    }
    .m-flash img {
        height: 238px;
    }
}

/*友情链接*/
/* .m-friendlink{margin-top: 20px; width: 100%;padding: 15px 23px;border: 1px solid #ddd;overflow: hidden;}
.m-friendlink h3{float: left;line-height: 32px; font-size: 18px;color: #1d7fde;}
.m-friendlink .hd{margin-left: 10%; overflow: hidden;}
.m-friendlink .hd ul{margin-left: -2%;}
.m-friendlink .hd li{float:left;margin-left:2%;width:23%;cursor: pointer;border: 1px solid #ddd;}
.m-friendlink .hd li span{display:block;padding:0 20px 0 10px;height: 30px;line-height: 30px;font-size:14px;color:#666;background: url(/Content/media/images/home/link-jt.png) right center no-repeat;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.m-friendlink .hd li.on span{color: #1d7fde;}

.m-friendlink .bd{width: 100%;overflow: hidden;}
.m-friendlink .bd div{display: none;padding: 10px 0;margin-top:20px;border-top: 1px dashed #ddd;overflow: hidden;}
.m-friendlink .bd div.active { display: block; }
.m-friendlink .bd li{float: left;height: 30px;line-height: 30px;padding-right:10px; width: 16%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.m-friendlink .bd li a{font-size: 14px;color: #666;} */

/* @media (max-width: 992px) {
    .m-friendlink h3{display: none;}
    .m-friendlink .hd{margin-left: 0;}
}
@media (max-width: 768px) {
    .m-friendlink .hd li{margin-bottom: 10px; width: 48%;}
    .m-friendlink .hd li:nth-child(3),.m-friendlink .hd li:nth-child(4){margin-bottom: 0;}
    .m-friendlink .bd li{width: 33.33%;}
}
@media (max-width:414px){
    .m-friendlink{padding: 15px;}
    .m-friendlink .bd li{width: 50%;}
} */
