/*头部*/

img {
    align-items: center;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.nav-scroll {
    color: #ffffff;
   background: rgba(255, 255, 255, 1);
}

.header-h {
    height: 86px;
}

.logo-height {
    height: 50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 2.2rem 2.3rem;
    font-size: 16px;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-ico {
    padding: 2rem 1rem;
    font-size: 36px;
    line-height: 80px!important;
}

.navbar-brand {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.shadow-sm-top {
    box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .075) !important;
}

.search-box {
    padding: 1.8rem 2.3rem;
    border-left: 1px solid #c8c8c8;
}
.sjsea{
  display:none;
}
.home-search {
    width: 280px;
    right: 0 !important;
}


/*新闻动态*/

.home-title {
    border-bottom: 2px solid #e60000;
    margin-bottom: 2rem;
    padding-bottom: 5px;
}

.more {
    float: right;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.more a {
    display: block;
    color: #646464;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

.more a:hover {
    border-radius: 5px;
    border: 1px solid #e60000;
    background: #e60000;
    color: #ffffff;
}

.home-picbox {
    overflow: hidden;
}

.home-pic:hover {
    transform: scale(1.1);
    transition: all 1s;
}

.news-list {}

.news-list a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #d2d2d2;
}

.news-list a:hover {
    border-bottom: 1px solid #e60000;
}

.news-time {
    background: #a0a0a0;
    color: #ffffff;
}

.news-time a {
    display: block;
    color: #ffffff;
}

.news-time:hover {
    background: #e60000;
}

.news-list .text-black {
    height: 1.8rem;
    line-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .text-secondary {
    height: 1.6rem;
    line-height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.row.xwdt{
  display: block;
       margin: 0px;
}
.xwdt .lf{
  width:528px;
  float: left;
}
.xwdt .rg{
  width: calc(100% - 548px);
  float: right;
}
.xwdt .lf .xwtp{
  overflow:hidden;
    padding-bottom:66%;
    position:relative;
}
.xwdt .lf .xwtp img{
  position:absolute;
    left:0;
    top:0;
    width:100%;
    /*height:100%;*/
}
/*推荐作品*/

.work-title {
    width: 13%;
    float: left;
    background: #ffffff;
    border-top: 3px solid #e60000;
    text-align: center;
    padding: 10px 0;
}

.work-img {
    position: relative;
}

.work-img .mask {
    opacity: 0;
    z-index: 3;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    text-align: center;
}

.work-img .mask .subtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-img:hover .mask {
    z-index: 5;
    transition: 0.3s;
    opacity: 1;
}
.work-img .mask .subtitle .bt{
    height: 3.0rem;
    line-height: 3.0rem;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.work-img .mask .subtitle .jj {
    line-height: 1.5rem;
    height: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.workimg1 {
    width: 100%;
    height: 745px;
    overflow: hidden;
    position: relative;
}


/*.workimg1 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;}*/


/* 保持比例缩放并裁剪多余部分 */

.workimg2 {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.workimg1 img,
.workimg2 img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out 0s;
    height: 100%;
}

.workimg1 img:hover,
.workimg2 img:hover {
    transform: translate(-50%, -50%) scale(1.05);
}


/*.workimg2 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}*/


/* 保持比例缩放并裁剪多余部分 */




/*新闻动态页面*/
.pagebg1 {
    background: url(../images/pagebg1.jpg) no-repeat top center #eeeeee;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.pagebg2 {
    background: url(../images/pagebg2.jpg) no-repeat top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.page-h {
    height: 60px;
}

/*底部*/
.copyright {
    background: #242730;
}
.w-100 {
    width: 100%;
    margin: 0 auto;
}

/*内页*/
.content #vsb_content{
  padding:0 1rem;
}
.content img {
    max-width: 100%;
}
.content p {
       text-indent: 2.4rem;
   font-size: 1.142rem!important;
  line-height: 2rem;
}
.content p img{
  max-width:100%important;
  height:auto!important;
}
.content h3 {
    color: #000000!important;
}
.content table tr td {
    border: 1px solid #646464;
    padding: 3px 10px;
}
.no-pleft {
    padding-left: 0;
}
.no-pright {
    padding-right: 0;
}
.pronav {
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
}
.pronav ul::-webkit-scrollbar {
    display: none
}
.pronav ul li {
    line-height: 50px;
}
.pronav ul li a {
    display: block;
    border-bottom: 1px solid #dcdcdc;
}
.pronav ul li a:hover {
    color: #e60000;
    border-bottom: 1px solid #e60000;
}
.lbpic {
    overflow: hidden;
    padding-bottom: 69.27%;
    position: relative;
}
.lbpic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out 0s;
}
.lbpic img:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.zwpad{
      padding: 0px 6rem;
    box-sizing: border-box;
       overflow: hidden;
    min-height:600px;
}
.zwpad p{

    	text-indent: 2.4rem;
font-size: 1.142rem!important;
line-height: 2rem;
}
.zwpad p img{
  max-width:100%!important;
  height:auto!important;
      margin-left: -2rem;
}
@media (max-width:1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 2.2rem 1rem;
        font-size: 16px;
    }
   .zwpad{
      padding: 0px 2rem;
}

}
@media (max-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 2rem 1.5rem;
    }
    
    .search-box {
        padding: 1.5rem 2.3rem;
        border-left: 1px solid #ffffff;
    }
    /*推荐作品*/
    
    .work-title {
        width: 22%;
    }
    
    .workimg1 {
        width: 100%;
        height: 585px;
    }
    
    .workimg2 {
        width: 100%;
        height: 280px;
    }

   .xwdt .lf{
  width:350px;
}
.xwdt .rg{
  width: calc(100% - 370px);
}
.xwdt .rg .news-list.mb-4{
  margin-bottom: 1rem!important;
}
.xwdt .rg .news-list.num4{
  display:none;
}


.more {
    font-size: 12px;
}

.more a {
    padding: 1px 3px;
}
.jycglb{
   margin-bottom: 0.6rem!important;
}
.jycglb .mb-3{
   margin-bottom: 0.5rem!important;
}
.jycglb.num4{
  display:none;
}
}
@media (max-width:768px) {
    .wapnone {
        display: none;
    }
    .sjsea{
  display:block;
   background: #fff;
  overflow:hidden;
   padding: 0.5rem 0 1.2rem;
}
 .sjsea .text{
     font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
     background: #fff;
   border-radius: .25rem;
   float: left;
    width: calc(100% - 4rem);
    outline: none;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    box-sizing: border-box;
}
 .sjsea .button{
    float: right;
   isplay: inline-block;
    font-weight: 400;
   color: #fff;
    background: #e60000;
      text-align: center;
    vertical-align: middle;
   font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
   width:4rem;
   padding: .375rem .75rem;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #e60000;
}
    .header-h {
        height: 45px;
    }
    
    .no-pleft {
        padding-left: 10px;
    }
    
    .no-pright {
        padding-right: 10px;
    }
    
    .logo-height {
        margin: .4rem 0;
        height: 25px;
    }
    
    .wapbtn {
        width: 100% !important;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem;
        font-size: 16px;
    }
    
    .headerbox {
        width: 100%;
    }
    
    .dropdown-menu {
        width: 100%;
    }
    
    .more {
        font-size: 12px;
    }
    /*推荐作品*/
    
    .work-title {
        width: 50%;
    }
    
    .workimg1 {
        height:360px;;
    }
    
    .workimg2 {
        height: 200px;;
    }
    
    .left-nav ul li {
        line-height: 30px;
    }
    
    .footer-logo {
        width: 50% !important;
    }
    
    .pronav {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex;
        align-items: center;
        padding: 0 5px;
    }
    
    .pronav ul::-webkit-scrollbar {
        display: none
    }
    
    .pronav ul li {
        display: inline-block;
        display: -moz-inline-stack;
        padding: 10px 12px;
        line-height: 30px;
        font-size: 14px;
    }
    
    .pronav ul li {}
    
    .pronav ul li a {
        display: block;
        border-bottom: none;
    }
    
    .pronav ul li a:hover {
        color: #e60000;
        border-bottom: none;
    }
    
    .m-5 {
        margin: 1.5rem!important
    }
    
    .mt-5,
    .my-5 {
        margin-top: 1.5rem!important
    }
    
    .mr-5,
    .mx-5 {
        margin-right: 1.5rem!important
    }
    
    .mb-5,
    .my-5 {
        margin-bottom: 1.5rem!important
    }
    
    .ml-5,
    .mx-5 {
        margin-left: 1.5rem!important
    }
    
    .p-5 {
        padding: 1.5rem!important
    }
    
    .pt-5,
    .py-5 {
        padding-top: 1.5rem!important
    }
    
    .pr-5,
    .px-5 {
        padding-right: 1.5rem!important
    }
    
    .pb-5,
    .py-5 {
        padding-bottom: 1.5rem!important
    }
    
    .pl-5,
    .px-5 {
        padding-left: 1.5rem!important
    }

   .xwdt .lf{
  width:100%;
}
.xwdt .rg{
  width: calc(100% - 0px);
      margin: 15px 0px 20px; 
}
.xwdt .rg .news-list.num4,
.jycglb.num4{
  display:block;
}


.content #vsb_content{
  padding:0;
}


}


.ssjg {
    min-height: 450px;
}
.list_rsou {
    width: 100%;
}
.list_rsou ul {
    width: 100%;
    float: left;
}
.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}
.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #92130c;
}
.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}
.list_rsou ul li:hover a {
    color: #92130c;
    text-indent: 16px;
    transition: all 0.4s;
}
.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}
.sspage a {
    color: #01548a;
}
.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}