@charset "utf-8";

/* zst */
.myBanner img {
    display: block;
    width: 100%;
}

/* content */
.content {
    background-color: #fff;
    padding: 30px 0 50px;
}

.content_main {
    position: relative;
    z-index: 9;
}

.content_txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.left_nav {
    width: 250px;
}

.column_title {
    position: relative;
    z-index: -1;
    background: rgba(19, 120, 50, 0.8);
    color: #fff;
    padding: 10px 15px;
    line-height: 60px;
    display: block;
    width: 100%;
    font-size: 36px;
    text-align: center;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.right_content {
    width: calc(100% - 300px);
}

.content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 78, 159, 0.2);
}

.content_top .colom {
    font-size: 24px;
    line-height: 24px;
    position: relative;
}

.content_top .colom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(19, 120, 50);
    left: 0;
    bottom: -16px;
}

.currentPosition {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.currentPosition p,
.currentPosition a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #000C19;
    line-height: 15px;
}

.currentPosition p {
    margin-left: 10px;
}

.currentPosition a {
    margin-right: 30px;
    position: relative;
}

.currentPosition a::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(../images/cintent_r.png);
    background-repeat: no-repeat;
    top: 3px;
    right: -18px;
}

.currentPosition a:last-child::after {
    display: none;
}

.currentPosition a:last-child {
    margin-right: 0px;
}

.content_text{padding-top:30px;}

.content_text .title {
    display: block;
    font-size: 36px;
    line-height: 54px;
    color: rgba(19, 120, 50, 0.85);
    margin-top: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.content_text .source {
    padding: 12.5px 0;
    margin-top: 30px;
    text-align: center;
    background: rgba(19, 120, 50, 0.1);
    font-weight: 400;
    font-size: 15px;
    color: #6F8193;
    line-height: 30px;
    margin-bottom: 30px;
}

.content_text .source  span{
    display:inline-block;
    margin:0 7.5px;
}

.content_text p {
    text-indent: 2em;
    font-size: 21px !important;
    color: #333 !important;
    line-height: 45px !important;
    margin-top: 5px;
}

.content_text p img {
    /* display: block;*/
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: 65%;
    object-fit: cover;
}

/* singlePage */

.column {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.04);
    padding: 5px 10px 20px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.column li {
    line-height: 48px;
    padding: 0 15px;
}

.column ol {
    display: none;
}

.column ol li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.column li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.column li a {
    display: block;
    text-align: left;
    font-size: 18px;
    color: #333;
}

.column li ol li a {
    display: block;
    text-align: left;
    font-size: 18px;
    color: #666;
}


.column .active div a,
.column li ol .active a {
    color: rgb(19, 120, 50);
}

.column li span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/nav_yjt_h.png);
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}

.column li span.rotate-90 {
    transform: rotate(90deg);
}

.column .active span {
    background: url(../images/nav_yjt_l.png);
}

/* invest */

.invest {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.invest li {
    width: 49%;
    background: #F6F8FA;
    margin-top: 30px;
    padding: 35px 45px;
}

.invest li p {
    font-size: 17px;
    color: #1F2B37;
    line-height: 38px;
    margin: 0;
    text-indent: 0;
}

/* textList */

.textList li {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 78, 159, 0.2);
}

.textList li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textList li a .time {
    padding: 15px 10px;
      background: rgba(19, 120, 50, 0.8);
}

.textList li a .time span {
    display: block;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
}

.textList li a .time p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 15px;
}

.textList li a .txt {
    width: calc(100% - 100px);
}

.textList li a .txt span {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}

.textList li a .txt p {
    margin-top: 10px;
    font-size: 15px;
    color: #8D8D8D;
    line-height: 25px;
}

/* search */

.search {
    /* margin-top: 40px; */
}

.search_s {
    position: relative;
    margin-bottom: 10px;
}

.search_s .txt {
    width: 100%;
    height: 55px;
    background: #F6F8FA;
    font-size: 16px;
    color: #000C19;
    padding: 0 163px 0 20px;
}

.search_s .btn {
    width: 143px;
    height: 55px;
    background: #2C7CD5;
    font-size: 0px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

/* imgList */


.imgList li {
    padding: 35px 0;
    border-bottom: 1px solid #DDDDDD;
}

.imgList li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imgList li a .text h3 {
    font-weight: 400;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
}

.imgList li a .text p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    max-height: 75px;
    margin: 12.5px 0;
}

.imgList li a .text span {
    display: block;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 18px;
}

.imgList li a .img {
    width: 225px;
    height: 150px;
}

.imgList li a .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgList li a .text {
    width: calc(100% - 255px);
}

.imgList .n_li a .text {
    width: 100%;
}

.imgList .n_li a .text p {
    height: auto;
    max-height: 75px;
}

.searchWrap { min-height: 600px; background: #fff; padding-bottom: 50px; }
.searchWrap .serBox{padding:25px;background:#f4f4f4;margin-bottom:20px;margin-top:20px;}
.searchWrap .txt {border: none;height: 40px;width: 1009px;font-size: 15px;padding-left: 10px;color: #3d3d3d;}
.searchWrap .btn {border: none; height: 40px; width: 120px; text-align: center; float: right; cursor: pointer; _display: inline; color: #fff; right: 10px; top: 20px; background:#c60001; font-size: 18px; }
.searchWrap ul{padding-bottom:30px;}
.searchWrap ul li{line-height:2em; border-bottom:1px solid #dedede;padding:20px 0}
.searchWrap ul li a{display:block;}
.searchWrap ul li a h3{font-size:18px;font-weight:bold;margin-bottom:15px;color: #333;}
.searchWrap ul li a p{ font-size:14px;line-height: 34px !important;height:68px; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.searchWrap ul li a span.time{color:#999;margin-top:15px}



.lead li{clear:both;height: 257px;padding:20px 0px;border-bottom:1px dashed #d5d5d5;}
.lead_img{width:162px;}
.lead a{padding:0px;}
.lead_img img{width:162px;height:200px;}
.lead_wz{width:656px;margin-left:20px;}
.lead_wz h2{line-height:36px;font-size:18px;font-weight: bold;color: #333;}
.fl{float:left;}
.lead_wz p{line-height:30px;}

#vsb_content table,#vsb_content_2 table{border: 0px!important;border-left: 1px solid #ddd!important;border-top: 1px solid #ddd!important;width: auto;max-width: 95%;margin: 10px auto;}
#vsb_content table tr td,#vsb_content_2 table tr td{border-left: 0px!important;border-top: 0px!important;line-height: 23px;padding: 5px;border-right: 1px solid #ddd!important;border-bottom: 1px solid #ddd!important;text-indent: 0;vertical-align: middle;}
#vsb_content table tr td p,#vsb_content_2 table tr td p{text-indent:0em; padding:0px; margin:0px; }
#vsb_content table video,#vsb_content_2 video{display: block;width: auto;height: auto;margin: 0 auto;max-width: 80%;}

.ysjs_list{margin-top:20px;}
.ysjs_list ul li {width: 14%;float: left;margin-right: 3.2%;margin-bottom: 20px;box-shadow: 2px 1px 11px #efefef;}
.ysjs_list ul li:nth-child(6n) { margin-right: 0; }
.ysjs_list ul li div.pic_img {width: 100%;height: 209px;overflow: hidden;text-align: center;}
.ysjs_list ul li div.pic_img img {width: 100%;/* height: 209px; *//* max-height: 209px; */object-fit: cover;transition: all 1s;display: inline-block;}
.ysjs_list ul li:hover div.pic_img img { /*transform: scale(1.2); */}
.ysjs_list ul li div.jj {width: 100%;/* background: #f5f5f5; */padding: 10px 0;}

.ysjs_list ul li div.jj h3 {font-size: 18px;text-align: center;color: #333;font-weight: normal;}
.ysjs_list ul li div.jj p {font-size: 16px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ysjs_list ul li:hover div.jj h3 { color: #00a99b; }

.content1 .w1500{
    width: 65%;
    max-width: 65%;
    border-radius: 10px;
    /* box-shadow: inset 0 0 6px rgb(0 0 0 / 1%); */
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1); */
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.08);
    box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.08);
    }
.clik{margin-top:14px;border-top: 1px solid #ccdcec;padding-top: 20px;}