@charset "utf-8";

.nymain {
    padding-bottom: 1.5rem;
}

.position {
    background: #e3ecfb;
    background-position: center center;
    background-size: cover;
    padding: .38rem 0 .4rem 0;
    margin-bottom: .7rem;
    position: relative;
    z-index: 10;
}

.position-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.position-box img {
    max-height: .14rem;
}

.position-box a {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #737885;
    margin: 0 .05rem;
}

.position-box span {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #737885;
    margin: 0 .05rem;
}

.position h2 {
    margin-top: .1rem;
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #004cd8;
}


.ny-c {
    display: flex;
    justify-content: space-between;
}

.ny-l {
    flex: 1;
    min-width: 0;
}

.ny-r {
    width: 3.2rem;
    margin-left: .9rem;
}

/* 图片列表 */

.tplist ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem;
}

.tplist ul li {
    width: 33.33%;
    margin-top: .57rem;
}

.tplist ul li:nth-child(-n+3) {
    margin-top: 0;
}

.tplist ul li a {
    display: block;
    margin: 0 .3rem;
    position: relative;
}

.tplist ul li a .pic {
    padding-top: 60%;
}

.tplist ul li a .pic .date {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    transform: translateX(0);
    width: 0.58rem;
    height: 0.71rem;
    background-color: #f5f9ff;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.tplist ul li a .pic .date div {
    width: auto;
    height: auto;
    position: static;
    transform: none;
}

.tplist ul li a .pic .date b {
    display: block;
    font-family: Rubik-Light;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #0062f6;
}

.tplist ul li a .pic .date span {
    font-family: Rubik-Light;
    display: block;
    font-size: 0.14rem;
    line-height: .14rem;
    font-weight: normal;
    color: #0062f6;
    margin-top: .05rem;
}

.tplist ul li a .info {
    padding-top: .2rem;
    padding-bottom: .17rem;
    position: relative;
}

.tplist ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.6rem;
    height: 0.03rem;
    background-color: #004cd8;
}

.tplist ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: 600;
    /* line-height: 0.24rem; */
    color: #00255d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* height: .48rem; */
}
.tplist ul li a .spxw h3 {font-size: 0.2rem;font-weight: 600;color: #00255d;background: url(../images/icon-play.png) no-repeat left top;background-size: 30px;text-indent: 1.5em;line-height: 0.3rem;height: .6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.tplist ul li a:hover .info h3 {
    color: #005aff;
}



/* 图文列表 */

.twlist ul {}

.twlist ul li {
    margin-top: .4rem;
}

.twlist ul li:nth-child(1) {
    margin-top: 0;
}

.twlist ul li a {
    display: flex;
}

.twlist ul li a .pics {
    width: 3.5rem;
    margin-right: .45rem;
}

.twlist ul li a .pic {
    padding-top: 60%;
}

.twlist ul li a .pic .pub_date {
    position: absolute;
    left: 0;
    bottom: -.11rem;
    top: auto;
    transform: translateX(0);
    width: 0.58rem;
    height: 0.71rem;
background-color: #fff;
}

.pub_date {
    width: 0.58rem;
    height: 0.71rem;
    background-color: #f5f9ff;
    text-align: center;
    display: flex;
    align-items: center;

}

.pub_date div {
    width: auto;
    height: auto;
    position: static;
    transform: none;
    transform: translateX(0);
}

.pub_date div b {
    display: block;
    font-family: Rubik-Light;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #0062f6;
}

.pub_date div span {
    display: block;
    font-size: 0.12rem;
    line-height: .12rem;
    font-weight: normal;
    color: #0062f6;
    margin-top: .05rem;
}

.twlist ul li a .pub_info {
    position: relative;
}

.twlist ul li a .pub_info::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.6rem;
    height: 0.03rem;
    background-color: #004cd8;
}

.pub_info {
    flex: 1;
    min-width: 0;
}

.pub_info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #004cd8;
}

.pub_info h3 {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.24rem;
    color: #00255d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin: 0.05rem 0 .08rem 0;
}

.pub_info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #787f8a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: .88rem;
}

a:hover .pub_info h3 {
    color: #005aff;
}


/* 文字列表 */
.tlist ul li {
    margin-top: .55rem;
}

.tlist ul li:nth-child(1) {
    margin-top: 0;
}

.tlist ul li a {
    display: flex;
    align-items: flex-start;
}

.tlist ul li a .pub_date {
    width: 0.74rem;
    background: none;
    height: auto;
}

.tlist ul li a .pub_info {
    position: relative;
    padding-bottom: .35rem;
    border-left: 1px solid rgba(140, 142, 147, .29);
    padding-left: .35rem;
}

.tlist ul li a .pub_info div {
    display: flex;
    align-items: center;
}

.tlist ul li a .pub_info div img {
    max-height: .3rem;
}

.tlist ul li a .pub_info div b {
    font-size: 0.12rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #737885;
    margin-left: .1rem;
}

.tlist ul li a .pub_info h3 {
    display: block;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tlist ul li a .pub_info p {
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .66rem;
}

.tlist ul li a .pub_info::after {
    content: "";
    position: absolute;
    left: .35rem;
    bottom: 0;
    width: 0.6rem;
    height: 0.03rem;
    background-color: #004cd8;
}


/* 内容页 */


.cont-tit {
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}

.cont-tit p {
    flex: 1;
    min-width: 0;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #737885;
}

.cont-tit>div {
    display: flex;
    align-items: center;
}

.cont-tit>div .big {
    margin-right: .2rem;
    cursor: pointer;
}

.cont-tit>div .big img {
    display: block;
    max-height: .18rem
}

.cont-tit>div .small {
    margin-right: .2rem;
    cursor: pointer;
}

.cont-tit>div .small img {
    display: block;
}

.cont-tit>div .icon-media {
    display: flex;
    align-items: center;
}

.cont-tit>div .icon-media a {
    margin: 0 0 0 .2rem;
    border: none;
    line-height: .2rem;
    height: auto;
    width: auto;
    color: #797979;
    font-size: .2rem;
}

.cont-tit>div .icon-media a:hover {
    color: #004cd8;
    background: none;
}

.social-share .icon-wechat .wechat-qrcode {
    top: 100%;
    height: auto;
    margin-top: 15px;
    left: auto;
    right: 0;
    padding-bottom: 10px;
    width: 210px;
}

.social-share .icon-wechat .wechat-qrcode::after {
    left: auto;
    right: 0;
    bottom: 100%;
    margin-right: -1px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #f3f3f3 transparent;
}

.content-box {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.9;
    color: #242e3d;
    text-indent: 2em;
    word-break: break-all;
}

.content-box p {
    margin-top: .3rem;
}

.content-box p:nth-child(1) {
    margin-top: 0;
}

.content-box * {
    max-width: 100%;
}

.content-box img {
    display: block;
    margin: 0 auto;
    height: auto !important;
}
.content-box video {
    display: block;
    margin: 0 auto;
   
}
.latelyn {
    background: #e9f3fb url(../images/rlbg.png) no-repeat center bottom;
    padding: 0.3rem 0.35rem 1rem 0.35rem;
}

.latelyn>h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #004cd8;
}

.latelyn>ul {}

.latelyn>ul li {
    position: relative;
    margin-top: .2rem;
}

.latelyn>ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: .08rem;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #afbed5;
    border-radius: 50%;
}

.latelyn>ul li a {
    position: relative;
    display: block;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #454545;
    padding-left: .2rem;
}

.latelyn>ul li a span{
    color: #005aff;
}
.latelyn>ul li a p{
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
    margin-top: .03rem;
}

    
.latelyn>ul li a:hover {
    color: #005aff;
}

.latelyn>ul li a:hover::before {
    background: #005aff;
}








/* 内容页2 */

.abnew {
    position: relative;
    margin-top: 1rem;
}



.abnew h3 {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.3rem;
    color: #004cd8;
    position: relative;
    padding-bottom: .2rem;
} 

.abnew h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #d0d3d7;
    height: 1px;
}

.abnew h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #004cd8;
    width: 1.01rem;
    z-index: 2;

}
.abnew table td{
    padding:0;
    height:auto;
}

.abnew table a {
    display: block;
    position: relative;
}

.abnew table a span {
    display:block;
    font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.64rem;
	color: #626872;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abnew table a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #b3b3b3;
    opacity: .2;
    height: 1px;
}

.abnew table a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #005be4;
    width: .2rem;
    z-index: 2;

}