html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, button, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
    border: 0px;
    padding: 0px;
    font-size: 100%;
    margin: 0px;
    font-family: inherit;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    word-break: break-word;
    list-style: none;
    text-decoration: none;
    color: #000;
}

body {
    min-width: 100%;
    background-color: #fff;
    color: #222;
    line-height: 1.6em;
    font-size: 12px;
    font-family: "微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;
    margin: 0px auto;
    width: 100%;
    /*overflow-x: hidden;*/
}

a:hover {
    color: #007fd5;
}
.mask {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index:999;
    display: none;
}
/*头部*/
.header {
    /* height: 100px; */
    background-color: #8c0000 !important;
    background: url(../images/logo_bg.png) no-repeat;
    background-position: bottom right;
}

.header .toplogo {
    /* height: 100px; */
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.header .logo {
    /* float: left; */
    padding: 5px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 5px;
}
.header .logo img {
    width: 100%;
}
.header .logo .sitename {
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 19px;
    border-left: 4px solid #fff;
    padding-left: 5px;
    display: block;
    margin: 0px 0px 5px 8px;
}
.menu_mobile {
    width: 20px !important;
    height: 20px !important;
    margin-left: 10px;
    position: absolute;
    top: 80%;
    right: 20px;
    transform: translateY(-50%);
}
/*导航菜单*/
.nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    background: #007fd5;
    z-index: 99999;
    overflow-y: scroll;
    display: none;

}

#menu {
    width: 100%;
    line-height: 50px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 16px;;
}

#menu li {
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #aaa;
}

#menu li .iconfont {
    font-size: 20px;
    vertical-align: middle;
}

#menu li ul.sec_menu {
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 1;
    background: none;
    display: none;
}

#menu a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: left;
    margin: 0;
    display: block;
    padding-left: 30px;
}

#menu a ._mobile {
    color: #fff !important;
}
#menu li ul.sec_menu li {
    width: auto;
    height: 50px;
    line-height: 50px;
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #aaa;
    margin: 0;
    color: #fff;
}

#menu li ul.sec_menu li:last-child {
    border-bottom: 0;
}

#menu li ul.sec_menu li:first-child {
    border-top: 1px dashed #ccc;
}
#menu li ul.sec_menu li a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: none;
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0 0 0 50px;
}

#menu li ul.sec_menu li a:hover {
    color: #fff;
}

#menu li:hover a {
    color: #fff;
}

#menu li ul.show {
    display: block;
    opacity: 1;
    margin-top: 0;
    animation: showM .36s linear 1 alternate;
}

/*轮播图*/
.banner {
    position: relative;
    margin: 0 auto; /*width: 100%;*/
}

.banner .swiper-container { /*width: 100%;*/
    width: 100%;
    height: auto;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 0;
    margin: 0 4px;
    opacity: 0.8;
    background-color: #ffffff;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #003e9f;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/*首页推荐新闻*/
.main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main .new-container {
    /* display: flex;
    justify-content: space-between; */
}

.new-container .leftnew {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    /*width: 920px;*/
}

.main .title {
    font-size: 20px;
    color: #8c0000;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #8c0000;
    margin-bottom: 10px;
    display: flex;
    align-items:center;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

.main .title img {
    position: relative;
    /* top: 6px; */
    width: 20px;
    margin-right: 10px;
}

.main .title .more {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);

}

.main .title .more a {
    font-size: 14px;
    color: #a6a6a6 !important;
}

.new-container .leftnew .left-container {
    /* display: flex;
    justify-content: space-between; */
}

.new-container .leftnew .title {
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}
.new-container .leftnew .title .more {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.new-container .leftnew .left-container .imgnew {
    margin-bottom: 20px;
    /*width: 440px;*/
}

.new-container .leftnew .left-container .imgnew a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.new-container .leftnew .left-container .imgnew img {
    width: 100%;
    height: 260px;
    /*width: 440px;*/
    vertical-align: middle;
}

.new-container .leftnew .left-container .imgnew .img_title {
    color: #000;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
    margin: 10px 0 0 ;
    padding: 0 20px;
}

.new-container .leftnew .left-container .imgnew .img_time {
    color: #d59e4e;
    height: 12px;
    margin: 0;
    padding: 0 20px;

}

/*公用推荐模块*/
.block_list {
    /*width: 440px;*/
}

.block_list .block_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    /* height: 65px; */
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.block_list .block_item:hover {
    background: #f0f0f0;
}

.block_list .block_item .time {
    width: 78px;
    height: 42px;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    padding-top: 2px;
}

.block_list .block_item .time .time1 {
    width: 40px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #8c0000;
}

.block_list .block_item .time .time2 {
    width: 40px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    background: #cdcdcd;
}

.block_list .block_item .item_title {
    /* width: calc(100% - 78px); */
    font-size: 12px;
    color: #191818;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 20px;
    flex: 1;
    overflow: hidden;
    box-sizing: border-box;
}

.block_list .block_item .item_title p {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    font-size: 12px;
    /* line-height: 35px; */
    color: #191818;
}


/*友情链接*/
.friendL {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #8c0000;
    color: #fff;
}

.friendL .common {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.friendL-tit {
    background: url(../images/jg-icon.png) 30px center no-repeat;
    padding-left: 75px;
    /* float: left; */
    margin-bottom: 10px;
}

.friendL-tit h3 {
    font-size: 18px;
    color: #fff;
}

.friendL-tit span {
    font-size: 14px;
    color: #fff;
}

.friendL-con {
    float: left;
    margin-left: 20px;
}

.friendL-con a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*底部*/
.foot {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    background: #8c0000;
}

.foot-copyright {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    height: auto;
    overflow: hidden;
}

.foot-logo {
    /* float: left; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-imgLink {
    padding: 15px 0;
    display: block;
}

.foot-txt {
    float: left;
    padding: 0px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.foot-icon {
    float: right;
    margin-left: 20px;
    margin-right: 30px;
}

.foot-icon a {
    display: block;
}

.foot-ewm {
    float: right;
    margin-left: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.foot-ewm img {
    width: 100%;
    max-width: 100px;
}

/*列表页*/
.nav_list {
    width: 100%;
}

.nav_list .nav_parent {
    border-bottom: 2px solid #8c0000;
    font-size: 24px;
    line-height: 60px;
    padding: 0 15px;
}

.nav_list ul {
    border: 1px solid #bebebe;
    margin-top: 20px;
    display: none;
}

.nav_list ul li {
    line-height: 22px;
    padding: 18px 0;
    text-indent: 22px;
    font-size: 18px;
    border-bottom: 1px solid #bebebe;
    cursor: pointer;
}

.nav_list ul li.current {
    background-color: #c37878;
}

.list_news {
    width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.list_news .r_title {
    height: 60px;
    border-bottom: 1px solid #ccc;
    display: none;
}

.list_news .r_title .channel {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #8c0000;
    padding: 16px 0px;
}

.list_news .r_title .location {
    float: right;
    text-align: right;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    color: #848484;
    font-size: 14px;
    display: none;
}

.list_news ul {
    padding: 20px 0px 20px 18px;
    line-height: 1.5;
    box-sizing: border-box;
}

.list_news ul li {
    list-style: disc;

    transition: all .6s;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 14px;
    padding: 10px 0 10px 7px;
}

.list_news ul li a {
    /*float: left;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    display: block;
}

.list_news ul li span {
    /*float: right;*/
    color: #8c0000;
}

.page {
    margin: 10px 0;
}

.page a {
    border: 1px solid #93b3e6;
    padding: 3px 8px;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
}

.detail {
    width: 100%;
}

.detail .location {
    height: 60px;
    border-bottom: 1px solid #ccc;
    display: none;
}

.detail .location span {
    float: right;
    text-align: right;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    color: #848484;
    font-size: 14px;
}

.detail .news_title {
    font-size: 16px;
    text-align: center;
    /*height: 36px;*/
    line-height: 1.5;
    margin-top: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}

.detail .info {
    margin: 10px auto;
    text-align: center;
    border-radius: 3px;
    background-color: #e6e4e4;
    width: 100%;
    padding: 2px 0;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.detail .info span {
    padding: 0 10px;
}

.detail .content {
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    background: #ffffff;
}

.detail .content img {
    display: block;
    margin: 10px auto !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;

}

.detail .prevnext {
    width: 100%;
    padding: 15px ;
    border-top: 1px solid #e5e5e5;
    margin: 25px 0 0;
    box-sizing: border-box;
}
