.newshandel .title{
    text-align: center;
    margin-top: 70px;
}
.newshandel .title h1{
    font-size: 40px;
    font-weight: bold;
	line-height: 41px;
	letter-spacing: 2px;
	color: #000000;
}
.newshandel .title p{
    font-size: 16px;
	line-height: 17px;
	color: #999999;
    margin-top: 8px;
}
.breads .ulitem{
    width: 20%;
}
.newlist .infoitems{
    width: 59.39%;
}
.newlist .news-list-content {
    width: 90%;
}
.newlist .news-list-content .picture {
    width: 30%;

}
.newlist .news-list-content .picture .pic {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 66%;
}
.newlist .news-list-content .picture .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.newlist .lminit{
    width: 25.5%;
}
.infoitems .nbox .date{
    text-align: center;
    width: 100px;
	height: 100px;
	border-radius: 2px;
	border: solid 2px #e1e1e1
}
.infoitems .nbox .date .ym{
    font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 1px;
	color: #e1e1e1;
}
.infoitems .nbox .date .day{
    font-size: 39px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 2px;
	color: #e1e1e1;
}
.infoitems .nbox{
    transition: all .3s;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
}
.infoitems .nbox:hover{
    transform: translateX(-8px);
}
.infoitems .nbox:hover .nbox .ncon .tit{
    color: #00428e;
}
.infoitems .nbox .ncon{
    width: 85%;
}
.infoitems .nbox .ncon .tit{
    font-size: 24px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
}
.infoitems .nbox .ncon h5{
    letter-spacing: 1px;
	color: #999999;
    margin-top: 18px;
    margin-bottom: 15px;
}
.infoitems .nbox .ncon .line{
    width: 50px;
	height: 2px;
	background-color:  #c8c8c8;
}
.infoitems .nbox .ncon p{
    font-size: 14px;
	line-height: 24px;
	color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 35px;
/* 规定文字几行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.infoitems .nbox .ncon .btn{
    width: 131px;
	height: 39px;
	background-color: #e6e6e6;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.infoitems .nbox:hover .ncon .tit{
    color: #00428e;
}
.infoitems .nbox:hover .ncon .line{
    background-color: #00428e;
}
.infoitems .nbox:hover .ncon .btn{
    background-color: #00428e;
    color: #fff;
}
.news-list-content .nbox .ncon {
    width: 50%;
}
.infoitems .nbox:hover .date{
    border: solid 2px #00428e;
}
.infoitems .nbox:hover .date .ym{
    color: #00428e;
}
.infoitems .nbox:hover .date .day{
    color: #00428e;
    opacity: 0.5;
}
.newshandel .newlist{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.newshandel .lminit .lmlb h2{
    font-size: 20px;
	line-height: 45px;
	letter-spacing: 1px;
	color: #333333;
}
.newshandel .lminit .lmlb{
    margin-bottom: 80px;
}
.newshandel .lminit .lmlb .lin{
    width: 100%;
    height: 1px;
	background-color: #00428e;
    position: relative;
    margin-top: 15px;
}
.newshandel .lminit .lmlb .lin::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
	height: 2px;
	background-color: #00428e;
}
.newshandel .lminit .lmlb ul li{
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
.newshandel .lminit ul{
    margin-top: 30px;
}
.newshandel .lminit .lmlb ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newshandel .lminit .lmlb ul li p{
    font-size: 12px;
	letter-spacing: 1px;
	color: #b6b4b4;
}
.newshandel .xqc h1{
    text-align: center;
    font-size: 30px;
	line-height: 45px;
	letter-spacing: 1px;
	color: #333333;
}
.newshandel .xqc span{
    font-size: 16px;
    /*text-align: center;*/
	line-height: 42px;
	color: #696969;
    /* display: block; */
}
.newshandel .xqc p{
    font-size: 14px;
	line-height: 36px;
    text-align: justify;
}
.newshandel .xqc .np{
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
    margin-top: 45px;
}
.newshandel{
    margin-top: 60px;
}
.bread .area{
    display: flex;
    justify-content: space-between;
}
.bread .newtab{
    display: flex;
    height: 100%;
}
.bread .newtab a{
    display: block;
    padding: 23px 43px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #dee5ff;
    border-bottom: none;
    border-top: none;
}
.nt-active{
    background-color: #00428e !important;
    color: #fff !important;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .newshandel .title {
        margin-top: 60px;
    }
    .newshandel .title h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .infoitems .nbox .ncon {
        width: 78%;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .newshandel .title {
        margin-top: 45px;
    }
    .newshandel .title h1 {
        font-size:25px;
        line-height: 26px;
    }
    .infoitems .nbox .ncon {
        width: 70%;
    }
}
/* 移动端 */
@media (max-width:767px){
    .newlist .lminit{
        display: none;
    }
    .newlist .infoitems{
        width: 100%;
    }
    .newshandel .title {
        margin-top: 30px;
    }
    .newshandel .title h1 {
        font-size:25px;
        line-height: 26px;
    }
    .newlist .news-list-content .nbox {
        flex-wrap: wrap;
    }
    .newlist .news-list-content .picture {
        width: 50%;
        order: -1;
        margin-bottom: 3%;
    }
    .news-list-content .nbox .ncon {
        width: 100%;
    }
    .infoitems .nbox .ncon .tit{
        font-size: 16px;
        line-height: 22px;
    }
    .infoitems .nbox .ncon h5{
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .infoitems .nbox .date{
        width: 70px;
        height: 70px;
    }
    .infoitems .nbox .date .ym {
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
    }
    .infoitems .nbox .date .day {
        font-size: 25px;
        line-height: 40px;
    }
    .infoitems .nbox .ncon p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 18px;
    }
    .infoitems .nbox{
        padding-bottom: 30px;
    }
    .infoitems .nbox .ncon .btn {
        width: 110px;
        height: 30px;
        margin-top: 20px;
        font-size: 12px;
    }
    .breads .ulitem ul{
        height: 100%;
    }
    .breads .ulitem {
        width: 32%;
    }
    .bread .area{
        height: unset;
        flex-wrap: wrap;
    }
    .bread .area>div{
        width: 100%;
    }
    .bread .area>div:first-child{
        padding: 10px 10px;
    }
    .bread .newtab a{
        padding: 12px;
        border: none;
        font-size: 12px;
    }
    .bread .newtab{
        width: 100%;
        margin-top: 8px;
    }
    .newshandel .xqc h1{
        font-size: 22px;
        line-height: 35px;
    }
    .newshandel .xqc span {
        font-size: 16px;
        line-height: 24px;
    }
    .newshandel .xqc p {
        font-size: 12px;
        line-height: 26px;
    }
    .newshandel .newlist{
        margin-top: 30px;
    }
    .newshandel{
        /*margin-top: unset;*/
    }
}