.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: 65.57%;
}
.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: #3eaac3;
}
.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: #3eaac3;
}
.infoitems .nbox:hover .ncon .line{
    background-color: #3eaac3;
}
.infoitems .nbox:hover .ncon .btn{
    background-color: #3eaac3;
    color: #fff;
}
.infoitems .nbox:hover .date{
    border: solid 2px #3eaac3;
}
.infoitems .nbox:hover .date .ym{
    color: #3eaac3;
}
.infoitems .nbox:hover .date .day{
    color: #3eaac3;
    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: #3eaac3;
    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: #3eaac3;
}
.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;
    font-family: 微软雅黑 !important;
}

.newshandel .xqc p{
    font-size: 14px;
	line-height: 36px;
	font-family: 微软雅黑 !important;
}
.newshandel .xqc img{
    width: auto !important;
    height: auto !important;
}
.newshandel .xqc .np{
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
    margin-top: 45px;
}
/* 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;
    }
    .infoitems .nbox .ncon {
        width: 70%;
    }
    .infoitems .nbox .ncon .tit{
        font-size: 18px;
        line-height: 19px;
    }
    .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%;
    }
}