*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color:inherit;
    font-size: inherit;
}
ul,li{
    list-style: none;
}
.align-start{
    align-items: flex-start;
}
.clearfix::after{
    content: '';
    display: block;
    height:0;
    clear: both;
}
.container{
    width: 1238px;
    margin:0 auto;
    min-width: 1238px;
}
.header{
    margin-bottom:42px;
    position: relative;
    height: 274px;
    background: url(banner.png) no-repeat 0 0;
    color: #fff;
}
.header .lang{
    position: absolute;
    right: 42px;
    bottom: 10px;
    z-index:1;
    font-size: 14px;
    cursor: pointer;
}
.menu{
    position: absolute;
    left:0;
    bottom: 0;
    padding-left: 164px;
    width: 100%;
}
.nav-item{
    position: relative;
    float: left;
    padding: 0 46px;
}

.nav-item:not(:last-child)::after {
    content:'';
    display: block;
    background: #ddd;
    position: absolute;
    right:0;
    bottom:0;
    width: 1px;
    height: 44px;
}

.nav-item>a{
    display: block;
    padding: 6px 24px 8px; 
}

.nav-item:hover{
    color: #005ea5;
    background: #ddd;
}
.nav-item:hover .nav li{
    border: none;
}

.nav-item:hover .subMenu{
    display: block;
}

.nav-item a{
    font-size: 22px;
    font-weight: bolder;
}
.subMenu{
    display: none;
    position: absolute;
    left:0;
    top:44px;
    z-index:9;
    width: 260px;
    background-color: rgba(255,255,255,0.9);
}

.subMenu-item{
    padding: 0 27px;
    color: #000;
}
.nav-item .subMenu-item>a{
    padding: 7px 0;
    display: block;
    font-size: 18px;
}
.subMenu-item:not(:last-child) a{
    border-bottom: 1px solid #ddd;
}
.subMenu-item:hover{
    color: #005ea5;
}
.title-bar{
    padding-right: 10px;
    margin: 28px 0;
    display: flex;
    justify-content: space-between;
}
.title-bar .title{
    font-size: 18px;
	font-weight: bold;
    padding-left: 15px;
    border-left: 2px solid #005ea5;
    color: #005ea5;
}
.title-bar .more{
    font-size: 14px;
    color: #666;
}
.flex{
    display: flex;
}
.home .flex .section{
    width: 50%;
}
.home .flex .section:first-child{
    margin-right: 30px;
}
.swiper{
    position: relative;
}
.swiper img{
    display: block;
    width: 100%;
}
.swiper a{
    display: block;
    position: relative;
}
.swiper p{
    position: absolute;
    left:0;
    bottom:0;
    z-index:1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0 14px;
    font-size: 18px;
    line-height: 3.2;
}
.hd{
    position: absolute;
    right: 7px;
    bottom: 12px;
    z-index:1;
}
.hd ul{
    overflow: hidden;
}
.hd li{
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.hd li.on{
    background: #0066cc;
}
.news-list{
    margin-top: 10px;
}
.news-list li{
    font-size: 18px;
    color: #000;
    line-height: 2;
}

.news-list li:hover{
    color: #005ea5
}
hr{
    margin: 20px 0 0;
    border-color: #005ea5;
}
.news-img{    
    display: block;
    width: 244px;
    margin-right: 27px;
}

.img-desc{
    font-size: 14px;
    color: #000;
    line-height: 1.7;
}
.news-list.small{
    margin-top: 0;
}
.news-list.small li{
    line-height: 1.5;
}
.news-list.small a{
    font-size: 14px;
    margin-bottom:  8px;
}

.img-item:not(:last-child){
    margin-right: 14px;
}
.img-box{
    margin-top: 30px;
}
.img-item{
    flex:1;
}
.img-item img{
    margin-bottom: 16px;
}
.img-item p{
    font-size: 14px;
    color: #000;
}
.qrcode{
    margin-top: 28px;
}
.qrcode-box{
    width: 426px;
}
.qrcode-list{
    display: flex;
}
.qrcode-item{
    margin-right: 20px;
    flex:1;
    text-align: center;
    font-size: 14px;
}
.link-list{
    display: flex;
    flex-wrap: wrap;
}
.link-item{
    flex:1;
    margin-bottom: 28px;
}
.link-item:not(:nth-child(4n+4)){
    margin-right: 30px
}
.footer{
    padding: 26px 0 61px;
    margin-top: 20px;
    border-top:1px solid #005ea5;
    text-align: center;
    font-size: 14px;
}

.aside-left{
    margin-right: 37px;
    width: 292px;
    font-size: 14px;
}
.aside-left .section{
    margin-bottom: 19px;
}
.aside-title{
    margin-bottom: 12px;
    padding-top: 15px;
    border-top: 2px solid #005ea5;
    font-size: 18px;
	font-weight: bold;
	color: #005ea5;
}
.dot{
    line-height: 2;
}
.dot::before{
    content:'';
    width: 3px;
    height: 3px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    background: #000;
}
.aside-left .more{
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
    color: #666666;
}
.zt-item {
    margin-bottom: 30px;
}
.zt-item a{
    display: flex;
}
.zt-item img{
    display: inline-block;
    margin-right: 18px;
    width: 106px;
    height: 102px;
}
.zt-item span{
    display: inline-block;
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
}
.news-box{
    flex:1;
    line-height: 2;
}


/* 详情公共样式 */
.crumbs {
    margin-top: 17px;
    margin-bottom: 45px;
    padding-left: 5px;
  }
  .view-content {
    margin-bottom: 85px;
    text-align: center;
    line-height: 1.8;
  }
  .view-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
  }
  .view-date {
    margin-top: 35px;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: center;
  }
  .view-content hr {
    border-color: #e5e5e5;
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .view-content p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .indent{
    text-indent: 40px;
  }
  .view-content img {
    margin: 0 auto;
    width: 918px;
    margin-top: 31px;
    margin-bottom: 47px;
  }
  .list-container .center {
    padding-left: 20px;
  }
  .list-title {
    margin-bottom: 19px;
  }
  .text-left{
    text-align: left;
  }
  .gallery img{
    display: block;
    width: 230px;
  }