@charset "utf-8";

.ny_banner {
    position: relative;
    
}
.ny_banner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: cover
}

/* 左侧导航 */
main{
    margin: 50px 0;
}
.left_dh{
    width: 240px;
    animation: 0.8s ease 0s 1 normal backwards running fadeInLeft;
}
.left_dh>h1{
    height: 88px;
    line-height: 88px;
    background: #086ba3;
    font-size: 1.475rem;
    color: #fff;
    padding: 0px 1.5rem;
}
.left_dh>h1 span {
    position: relative;
    top: -8px;
}
.left_dh>h1 span::before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 1.25rem;
    height: 1px;
    background: #fff;
}
.left_dh ul{
    box-sizing: border-box;
    background: #f5f5f5;
    border-left: 5px solid #086ba3;
    padding-top: 10px;
}
.left_dh ul li a{
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #4c4c4c;
    display: block;
    padding: 10px 20px;
    transition: all 0.36s ease 0s;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.left_dh ul li a:hover,.left_dh ul li.on a {
    color: #086ba3;
    font-weight: bold;
    background: #fff;
}

/* 右侧内容 */
.right_con{
    width: 100%;
    float: none;
    animation: 0.8s ease 0s 1 normal backwards running fadeInRight;
}

/* 当前位置 */
.dqwz{
    padding: 0 0 0 22px;
    background: url(../img/local.png) 0 12px no-repeat;
    height: 40px;
    line-height: 40px;
    border-bottom: #e8e8e8 1px solid;
}
.dqwz,.dqwz span,.dqwz i,.dqwz a{
    font-size: 14px;
    color: #999999;
    font-style:normal;
    text-transform: capitalize;
}
.dqwz i{ 
    margin:0 6px
}
.dqwz a:hover{
    color: #086ba3;
}
.dqwz span{ 
    color:#086ba3
}

/* 单篇页 */
.right_con .dp{
	margin-top: 30px;
}
.right_con .dp h2{
	font-size: 26px;
	color: #086ba3;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}
.right_con .dp p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 20px;
	text-indent:2em;
	text-align: justify;
}

/* 文章内容页 */
.right_con .content>h2{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    position: relative;
    margin-top: 30px;
}
/* 文章信息 */
.right_con .content .wzxx{
    width: 80%;
    text-align: center;
    font-size: 0;
    margin: 20px auto 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.right_con .content .wzxx p{
    display: inline-block;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 33px;
}
.right_con .content .con_sub{
    padding: 0 0 12px;
}
.right_con .content .con_sub p,.right_con .content .con_sub span{
    font-size: 16px!important;
    line-height: 32px!important;
    color: #333!important;
    text-indent: 2em!important;
    margin-bottom: 20px!important;
    text-align: justify;
}
.right_con .content .con_sub p img{
	display:block;
	margin: 0 auto!important;
}
.right_con .content .next_prev{
    margin: 25px 0 0;
    width: 100%;
    padding: 0 40px;
    height: 56px;
    box-sizing: border-box;
    border-radius: 56px;
    background: #fff;
    box-shadow: 0 0 5px 2px #d5d5d5;
}
.right_con .content .next_prev p{
    width: 50%;
}
.right_con .content .next_prev p a{
    display: block;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_con .content .next_prev p.fr a{
    text-align: right;
}
.right_con .content .next_prev p a:hover{
    color: #086ba3;
}
/* 图片列表页 */
.imgList ul{
    margin-top: 25px;
}
.imgList ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}
.imgList ul li a{
    display: flex;
    width: 100%;
    align-items: center;
}
.imgList ul li a p.con {
    padding: 10px 35px 10px 0;
    box-sizing: border-box;
    width: calc(100% - 160px);
    border-right: 1px solid #e8e8e8;
}
.imgList ul li a p.con span.tit{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imgList ul li a p.con span.txt{
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    color: #9f9f9f;
    display: block;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.imgList ul li a:hover p.con span.tit{
    color: #086ba3;
    font-weight: bold;
}
.imgList ul li a p.time {
    width: 160px;
    padding-left: 35px;
    box-sizing: border-box;
}
.imgList ul li a p.time span{
    display: block;
    font-size: 40px;
    color: #086ba3;
    line-height: 1;
    text-align: center;
}
.imgList ul li a p.time span:nth-of-type(2){
    font-size: 18px;
    color: #9f9f9f;
    margin-top: 10px;
}
.imgList ul li.tit_img a p.img{
    float: left;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.imgList ul li.tit_img a p.img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;
}
.imgList ul li.tit_img a:hover p.img img{
    transform: scale(1.2);
}
.imgList ul li.tit_img a p.con {
    padding: 0 35px;
    box-sizing: border-box;
    width: calc(100% - 400px);
}

/* img */
.video li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 40px;
  }
  .video li:nth-of-type(3n){
    margin-right: 0%;
  }
  .video li a{
    display: block;
    width: 100%;
    height: auto;
  }
  .video li a p.img{
    padding: 61% 0 0;
    position: relative;
    overflow: hidden;
  }
  .video li a p.img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
  }
  .video li a:hover p.img img{
    transform: scale(1.2);
  }
  .video li a p.txt{
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0em;
    color: #1B1B1B;
    border-bottom: 1px solid #d2d2d2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video li a:hover p.txt{
    color: #086ba3;
  }

  /* txtList */
  .txtList li a{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 42px;
    color: #353535;
    padding: 15px 0 15px 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.txtList li a::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(8, 107, 163, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.txtList li a::after{
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #086ba3;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all .5s;
}
.txtList li a span{
    font-size: 16px;
    color: #898989;
    margin-left: 10px;
}
.txtList li a:hover::after{
    width: 100%;
}
.txtList li a:hover::before{
    background: #086ba3;
}
.txtList li a:hover{
    color: #086ba3;
    text-indent: 10px;
    border-bottom: 1px solid transparent;
}
/*检索结果*/
.searchWrap {
    min-height: 600px;
    background: #fff;
    margin: 20px 0;
    padding: 30px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #086ba3;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #086ba3;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}    