/*********************************/
/* 边框动画 */
.bz-buttonAnimat{position:relative;}
.bz-buttonAnimat .inner{position:absolute;top:0;left:0;width:100%;height:100%;}
.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after{background-color:#c6151d;}
.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after{position:absolute;content:"";display:block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}
.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after{left:0;width:100%;height:4px;-webkit-transform:scaleX(0);transform:scaleX(0);}
.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after{top:0;width:4px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before{left:0;}
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after{right:0;}
.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before{top:0;}
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after{bottom:0;}
.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.clockwise:hover:after,
.bz-buttonAnimat.both.clockwise:hover:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise .inner:before,
.bz-buttonAnimat.both.counterclockwise .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.counterclockwise .inner:after,
.bz-buttonAnimat.both.counterclockwise .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.counterclockwise:before,
.bz-buttonAnimat.both.counterclockwise:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.counterclockwise:after,
.bz-buttonAnimat.both.counterclockwise:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover .inner:before,
.bz-buttonAnimat.both.counterclockwise:hover .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover .inner:after,
.bz-buttonAnimat.both.counterclockwise:hover .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover:before,
.bz-buttonAnimat.both.counterclockwise:hover:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover:after,
.bz-buttonAnimat.both.counterclockwise:hover:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.vertical:before,
.bz-buttonAnimat.vertical:after{top:0;width:4px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat.vertical:before{left:0;}
.bz-buttonAnimat.vertical:after{right:0;}
.bz-buttonAnimat.vertical:hover:before,
.bz-buttonAnimat.vertical:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.vertical.clockwise:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.clockwise:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.clockwise:hover:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.clockwise:hover:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.counterclockwise:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:hover:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:hover:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}


.bz-buttonAnimat-blue{position:relative;}
.bz-buttonAnimat-blue .inner{position:absolute;top:0;left:0;width:100%;height:100%;}
.bz-buttonAnimat-blue:before,
.bz-buttonAnimat-blue:after,
.bz-buttonAnimat-blue .inner:before,
.bz-buttonAnimat-blue .inner:after{background-color:#2d4798;}
.bz-buttonAnimat-blue:before,
.bz-buttonAnimat-blue:after,
.bz-buttonAnimat-blue .inner:before,
.bz-buttonAnimat-blue .inner:after{position:absolute;content:"";display:block;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;}
.bz-buttonAnimat-blue.horizontal:before,
.bz-buttonAnimat-blue.horizontal:after,
.bz-buttonAnimat-blue.both:before,
.bz-buttonAnimat-blue.both:after{left:0;width:100%;height:4px;-webkit-transform:scaleX(0);transform:scaleX(0);}
.bz-buttonAnimat-blue.horizontal .inner:before,
.bz-buttonAnimat-blue.horizontal .inner:after,
.bz-buttonAnimat-blue.both .inner:before,
.bz-buttonAnimat-blue.both .inner:after{top:0;width:4px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat-blue.horizontal .inner:before,
.bz-buttonAnimat-blue.both .inner:before{left:0;}
.bz-buttonAnimat-blue.horizontal .inner:after,
.bz-buttonAnimat-blue.both .inner:after{right:0;}
.bz-buttonAnimat-blue.horizontal .inner:hover:before,
.bz-buttonAnimat-blue.horizontal .inner:hover:after,
.bz-buttonAnimat-blue.both .inner:hover:before,
.bz-buttonAnimat-blue.both .inner:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat-blue.horizontal:before,
.bz-buttonAnimat-blue.both:before{top:0;}
.bz-buttonAnimat-blue.horizontal:after,
.bz-buttonAnimat-blue.both:after{bottom:0;}
.bz-buttonAnimat-blue.horizontal:hover:before,
.bz-buttonAnimat-blue.horizontal:hover:after,
.bz-buttonAnimat-blue.both:hover:before,
.bz-buttonAnimat-blue.both:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.bz-buttonAnimat-blue.horizontal:hover .inner:before,
.bz-buttonAnimat-blue.horizontal:hover .inner:after,
.bz-buttonAnimat-blue.both:hover .inner:before,
.bz-buttonAnimat-blue.both:hover .inner:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat-blue.horizontal.clockwise .inner:before,
.bz-buttonAnimat-blue.both.clockwise .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat-blue.horizontal.clockwise .inner:after,
.bz-buttonAnimat-blue.both.clockwise .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat-blue.horizontal.clockwise:before,
.bz-buttonAnimat-blue.both.clockwise:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat-blue.horizontal.clockwise:after,
.bz-buttonAnimat-blue.both.clockwise:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat-blue.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat-blue.both.clockwise:hover .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat-blue.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat-blue.both.clockwise:hover .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat-blue.horizontal.clockwise:hover:before,
.bz-buttonAnimat-blue.both.clockwise:hover:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat-blue.horizontal.clockwise:hover:after,
.bz-buttonAnimat-blue.both.clockwise:hover:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat-blue.horizontal.counterclockwise .inner:before,
.bz-buttonAnimat-blue.both.counterclockwise .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat-blue.horizontal.counterclockwise .inner:after,
.bz-buttonAnimat-blue.both.counterclockwise .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat-blue.horizontal.counterclockwise:before,
.bz-buttonAnimat-blue.both.counterclockwise:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat-blue.horizontal.counterclockwise:after,
.bz-buttonAnimat-blue.both.counterclockwise:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat-blue.horizontal.counterclockwise:hover .inner:before,
.bz-buttonAnimat-blue.both.counterclockwise:hover .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat-blue.horizontal.counterclockwise:hover .inner:after,
.bz-buttonAnimat-blue.both.counterclockwise:hover .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat-blue.horizontal.counterclockwise:hover:before,
.bz-buttonAnimat-blue.both.counterclockwise:hover:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat-blue.horizontal.counterclockwise:hover:after,
.bz-buttonAnimat-blue.both.counterclockwise:hover:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat-blue.vertical:before,
.bz-buttonAnimat-blue.vertical:after{top:0;width:4px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat-blue.vertical:before{left:0;}
.bz-buttonAnimat-blue.vertical:after{right:0;}
.bz-buttonAnimat-blue.vertical:hover:before,
.bz-buttonAnimat-blue.vertical:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat-blue.vertical.clockwise:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat-blue.vertical.clockwise:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat-blue.vertical.clockwise:hover:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat-blue.vertical.clockwise:hover:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat-blue.vertical.counterclockwise:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat-blue.vertical.counterclockwise:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat-blue.vertical.counterclockwise:hover:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat-blue.vertical.counterclockwise:hover:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}


a:focus,a:link,a:visited,a:active,a:hover{
    color: #ffffff;
}

a.black:focus,a.black:link,a.black:visited,a.black:active{
    color: #212529;
}
a.black:hover{
     color: #c6151d;
 }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*************************
*******FJ_TYXH******
**************************/
*{
	padding:0px auto;
}

.container{
    width:95%;
    max-width:95%;
}

.zh-title{
    font-family: beiwei;
    color: #ffffff;
    font-size:32px;
    padding-top: 5px;
}

.en-title{
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-left: 5px;
}

body {
  font-family: pingfang 微软雅黑, 黑体, STHeiti, "Microsoft YaHei";
  font-size: 16px;
  line-height: 24px;
  color: #212529bf;
  background-color: #ebeded;
  letter-spacing:4px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;
  background: transparent;

}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
section {
  padding: 90px 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

.module_title{
    font-family: beiwei;
    font-size: 36px;
    font-weight: bolder;
}

.item_title{
    font-family: pingfang;
    font-size: 18px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item_title_normal{
    font-family: pingfang;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 70px;
    line-height: 50px;
}

.item_content{
    font-family: pingfang;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.item_more{
    font-family: pingfang;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*************************
*****nav CSS******
**************************/
#menu .navbar{
    /*background-color:#960007;*/
    background-color:#8c1d25;
    opacity: 0.9;
}

#menu a:focus,#menu a:link,#menu a:visited,#menu a:active{
    color: #ffffff;
}

#menu a:hover{
    color: #c79b00;
}

#menu a:hover{
    font-weight: bolder;
}

#menu .navbar-brand img{
    width:100px;
    text-align:left;
}
#menu #logo .logo_zh{
    font-family: "pingfang";
    font-weight:500;
    color: #fff;
}

#menu #logo .logo_en{
    font-family: "pingfang";
    font-weight:500;
    color: #fff;
}


#menu ul>li>div.subMenu{
    display: none;
    position: absolute;
    padding-top: 10px;
    float: left;
    border-radius: 4px;
}

#menu ul>li>div.subMenu i{
    color: #FFFFFF;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 36px;
    paddin-top: 5px;
    margin-left: -10px;
}

#menu ul>li>div.subMenu>ul{
    background: #FFFFFF url("../images/logo-bg.png") 10% 10% no-repeat;
    opacity: 1;
    margin: -18px 0px 0px -30px;
    padding: 0px;
    z-index: 5;
}

#menu ul>li>div.subMenu>ul>li{
    list-style: none;
    outline-style: none;
    padding: 5px 30px;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 1px;
}


#menu ul>li:hover>div.subMenu{
    display: inline-block;
}

#menu ul>li>div.subMenu>ul>li a:link,#menu ul>li>div.subMenu>ul>li a:visited,#menu ul>li>div.subMenu>ul>li a:active{
    color: #212529;
}

#menu ul>li>div.subMenu>ul>li a:hover{
    color: #c6151d;
    font-weight: normal;
}

/*************************
*****link CSS******
**************************/
#link a:focus,#link a:link,#link a:visited,#link a:active{
    color: #ffffff;
}

#link{
    position: relative;
    font-family: pingfang;
    background:  #960007;
    color: #ffffff;
    padding: 0px;
}

#link .item{
    padding: 30px 0px 30px 0px;
    font-family: pingfang;
    text-align: center;
}
#link .row>div:nth-child(n+2){
    border-left: 1px solid #b3474c;
}

#link .item:hover{
    font-weight: bolder;
}

/*************************
*****article search CSS******
**************************/
#article_search>div{
    margin: 10px 0px 50px 0px;
    text-align: center;
    background-color: #ffffff;
}

#article_search>div>div{
    padding: 4px 10px;
}

#article_search>div>div:last-child{
    margin-bottom: 20px;
}

#article_search .title{
    padding: 15px 0px;
    font-weight: bolder;
}

#article_search button.text-dark{
    font-size: 14px;
}

#article_search>div span.input-group-text{
    /*background-color: #c6151d;*/
}

#article_search>div  button.btn-outline-danger {
    background-color: #c6151d;
    color: #ffffff;
}


/*************************
*****copy right CSS******
**************************/
#copyright {
    position: relative;
    font-family: pingfang;
    background:  #2d4798;
    color: #ffffff;
    padding: 50px 0px;
}

#copyright .row>div:nth-child(1)>div{
    display: inline-block;
}

#copyright .row img{
    margin-top: -30px;
    width:80px;
}

#copyright .row>div:nth-child(1){
    padding-bottom:5px;
    border-bottom: 1px solid #909ec8;
}
#copyright .row>div:nth-child(n+2){
    padding-top:15px;
}

#copyright .row>div:nth-child(n+3){
    border-left: 1px solid #909ec8;
}


/**********************************首页CSS*********************************************/

/*************************
*****Home slider CSS******
**************************/
#home-slider {
    overflow: hidden;
    position: relative;
}

#home-slider .home-slider-bg-image{
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    opacity: 0.8;
}

#home-slider .home-slider-bg-image div{
    font-family: tyfont;
    text-align: center;
    color:#ffffff;
}

#home-slider .home-slider-mask{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 10;
    padding: 0;
    opacity: 0.5;
}

#home-slider .home-slider-mask div:nth-child(1){
    background-image: linear-gradient(50deg, rgba(47,71,151,0.8),rgba(47,71,151,0.5),rgba(47,71,151,0.2),rgba(255,255,255,0.2),rgba(255,255,255,0.1),rgba(255,255,255,0));
}

#home-slider .home-slider-mask div:nth-child(2){
    background-image: linear-gradient(-50deg, rgba(198,21,29,0.8),rgba(198,21,29,0.5),rgba(198,21,29,0.2),rgba(255,255,255,0.2),rgba(255,255,255,0.1),rgba(255,255,255,0));
}

#home-slider .home-slider-trunoff{
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 11;
    display: flex;
    padding: 0;
    list-style: none;
    opacity: 0.8;
    height:120px;
}

#home-slider .home-slider-trunoff>div>div:nth-child(1){
    background-color: #c93c46;
}

#home-slider .home-slider-trunoff>div>div:nth-child(2){
    background-color: #e2deea;
}

#home-slider .home-slider-trunoff .h-blue{
    border-bottom: 15px solid #2d4798;
}

#home-slider .home-slider-trunoff .arrow{
    text-align: right;
    padding: 10px 20px 10px 0px;
}

#home-slider .home-slider-trunoff .arrow span:hover{
    color: #c6151d;
    cursor: pointer;
}

#home-slider .home-slider-trunoff .page{
    text-align: center;
}

#home-slider .home-slider-trunoff .page span:nth-child(1){
    color:#c6151d;
    font-family: pingfang;
    font-weight: bold;
}

#home-slider .home-slider-trunoff .page sup:nth-child(1){
    color:#414141;
    font-family: pingfang;
}


/*************************
*****toutiao CSS******
**************************/

#toutiao a:focus,#toutiao a:link,#toutiao a:visited,#toutiao a:active{
    color: #212529;
}

#toutiao a:hover{
    color: #c6151d;
}

#toutiao{
    margin-top:80px;
    overflow: hidden;
    position: relative;
    background: url("../images/toutiao-bg.png") 0px 95% repeat-x;
}

#toutiao .toutiao-mask{
    margin-top: -15px;
    padding-top: 80px;
    border-top: 4px solid #ffffff;
    color: #f7f7f7;
    width: 100%;
    z-index: -10;
    font-weight: bolder;
}

#toutiao .title{
    padding:20px 20px 0px 20px;
}

#toutiao .content{
    padding:20px 20px;
    text-align: left;
}

#toutiao #toutiao-1 .title{
    -webkit-line-clamp: 1;
    height: 60px;
    line-height: 40px;
}

#toutiao #toutiao-1 .content{
    -webkit-line-clamp: 2;
    line-height: 28px;
    height: 70px;
}


#toutiao .bottom{
    border-top: 1px solid #d9d9d9;
    text-align: center;
    margin-top:20px;
    padding-top:20px;
}

#toutiao .bottom .more{
    margin-bottom: 20px;
}

#toutiao .bottom span{
    font-size: 14px;
    color: #2d4798;
    font-stretch: ultra-expanded;
}

#toutiao div{
    overflow: hidden;
    position: relative;
    font-family: pingfang;
}
#toutiao #toutiao-1{
    background-color: #ffffff;
    margin: -30px 20px 0px 20px;
    padding: 20px 20px 0px 20px;
}

#toutiao .bg{
    position: absolute;
    overflow: visible;
}

#toutiao .bg span{
    color: #f4f4f4;
    font-family: tyfont;
}

#toutiao #toutiao-1 .bg {
    top: 70px;
    left: 30px;
    font-size: 200px;
}

#toutiao #toutiao-3 .bg {
    top: 60px;
    left: 10px;
    font-size: 144px;
}

#toutiao #toutiao-4 .bg {
    bottom: 50px;
    right: 0px;
    font-size: 144px;
}

#toutiao #toutiao-4,#toutiao #toutiao-3{
    background-color: #ffffff;
    padding: 20px 10px 0px 10px;
}

#toutiao .toutiao-img-3,#toutiao #toutiao-4{
    margin-left: -30px;
}

#toutiao .toutiao-img-4 img,#toutiao .toutiao-img-3 img{
    max-height: 550px;
    overflow: hidden;
    width: 100%;
}

#toutiao #toutiao-4{
    z-index: -1;
}

/*************************
*****xynews CSS******
**************************/
#xynews-department{
    position: relative;
    font-family: pingfang;
    background: #ffffff url("../images/logo-bg.png") right no-repeat border-box;
}

#xynews-department a:focus,#xynews-department a:link,#xynews-department a:visited,#xynews-department a:active{
    color: #212529;
}

#xynews-department a:hover{
    color: #c6151d;
}

#xynews-department .toutiao-img-2{
    min-height: 450px;
    overflow: hidden;
}

#xynews-department .toutiao-2 .date{
    position: relative;
    padding: 5px 5px;
    width: 100px;
    height: 80px;
    line-height: 35px;
    background-color: #c6151d;
    margin: -70px 0px 0px 0px;
    z-index: 1;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

#xynews-department .toutiao-2 .date .day{
    border-bottom: 1px solid #ffffff;
}

#xynews-department .title{
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#xynews-department .toutiao-2 .title{
    margin-left: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    line-height: 30px;

}

#xynews-department .biaoti>div{
    font-weight: bolder;
    padding-bottom: 5px;
    border-bottom: 3px solid #a0a0a0;
    cursor: pointer;
}

#xynews-department .biaoti .choose{
    border-bottom-color: #c6151d;
    color: #c6151d;
}

#xynews-department .biaoti>div:nth-child(3){
    font-family: pingfang;
    font-weight: normal;
    font-size: 14px;
    text-align: end;
    padding-top: 10px;
}

#xynews-department  .news-title{
    margin: 20px 10px;
    border-left: 1px solid #dcdcdc;
}

#xynews-department  .news-title ul{
    position: relative;
}

#xynews-department  .news-title li {
    padding-top: 5px;
    line-height: 35px;
    font-size: 16px;
}

#xynews-department .date{
    padding-top: 8px;
    /*color: #c6151d;*/
    font-size: 14px;
}

#xynews-department #department{
    display: none;
}

/*************************
*****jingcai CSS******
**************************/
#jingcai{
    position: relative;
    font-family: pingfang;
    background:  url("../images/jcsj-bg.jpg") no-repeat ;
    background-size:100% 100%;
    color: #ffffff;
}

#jingcai .title{
    font-size: 36px;
    font-family: beiwei;
    font-weight: bolder;
    padding-top: 30px;
}


#jingcai .title>div:nth-child(1)>div{
    display: inline-block;
}

#jingcai .title>div:nth-child(1)>div:nth-child(2){
    padding-left: 5px;
}

#jingcai .title>div:nth-child(1)>div:nth-child(3){
    display: block;
    /*font-size: 30px;*/
    padding-top: 20px;
    padding-left: 55px;
}

#jingcai .title div{
    overflow: visible;
}

#jingcai .row>*{
    padding-right: 0px;
    padding-left: 0px;
}

#jingcai div{
    overflow: hidden;
}

#jingcai #shangde,#jingcai #shangyong,#jingcai #shangneng{
    background-color: #c6151d;
    color: #ffffff;
}

#jingcai #shangyong{
    background-color: #5f78c6;
}

#jingcai #shangde div:nth-child(1),#jingcai #shangyong div:nth-child(1),#jingcai #shangneng div:nth-child(1){
    margin-top: 30px;
    padding: 30px 0px;
    font-family: tyfont;
    font-size: 96px;
    font-weight: normal;
}

#jingcai #shangde div:nth-child(2),#jingcai #shangyong div:nth-child(2),#jingcai #shangneng div:nth-child(2){
    padding: 30px 0px;
    font-family: pingfang;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: normal;
}

#jingcai .more{
    font-size: 14px;
    margin-top: 50px;
}

#jingcai #img-2 {
    height: 300px;
}

#jingcai #media>video{
    width: 100%;
}

#jingcai a:visited,#jingcai a:link,#jingcai a:hover,#jingcai a:focus{
    color : #ffffff;
}

#jingcai a:hover{
    font-weight: bolder;
}

/*************************
*****quickcenter CSS******
**************************/
#quickcenter{
    background-color: #ffffff;
    padding-top: 0px;
    margin-top: -1px;
}

#quickcenter .item{
    font-family: beiwei;
    font-size: 35px;
    padding: 80px 50px 20px 20px;
    border-bottom: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    background: url("../images/quickenter-bg.png") left bottom no-repeat;
}

#quickcenter .item .text-end{
    padding-top: 30px;
    font-size: 14px;
}

#quickcenter a:visited,#quickcenter a:link,#quickcenter a:focus{
    color : #212529;
}

#quickcenter a:hover{
    font-weight: bolder;
    color: #c6151d;
}

#quickcenter .item svg{
    width: 80px;
    height: 80px;
}


#quickcenter .item .icon-path{
    stroke: #2d4798;
    stroke-width:15;
    fill:transparent;
}

#quickcenter .item>div:hover path {
    animation: icon-path-animation 10s ease-in infinite;
}

#quickcenter .item:hover{
    cursor: pointer;
}

#quickcenter .item>div:hover .icon-path{
    stroke:#c6151d;
}

@keyframes icon-path-animation {
    0% {
        stroke-dasharray: 4917;
        stroke-dashoffset: 4917;
    }

    40% {
        stroke-dasharray: 4917;
        stroke-dashoffset: 0;
    }

    60% {
        stroke-dasharray: 4917;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 4917;
        stroke-dashoffset: 0;
    }
}

/*************************
*****notic CSS******
**************************/

#notice{
    background-color: #ffffff;
}

#notice .row>div{
    position: relative;
}

#notice .biaoti{
    font-family: beiwei;
    font-size: 36px;
}

#notice .biaoti>div{
    margin-left: 40px;
    padding-top: 20px;
    font-family: beiwei;
    font-size: 30px;
}

#notice .item{
    position: relative;
    padding: 5px 20px;
    font-family: pingfang;
    font-size: 14px;
    color: #7c7c7c;
    border: 1px solid #ededed;
    border-top: 5px solid #0a58ca;
    margin: 20px 0px;
    z-index: 100;
}

#notice .row>div:nth-child(4)>div,#notice .row>div:nth-child(7)>div{
    border-top-color: #c6151d;
}

#notice .item>div{
    z-index: 2;
    padding: 20px 0px;
}

#notice .item>div:nth-child(1){
    font-size: 20px;
    color: #232323;
}

#notice .item>div:nth-child(2){
    font-size: 18px;
}

#notice .more{
    font-size: 14px;
}

#notice .mask{
    position: absolute;
    bottom: 40px;
    right: 20px;
    font-family: tyfont;
    font-size: 144px;
    color: #ececec;
}

#notice a:visited,#notice a:link,#notice a:focus{
    color : #212529;
}

#notice a:hover{
    color: #c6151d;
}

/*************************
*****topic CSS******
**************************/
#topic{
    position: relative;
    font-family: pingfang;
    background:  url("../images/topic-bg.jpg") no-repeat ;
    background-size:100% 100%;
    color: #ffffff;
    padding-bottom: 50px;
}

#topic .line1,#topic .line2{
    width:100%;
    height: 10px;
    border-top: 1px solid #ffffff;
}
#topic .line1{
    top: 340px;
}
#topic .line2{
    top: 800px;
}

#topic .container .content{
    background:  url("../images/topic-item-bg.png") no-repeat ;
    background-size:100% 100%;
}

#topic .container .content>div{
    border: 0px solid #ffffff;
    height: 900px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

#topic .container .content>div:nth-child(1){
    width:12%;
}
#topic .container .content>div:nth-child(2){
    padding-top: 500px;
    width:15%;
}

#topic .container .content>div:nth-child(3){
    width:15%;
}
#topic .container .content>div:nth-child(3)>div:nth-child(1){
    padding-top: 180px;
}
#topic .container .content>div:nth-child(3)>div:nth-child(2){
    padding-top: 250px;
}

#topic .container .content>div:nth-child(4){
    width:16%;
}
#topic .container .content>div:nth-child(4)>div:nth-child(1){
    padding-left: 10px;
    padding-top: 180px;
}
#topic .container .content>div:nth-child(4)>div:nth-child(2){
    padding-left: 10px;
    padding-top: 450px;
}

#topic .container .content>div:nth-child(5){
    width:15%;
}
#topic .container .content>div:nth-child(5)>div:nth-child(1){
    padding-left: 10px;
    padding-top: 330px;
}
#topic .container .content>div:nth-child(5)>div:nth-child(2){
    padding-left: 10px;
    padding-top: 280px;
}

#topic .container .content>div:nth-child(6){
    padding-top: 280px;
    padding-left: 20px;
    width:16%;
}

#topic .title>div:nth-child(1)>div{
    display: inline-block;
}

#topic .title>div:nth-child(1)>div:nth-child(2){
    font-family: beiwei;
    font-size: 36px;
}

#topic .title>div:nth-child(1)>div:nth-child(3){
    display: block;
    font-family: beiwei;
    font-size: 30px;
    padding-top: 20px;
    padding-left: 55px;
}

#topic .title>div:nth-child(2){
    font-family: pingfang;
    font-size: 14px;
}

#topic a:visited,#topic a:link,#topic a:active{
    color : #ffffff;
}

#topic a:hover{
    color : #ffffff;
    font-weight: bold;
}

#topic .icon{
    font-size: 50px;
    padding-bottom: 10px;
}

/**********************************首页结束*********************************************/

/**********************************列表页开?********************************************/
#list_home .mask{
    position: absolute;
    text-align: left;
    right:0;
    bottom:0;
    width:100%;
    z-index: 10;
    padding: 0;
    opacity: 1;

}

#list_home .mask>div:nth-child(1){
    font-size: 96px;
    font-family: beiwei;
    padding:20px 60px;
    color: #FFFFFF;
}

#list_home .mask>div:nth-child(2){
    font-size: 48px;
    padding: 30px 100px 60px 0px;
    color: #FFFFFF;
}

#list{
    /*background-color: #eeebea;*/
    font-family: pingfang;
    font-size: 14px;
}

#list a:focus,#list a:link,#list a:visited,#list a:active{
    color: #212529;
}

#list>div>div:nth-child(1)>div{
    display: inline-block;
}

#list>div>div:nth-child(1)>div:nth-child(1){
    font-family: beiwei;
    font-weight: bolder;
    font-size: 16px;
}

#list>div>div:nth-child(2) div.items>div.item{
    background-color: #ffffff;
    margin: 10px;
}

#list>div>div:nth-child(2) .item:hover{
    box-shadow: 0 0 10px #969696;
    -webkit-box-shadow:0 0 10px #969696;
    -o-box-shadow:0 0 10px #969696;
    -moz-box-shadow:0 0 10px #969696;
    cursor: pointer;
}

#list>div>div:nth-child(2)>div:nth-child(1) .date{
    padding: 20px 0px 5px 0px;
}

#list>div>div:nth-child(2)>div:nth-child(1) .title{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}

#list>div>div:nth-child(2)>div:nth-child(1) .title:hover {
    color: #c6151d;
}

#list>div>div:nth-child(2)>div:nth-child(1) .desc{
    font-size: 14px;
    padding: 5px 0px 20px 0px;
}

#list a:focus,#list a:hover{
    color: #c6151d;
}

#list>div>div:nth-child(2)>div:nth-child(1)>div:last-child{
    background-color: transparent;
    margin: 50px 0px 30px 0px;
}

#list>div>div:nth-child(2) .page-link{
    /*background-color: transparent;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
}

#list .page>ul>li>a.curPage{
    background-color: #2d4798;
    color:white;
}

/**********************************内容页开?********************************************/

#content{
    background-color: #ffffff;
    font-family: pingfang;
    font-size: 14px;
}

#content>div>div:nth-child(2)>div:nth-child(1){
    padding: 0px 20px;
}

#content .location
{
    margin-top: 40px;
    border-bottom: 4px solid #dddddd;
}

#content .location>div{
    display: inline-block;
    color: #999999;
    padding: 15px 0px;
}

#content .location>div a:focus,#content .location>div a:link,#content .location>div a:visited,#content .location>div a:active{
    color: #212529;
}

#content .location>div a:hover{
    color: #c6151d;
}

#content .location>div:nth-child(1){
    border-bottom: 4px solid #c6151d;
}

#content .title{
    font-weight: bolder;
    padding: 30px 0px 20px 0px;
    height : 80px;
    line-height: 50px;
}

#content .date{
    background-color: #f2f2f2;
    color: #727272;
    margin: 10px 0px;
    padding: 10px 0px;
    font-size: 14px;
}

#content .date span:nth-child(2){
    margin-left: 20px;
}

#content .article{
    min-height: 800px;
    padding:20px 50px;
    line-height: 30px;
}

#content .article a:focus,#content .article a:link,#content .article a:visited,#content .article a:active{
    color: #212529;
}

#content .article a:hover{
    color: #c6151d;
}

#content .article img{
    width: 100%;
    height: 100%;
    padding: 10px 50px;
}

/*****************************部门简?部门通知-工作动?*******************************************/

#dept_home .mask{
    position: absolute;
    text-align: right;
    right:0;
    bottom:0;
    width:100%;
    z-index: 10;
    padding-right: 30px;
    opacity: 1;

}

#dept_home .mask>div:nth-child(1){
    font-size: 96px;
    font-family: beiwei;
    padding:20px 60px;
    color: #FFFFFF;
}

#dept_home .mask>div:nth-child(2){
    font-size: 48px;
    padding: 30px 100px 60px 0px;
    color: #FFFFFF;
}

#department_info,#department_topic,#work_dynamics{
    background-color: #ffffff;
}

#work_dynamics {
    background-color: #eeebea;
}

#work_dynamics>div>div>div:nth-child(n+3)>div{
    background-color: #ffffff;
}

#department_info .biaoti,#department_topic .biaoti,#work_dynamics .biaoti{
    font-family: beiwei;
    font-weight: bolder;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
}

#department_info .biaoti span,#department_topic .biaoti span,#work_dynamics .biaoti span{
    font-weight: normal;
}

#department_info .info{
    padding: 20px;
    line-height: 25px;
}

#department_info .info a:visited,#department_info .info a:link,#department_info .info a:hover,#department_info .info a:focus{
    color : #c6151d;
}

#department_topic a:visited,#department_topic a:link,#work_dynamics a:visited,#work_dynamics a:link{
    color: #212529bf;
}

#department_topic  a:hover,#department_topic a:focus,#work_dynamics  a:hover,#work_dynamics a:focus{
    color : #c6151d;
}

#department_topic,#work_dynamics {
    padding-top: 30px;
}

#department_topic .topic>div,#work_dynamics .work>div{
    margin-top: 20px;
    padding:30px 20px;
    background-color: #f2f2f2;
}

#department_topic .topic .title,#work_dynamics .work .title{
    font-weight: bolder;
    padding:10px;
}

#department_topic .topic .content,#work_dynamics .work .content{
    padding: 10px;
}

#department_topic .topic .date,#work_dynamics .work .date{
    padding: 10px;
}

/*****************************办事指南********************************************/
#department_bszn{
    background: #f2f2f2 url("../images/department-bszn.gif") no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    min-height: 800px;
}

#department_bszn .title>div:nth-child(1){
    padding: 20px 0px;
}

#department_bszn .title>div:nth-child(2){
    padding: 00px 0px 100px 0px;
}

#department_bszn>div>div:nth-child(2)>div{
    display: inline-block;
}

#department_bszn .img_content{
    position: relative;
}

#department_bszn .img{
    float: left;
    position: relative;
    z-index: 2;
}

#department_bszn .img>img{
    width: 100%;
}

#department_bszn .content{
    margin: 180px 0px 0px -30px;
    min-height:200px;
}

#department_bszn .content>div:nth-child(1){
    text-align: right;
    padding: 0px 50px 20px 0px;
}

#department_bszn .content>div:nth-child(1)>span:hover{
    cursor: pointer;
    font-weight: bolder;
}

#department_bszn .content>div:nth-child(2){
    background-color: #c6151d;
    height: 100%;
    padding: 50px 50px 0px 50px;
    text-align: left;
}

#department_bszn .content>div:nth-child(2)>div>div{
    padding: 8px 0px;
}

#department_bszn .content>div:nth-child(2)>div:nth-child(n+2){
    display: none;
}

/*****************************文件下载******************************************/
#file_down{
    background-color: #ffffff;
    min-height: 400px;
}

#file_down .biaoti{
    color: #ffffff;
    background: #f2f2f2 url("../images/file-down.jpg") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

#file_down .biaoti div:nth-child(1){
    padding: 120px 0px 0px 0px;
}
#file_down .biaoti div:nth-child(2){
    padding: 0px 0px 30px 0px;
    font-size: 20px;
}

#file_down .biaoti div:nth-child(3){
    font-size: 14px;
    padding: 20px 0px;
}

#file_down .file a:visited,#file_down .file a:link{
    color: #212529bf;
}

#file_down  .file a:hover,#file_down .file a:focus{
    color : #c6151d;
}

#file_down .file{
    margin-top: 30px;
}

#file_down .file .title{
    padding: 20px;
    border-bottom: 1px solid #c6151d;
}

#file_down .file .date{
    padding: 20px;
    border-bottom: 1px solid #2d4798;
}

#file_down .file img{
    width: 30px;
    padding-right: 10px;
}
/***********************视频图片页面******************************/
#image_home .mask{
    position: absolute;
    text-align: left;
    left:0;
    bottom:0;
    width:30%;
    z-index: 10;
    padding: 0;
    opacity: 1;
}

#image_home .mask>div:nth-child(1){
    font-size: 96px;
    font-family: beiwei;
    padding:20px 0px 0px 100px;
    color: #FFFFFF;

}

#image_home .mask>div:nth-child(2){
    font-size: 24px;
    padding: 120px 0px 50px 100px;
    color: #FFFFFF;
}

#video-list{
    background: url("../images/v-bg.jpg") no-repeat;
    background-size: 100% 100%;
}

#video-list .title>div:nth-child(1){
    font-weight: bolder;
    font-family: beiwei;
    font-size: 36px;
}

#video-list>div>div>div.title>div:nth-child(2){
    font-family: "Arial Black";
    font-size: 18px;
    padding: 20px 0px 80px 0px;
}

#video-list .items>div:nth-child(1)>.item{
    display: inline-block;
}

#video-list .items>div:nth-child(1)>.item:nth-child(1){
    position: relative;
    width: 50%;
    overflow: hidden;
    float: left;
    height:400px;
    border: 0px solid #c6151d;
}

#video-list .items>div:nth-child(1)>.item:nth-child(2){
    position: relative;
    width: 50%;
    overflow: hidden;
    padding-top:300px;
    height: 700px;
    margin-left: -100px;
    border: 0px solid #c6151d;
}

#video-list .items>div:nth-child(2)>.item:nth-child(2){
    position: relative;
    border: 1px solid #c6151d;
}

#video-list .items>div:nth-child(1)>.item:nth-child(2) .mask{
    position: absolute;
    width:100px;
    height: 100px;
    top: 300px;
    left:0;
    overflow: hidden;
    font-family: tyfont;
    font-size: 108px;
    background-color: #2d4798;
    color: #FFFFFF;
    padding: 40px 20px;
}

#video-list .items .item{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video-list .items>div:nth-child(2) .item{
    padding: 10px 0px;
    border: 0px solid #c6151d;
}

#video-list  .item>div:nth-child(-n+3) {
    position: absolute;
    width: 100%;
    height: 100%;
}

#video-list .item>div:nth-child(2){
    background-color: #212529;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

#video-list .item>div:nth-child(3){
    font-size: 16px;
    padding-top: 150px;
    text-align: center;
    height: 100%;
    line-height: 100%;
    color: #FFFFFF;
}

#video-list  .item>div:nth-child(3) .play{
    font-size: 48px;
    padding-bottom: 30px;
}

#video-list a:hover{
    color: #8c1d25;
}

/*#video-list .items>div:nth-child(2) .item{*/
/*    width: 100%;*/
/*}*/
/*#video-list .items>div:nth-child(2) .item>div:nth-child(1){*/
/*    height:325px;*/
/*    overflow: hidden;*/
/*}*/

/*#video-list .items>div:nth-child(2) .item>div:nth-child(2){*/
/*    height:50px;*/
/*    line-height: 50px;*/
/*    overflow: hidden;*/
/*}*/

#video-list .items img{
    width: 100%;
    height: 100%;
}

#images-list{
    padding-top: 0px;
    background: url("../images/img-bg.jpg") no-repeat;
    background-size: 100% 100%;
}

#images-list>div.title{
    background-color: #2c4798;
}

#images-list>div.title>div>div:nth-child(1){
    font-weight: bolder;
    font-family: beiwei;
    font-size: 36px;
    padding: 80px 0px 10px 0px;
}

#images-list>div.title>div>div:nth-child(2){
    font-family: "Arial Black";
    font-size: 18px;
    padding: 20px 0px 100px 0px;
}

#images-list .container{
    padding:0px 50px;
}

#images-list .container .items{
    margin-top: -50px;
    padding: 50px 50px 100px 50px ;
    background-color: #FFFFFF;
}

#images-list .container .items>div .item{
    overflow: hidden;
 }

#images-list .container .items .item img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0.1S;
}
#images-list .container .items .item img:hover{
    transform: scale(1.1);
}

#images-list .container .items>div:nth-child(1) .item>div:nth-child(1){
    overflow: hidden;
    height: 685px;
}

#images-list .container .items>div:nth-child(2) .item>div:nth-child(1){
    overflow: hidden;
    height: 320px;
}

#images-list .container .items>div .item .title{
    padding-top:10px;
    height: 50px;
    font-size: 14px;
    font-family: beiwei;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    line-height: 30px;
}

#images-list .container .page{
    position: relative;
    margin:50px 0px;
    z-index: 5;
}

#images-list .container .page li{
    background-color: #FFFFFF;
    display: inline-block;
    margin-left: 30px;
    line-height: 50px;
    height: 60px;
    padding: 5px 30px 10px 30px;
    font-weight: bold;
}

#images-list .mask{
    position: relative;
    font-family: "Arial Black";
    font-size: 96px;
    color: #e3dbd8;
    text-align: right;
    letter-spacing: 0.1em;
    margin-top: -200px;

}

#images-list{
    padding-bottom:  180px;
}

/**************************图片页面*********************************/
#video,#image{
    background: #FFFFFF url("../images/p_v_bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
}

#video_title, #image_title{
    padding: 50px 0px;
    text-align: center;
    font-family: beiwei;
    font-size: 24px;
    font-weight: bolder;
}

#video_content,#image_content{
    margin: 0 auto;
    width: 80%;
    min-height: 810px;
    text-align: center;
    box-shadow: 0 0 10px #969696;
    -webkit-box-shadow:0 0 10px #969696;
    -o-box-shadow:0 0 10px #969696;
    -moz-box-shadow:0 0 10px #969696;
}
#video_content{
    min-height: 580px;
    max-height: 1200px;
}

/*#imgage_content{*/
/*    height: 900px;*/
/*}*/

#image_content>div:nth-child(1) div{
    height: 670px;
    overflow: hidden;
}

#image_content>div:nth-child(1) ul img{

    width: 100%;
    overflow: hidden;
}

#image_content>div:nth-child(2) ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#image_content>div:nth-child(2) ul li{
    text-align: center;
    float: left;
    width: 15%;
    height:140px;
    line-height:140px;
    overflow: hidden;
    padding:0px 5px;
    cursor: pointer;
    opacity: 0.8;
}

#image_content>div:nth-child(2) ul img{
    width: 100%;
    height: 100px;
}

#image_content>div:nth-child(2) ul li:first-child,#image_content>div:nth-child(2) ul li:last-child{
    width: 5%;
    /*background-color: #FFFFFF;*/
}

#image_content>div:nth-child(2) ul li.selected{
    background-color: #FFFFFF;
}
/**************机构设置*************************/
#org_home .mask{
    position: absolute;
    text-align: left;
    left:0;
    bottom:0;
    width:100%;
    z-index: 10;
    padding: 0;
    opacity: 1;
}

#org_home .mask>div:nth-child(1){
    font-size: 48px;
    font-family: beiwei;
    padding:0px 0px 0px 300px;
    color: #FFFFFF;

}

#org_home .mask>div:nth-child(2){
    font-size: 24px;
    padding: 0px 0px 50px 300px;
    color: #FFFFFF;
}

#org-list{
    background: #FFFFFF url("../images/orgset-bg.png") no-repeat;
    background-size: 100% 100%;
}

#org-list .container{
    padding: 20px 5%;
}

#org-list .container .org-item{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 90, 255, 0.2);
    margin-bottom: 30px;
    position: relative;
}

#org-list .container .org-item .title{
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    height: 80px;
    padding:30px 20px;
    font-size: 22px;
    z-index: 10;

}

#org-list .container .org-item .title span{
    font-family: beiwei;
    font-weight: bold;
    color: #212529;
}

#org-list .container .org-item .title i,#org-list .container .org-item .row{
    margin-left: 10px;
}

#org-list .container .org-item .title i,#org-list .container .org-item .row i{
    color: #2d4798;
}

#org-list .container .org-item:nth-child(2) .title i,#org-list .container .org-item:nth-child(2) .row i{
    color: #c6151d;
}

#org-list .container .org-item .row{
    position: relative;
    z-index: 1;
    padding: 40px 0px;
    height: 180px;
}

#org-list .container .org-item .row a{
    color: #212529;
    font-size: 14px;
}

#org-list .container .org-item .row a:hover{
    color: #c6151d;
    font-weight: bold;
}

#org-list .container .org-item .mask{
    position: relative;
    text-align: right;
    font-family: tyfont;
    font-size: 288px;
    color: #f2f2f2;
    padding-right: 20px;
    z-index: 0;
    margin-top: -120px;
}

/*
#org-list .row{
    margin-bottom: 50px;
    padding: 0px 0px 50px 0px;
}

#org-list .row:nth-child(even){
    background-color: #f2f2f2;
}

#org-list .title{
    background: #FFFFFF url("../images/org_title_red_bg.png") no-repeat;
    background-size: 300px 100%;
    border-bottom: 2px solid #c6151d;
    color: #FFFFFF;
    font-weight: bolder;
    font-family: beiwei;
    font-size: 28px;
    height: 100px;
    line-height: 100px;
    padding-left: 150px;
}

#org-list .row:nth-child(even) .title {
    background: #FFFFFF url("../images/org_title_blue_bg.png") no-repeat;
    background-size: 300px 100%;
    border-bottom: 2px solid #2d4798;
}


#org-list .content{
    background-color: #f2f2f2;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#org-list .content:hover{
    cursor: pointer;
}

#org-list .row:nth-child(even) .content{
    background-color: #FFFFFF;
}

#org-list .content>div:nth-child(1){
    background: #c6151d url("../images/title_bg.png") center right no-repeat;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    font-size: 20px;
}

#org-list .row:nth-child(even)  .content>div:nth-child(1) {
    background: #c6151d url("../images/title_blue_bg.png") center right no-repeat;
}


#org-list .content>div:nth-child(2){
    padding: 20px;
    height: 400px;
}

#org-list .content>div:nth-child(2)>div{
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 190px;
    font-family: pingfang;
    font-size:16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

#org-list .content>div:nth-child(3){
    margin-top: -200px;
    padding-right: 50px;
    font-family: tyfont;
    font-size: 144px;
    text-align: right;
    color: #FFFFFF;
}

#org-list .row:nth-child(even) .content>div:nth-child(3){
    color: #f2f2f2;
}
*/
