body{margin: 0px;}
a{text-decoration: none;color: #555;}
a:hover{
    color: #384e8e;
    cursor: pointer;
}
ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.container{
    width: 1180px;
    margin: 0 auto;
}
.header{
    height: 100%;
    /*padding: 13px 0;*/
}
.header-sub-nav{
    position: absolute;
    width: 92px;
    height: 0px;
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    z-index: 1000;
    transition: all 0.1s ease;
    overflow-y: hidden;
}
.header-sub-nav.active{
    height: auto;
    padding: 10px 0;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);
}
.header-sub-nav a{
    display: block;
    padding: 10px;
    text-align: center;
}

.word-cut{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .logo{
    width: 108px;
    height: 34px;
    margin-top: 13px;
    margin-right: 30px;
}
.header .nav,
.header .nav >ul,
.header .nav >ul >li
{
    height: 100%;
}

.header .nav .nav-item li{
    cursor: pointer;
    position: relative;
}
.header .nav .nav-item{
    display: block;
    padding: 0 30px;
    line-height: 60px;
    font-weight: bolder;
    font-size: 16px;
    color: #fff;
}

.mt-top{
    margin-top: 30px;
}

.mgt-block{
    display: inline-block;
    vertical-align: middle;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.clearfix::after{
    display: table;
    clear: both;
    content: '';
}

.lt-side{
    width: 780px;
}

.lt-side .banner{
    width: 780px;
    height: 370px;
    background-color: #b5b5b5;
}

.rt-side{
    width: 370px;
}

.block-title{
    position: relative;
    border-top: 3px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 0px 6px 0;
}
.block-title::before{
    position: absolute;
    content: '';
    top: -3px;
    width: 80px;
    height: 3px;
    background-color: #ffae00;
}
.block-title .fl h3{
    color: #384e8e;
    margin: 0px 0px 6px 0px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

.block-title .fl span{
    color: #dcdcdc;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 3px;
}

.block-title .fr.cate-links > a{
    float: left;
    padding: 0px 14px;
    line-height: 32px;
    position: relative;
    color: #394e8e;
    font-size: 14px;
    margin-right: 0px;
}

.block-title .fr.cate-links > a:hover{
    color: #384e8e;
}

.block-title .fr.cate-links > a:not(:last-of-type):after{
    position: absolute;
    content: '';
    width: 1px;
    right: 0px;
    top: 10px;
    height: 12px;
    background-color: #9bb0c7;
}

.block-title .fr.cate-links .more-btn{
    position: relative;
    top: 1px;
}

.block-title .fr.cate-links .more-btn a{
    font-size: 12px;
    border: 1px solid #ececec;
    color: #999;
    padding: 3px 16px;
    line-height: 1;
    border-radius: 8px;
}

.rt-side .news-list ul li{
    list-style: square;
    list-style-position: inside;
    color: #91a9c2;
    font-size: 12px;
    border-bottom: 1px solid #eeeeee;
}

.rt-side .news-list ul li::marker{
    display: inline-block;
    vertical-align: middle;
}
.rt-side .news-list ul li a{
    display: inline-block;
    vertical-align: middle;
    padding: 14px 0px;
    line-height: 1;
    appearance: none;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 352px;
}

.lt-side .hot-news .news-content{
    padding-top: 20px;
}
.lt-side .hot-news .news-content.list .fl{
    width: 380px;
}

.lt-side .hot-news .news-content.list .fl h3{
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 黑体;
    font-size: 18px;
}

.lt-side .hot-news .news-content.list .fl ul li{
    list-style: square;
    list-style-position: inside;
    color: #91a9c2;
    font-size: 12px;
    overflow: hidden;
}
.card-news .card-item{
    width: 380px;
    height: 120px;
    margin-bottom: 20px;
}
.card-news .card-item .news-info{
    position: relative;
    height: 100%;
}
.card-news .card-item h3{
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
}
.card-news .card-item p{
    color: #999;
    font-size: 12px;
}

.card-news .card-item .date{
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #999;
    font-size: 13px;
}

.content{
    color: #333;
}

.content p{
    line-height: 1.8;
    font-size: 17px;
}

.content img{
    display: block;
    width: 100%;
}

.card-news .card-item:nth-child(2n+1){
    margin-right: 20px;
}
.card-news .card-item img{
    width: 180px;
    height: 120px;
    margin-right: 14px;
}
.card-news .news-info{
    width: 186px;
}
.lt-side .hot-news .news-content.list .fl ul li::marker{
    display: inline-block;
    vertical-align: middle;
}
.lt-side .hot-news .news-content+.line{
    height: 30px;
    position: relative;
}
.lt-side .hot-news .news-content+.line::after{
    position: absolute;
    width: 380px;
    height: 1px;
    background-color: #ececec;
    content: '';
    left: 0px;
    top: 20px;
}
.lt-side .hot-news .news-content.list .fl ul li a{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    line-height: 1;
    appearance: none;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 360px;
}

.lt-side .hot-news .news-content.list .fr{
    width: 370px;
}
.lt-side .hot-news .news-content.list .fr .img-news{
    display: block;
    float: left;
    width: 178px;
    height: 125px;
    position: relative
}
.lt-side .hot-news .news-content.list .fr .img-news:first-child,
.lt-side .hot-news .news-content.list .fr .img-news:nth-child(3){
    margin-right: 14px;
}
.lt-side .hot-news .news-content.list .fr .img-news:first-child,
.lt-side .hot-news .news-content.list .fr .img-news:nth-child(2){
    margin-bottom: 14px;
}
.lt-side .hot-news .news-content.list .fr .img-news img{
    display: block;
    background-color: #91a9c2;
    width: 100%;
    height: 100%;
}

.lt-side .hot-news .news-content.list .fr .img-news p{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0px 8px;
}

.recommand-news .img-news{
    width: 178px;
    height: 120px;
    position: relative;
}

.recommand-news .img-news:last-child{
    margin-left: 14px;
}

.recommand-news .img-news img{
    display: block;
    width: 100%;
    height: 100%;
}

.recommand-news .img-news p{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0px 8px;
}

.ph-news li{
    padding: 10px 0;
}

.ph-news li span{
    font-weight: bolder;
    font-style: italic;
    color: #b5b5b5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.ph-news li a{
    display: inline-block;
    vertical-align: middle;
}

.ph-news li:first-child span,
.ph-news li:nth-child(2) span,
.ph-news li:nth-child(3) span{
    color: #eb4f4f;
}
.footer{
    margin-top: 30px;
    background-color: #14151a;
}
.footer .container{
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .footer-qrcode{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.footer-darker-text{
    font-size: 14px;
    color: #a0a0a1;
}
.rights p{
    margin: 10px 0;
    font-size: 14px;
}

.breadcrumbs .item{
    color: #999;
    margin-right: 0px;
    font-size: 13px;
}

.breadcrumbs .item-link{
    position: relative;
    margin-right: 20px;
}

.breadcrumbs .item-link::after{
    position: absolute;
    right: -20px;
    top: 3px;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(/assets/statics/pc/arrow-right.png);
}

.breadcrumbs span:nth-of-type(1){
    margin-right: 0px;
}

.breadcrumbs span:last-child .item-link::after{
    background-image: none;
}

.sub-cates{
    padding-top: 10px;
}

.sub-cates div a{
    float: left;
    padding: 0px 14px;
    line-height: 32px;
    position: relative;
    color: #9bb0c7;
    font-size: 14px;
    margin-right: 0px;
}

.sub-cates div a:first-child{
    padding-left: 0px;
}

.sub-cates div a:hover{
    color: #384e8e;
}

.sub-cates div a:not(:last-of-type):after{
    position: absolute;
    content: '';
    width: 1px;
    right: 0px;
    top: 10px;
    height: 12px;
    background-color: #9bb0c7;
}

.sub-cates > a.more-btn{
    position: relative;
    top: 6px;
    font-size: 12px;
    border: 1px solid #ececec;
    color: #999;
    padding: 3px 16px;
    line-height: 1;
    border-radius: 8px;
}

.details-content .news-info{
    color: #999;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

.details-content .title{
    margin-bottom: 5px;
    color: #333;
}

.details-content .news-info span{
    margin-right: 10px;
    font-size: 13px;
}

.cates-title h2{
    /* margin-top: 10px; */
    color: #384e8e;
}

.sub-cates-list a{
    float: left;
    margin-bottom: 20px;
    font-size: 15px;
    width: 100px;
}

.main-container{
    padding-top: 60px;
}

.top-wrapper{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 60px;
    box-sizing: border-box;
    background-color: #2a3343;
    z-index: 999;
}

.menu_more_list{
    display: none;
    position: fixed;
    max-height: 500px;
    overflow-y: auto;
    top: 60px;
    width: 100%;
    left: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
    z-index: 1000;
}

.menu_more_list .menu-item {
    margin-top:30px;
}

.menu_more_list .menu-item > a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.menu_more_list .menu-item .subcate a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
}

.menu_more_list .menu-item .subcate a:hover {
    color: #384e8e;
}

.gz-news .news-item {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}
.gz-news .news-item:last-child{
    padding-bottom: 0px;
}
.gz-news .news-item:not(:last-child):before {
  position: absolute;
  top: 22px;
  left: 4px;
  height: 100%;
  width: 1px;
  content: '';
  background-color: #ececec;
}
.gz-news .news-item .time-point {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 5px;
}
.gz-news .news-item .time-point .c-1 {
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  left: 0px;
  top: -6px;
  background-color: #ffaf00;
  margin: 0 auto;
  border-radius: 100%;
}
.gz-news .news-item .time-point .c-2 {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 2px;
  background-color: #ffd8cf;
  margin: 0 auto;
  border-radius: 100%;
}
.gz-news .news-item .title {
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gz-news .news-item .date {
  color: #999;
  font-size: 13px;
}
.h-block-title .more {
    position: absolute;
    font-size: 13px;
    right: 0px;
    top: -3px;
    color: #333;
    border: 1px solid #ececec;
    padding: 5px 14px;
    border-radius: 14px;
    line-height: 1;
}
.h-block-title {
    position: relative;
    margin-bottom: 20px;
}
.h-block-title h3{
    color: #384e8e;
    font-size: 20px;
    line-height: 1;
    font-weight: bolder;
}
.cat-subcate a{
    display: inline-block;
    margin: 10px 20px 0px 0px;
    padding: 5px 0px;
    line-height: 1;
    border-radius: 10px;
}