.tis{
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #888;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.02);
    font-size: 12px;
    text-indent: 20px;
}
.news_tit{
    width: 100%;
    height: 60px;
    line-height: 70px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}
.news_tpye{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_tpye a{
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 33px;
    margin-right: 10px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
}
.news_tpye a.cur{
	background:linear-gradient(180deg,#55ffff,rgba(85, 255, 127, 1.0));
}

.news{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.news_left{
    width: 1150px;
    height: auto;
    overflow: hidden;
    float: left;
}
.news_left_m{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.news_left_m a{ 
    width: 1110px;
    height: auto;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    float: left;
}

.news_left_m_ioc{
    float: left;
    width: 35%;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
}
.news_left_m_ioc img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_left_m_name{
    float: left;
    width: 60%;
    padding-left: 2%;
    height: 50px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_left_m_xx{
    float: left;
    width: 60%;
    padding-left: 2%;
    height: auto;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #989696;
    margin-bottom: 20px;
}
.news_left_m_bottom{
	float: left;
    width: 60%;
    height: 0.6rem;
    padding-left: 2%;
}
.news_left_m_bottom span{
	float: right;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    border-radius: 26px;
    font-size: 12px;
}

.news_right{
    width: 435px;
    height: auto;
    overflow: hidden;
    float: right;
}
.news_right_tit{
    width: 100%;
    height: 60px;
    line-height: 80px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.news_right_newli{
	float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_right_newli a{ 
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.news_right_newli a img{ 
	float: left;
    width: 100%;
    height: 202px;
    object-fit: cover;
    border-radius: 5px;
}
.news_right_newli a h1{ 
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 100%);
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 0 0 5px 5px;
}
.news_right_newli a.zne{ 
	float: left;
    width: 95%;
    height: 55px;
    line-height: 55px;
    margin-bottom: 0px;
    color: #000;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    margin-bottom: 15px;
    text-indent: 20px;
    border-radius: 5px;
    padding-right: 5%;
}
@media (min-width: 1500px) and (max-width: 1800px) {
.news_left {
    width: 900px;
    height: auto;
    overflow: hidden;
    float: left;
}
.news_left_m a {
    width: 860px;
    height: auto;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    float: left;
}
.news_right {
    width: 385px;
    height: auto;
    overflow: hidden;
    float: right;
}
}
@media (min-width: 1px) and (max-width: 1500px) {
.news_left {
    width: 750px;
    height: auto;
    overflow: hidden;
    float: left;
}
.news_left_m a {
    width: 710px;
    height: auto;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    float: left;
}
.news_right {
    width: 335px;
    height: auto;
    overflow: hidden;
    float: right;
}
}