.news_conatiner{
    width:1200px;
    margin:0 auto;
}
.nav{
    font-size: 12px;
    color:#717171;
    display: flex;
    align-items: center;
    margin:35px 0 25px;
}
.nav>a{
    color:#717171;
    margin: 0 5px;
}
.nav>img{
    margin-right: 5px;
}
.news_command{
    display: flex;
    justify-content: space-between;
}
.news_command .left>img{
    display: block;
    box-shadow: 0 6px 6px 0 #d3e8ce;
    margin-bottom: 28px;
}
.news_command .left>ul{
    width: 374px;
}
.news_command .left>ul>li{
    margin-bottom: 18px;
    font-size:14px;
}
.news_command .left>ul>li>a{
    color:#323232;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_command .left>ul>li span{
    color:#73b46c;
    margin-right: 8px;
}
.news_command .center{
    width: 430px;
}
.news_command .center>h3{
   font-size: 18px;
   color:#2a2a2a;
   position: relative;
   margin-bottom:32px;
}
.news_command .center>h3>a{
    position: absolute;
    right: 0;
    top:-5px;
    display: block;
    width: 74px;
    height: 22px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    font-size: 13px;
    color:#9a9a9a;
    justify-content: center;
    cursor: pointer;
}
.news_command .center>h3>a>img{
    margin-right: 5px;
}
.news_command .center>ul>li{
    margin-bottom: 21px;
    font-size: 14px;
}
.news_command .center>ul>li>a{
    display: block;
    width:100%;
    color:#323232;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_command .center>ul>li span:first-child{
    color:#73b46c;
    margin-right: 5px;
}
.news_command .center>ul>li span:nth-child(2){
    color:#73b46c;
    margin-right: 15px;
}
.news_command .right>h3{
    font-size: 22px;
    color:#000000;
}
.news_command .right>img{
    display: block;
    margin:8px 0 22px;
}
.news_command .right>ul>li{
    margin-bottom: 20px;
}
.plan{
    width:100%;
    height: 142px;
    background:url("https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2019/news/plan_2024.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin:30px 0 60px;
}
.plan>a{
    display: block;
    width: 162px;
    height: 64px;
    background: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2019/news/anniu.png) no-repeat;
    position: absolute;
    right: 200px;
    top: 40px;
    border-radius: 6px;
}
.hot{
    display: flex;
    justify-content: space-between;
}
.hot>.left{
    width:885px;
}
.hot>.left>.tab_item{
    display: flex;
    margin-bottom: 20px;
}
.hot>.left>.tab_item>li{
    font-size: 15.8px;
    color:#848484;
    margin-right: 35px;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    cursor: pointer;
}
.hot>.left>.tab_item>li.active{
    color:#a8d19e;
    border-color:#a8d19e;
}
.hot>.left>.tab_content{
    padding:35px 39px 20px 25px;
    background: #f6f6f6;
}
.hot>.left>.tab_content>ul>li{
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    margin-bottom: 25px;
}
.hot>.left>.tab_content>ul>li>img{
    width:280px;
    height: 150px;
    margin-right: 25px;
    flex-shrink: 0;
}
.hot>.left>.tab_content>ul>li>div{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hot>.left>.tab_content>ul>li>div>div h3{
    font-size: 18px;
    color:#2a2a2a;
}
.hot>.left>.tab_content>ul>li>div>div p{
    font-size: 14px;
    color:#666666;
    margin-top:18px;
}
.hot>.left>.tab_content>ul>li>div>p{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hot>.left>.tab_content>ul>li>div>p>span{
    font-size: 14px;
    color:#666666;
}
.hot>.left>.tab_content>ul>li>div>p>a{
    display: block;
    width:88px;
    height: 30px;
    border:1px solid #73b46c;
    color:#73b46c;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}
.hot>.left>.tab_content>ul>li>div>p>a:hover{
    background: #73b46c;
    color:#000;
}
.hot>.right{
    width: 280px;
}
.hot>.right h3{
    font-size: 22px;
    color:#000000;
    margin-bottom: 10px;
}
.hot>.right .label{
    margin-bottom: 45px;
}
.hot>.right .label>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:20px;
}
.hot>.right .label>ul>li{
    width:134px;
    height: 32px;
    border:1px solid #e0e0e0;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    color:#666666;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hot>.right .gw>ul>li{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot>.right .gw>ul>li>div{
    display: flex;
    align-items: center;
}
.hot>.right .gw>ul>li>div>img{
    display: block;
    margin-right: 5px;
    width:70px;
    height: 70px;
    border-radius: 50%;
}
.hot>.right .gw>ul>li>div>div>h4{
    font-size: 15px;
    color:#333333;
}
.hot>.right .gw>ul>li>div>div>p{
    font-size: 12px;
    color:#999999;
    margin-top:10px;
}
.hot>.right .gw>ul>li>p{
    width:84px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#999999;
    font-size: 12px;
    border:1px solid #a8d19e;
}
.hot>.right .gw>ul>li>p:hover{
    border-color:#313131;
    background:#313131;
    color:#fff;
    cursor: pointer;
}
.hot>.right .gw>ul>li>p>img{
    display: block;
    margin-right:4px;
}
.contact_pop{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.contact_pop>form{
    width:427px;
    background: url('https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2019/news/form_bg.jpg') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding:40px 60px;
    position: relative;
}
.contact_pop>form>h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color:#121b00;
}
.contact_pop>form>h3>img{
    margin-right: 10px;
}
.contact_pop>form>p{
    margin-top: 50px;
    font-size: 17px;
    color:#515151;
    display: flex;
}
.contact_pop>form>p:nth-child(3){
    margin-top:40px;
}
.contact_pop>form>p>input{
    background: transparent;
    border-bottom: 1px solid #313131;
    padding-left: 4px;
    flex:1;
    margin-left: 20px;
}
.contact_pop>form>button{
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: #000000;
    text-align: center;
    border-radius: 8px;
    font-size: 19px;
    color:#ffffff;
    border:none;
    margin-top:40px;
}
.contact_pop>form>img{
    position: absolute;
    right: 15px;
    top:15px;
    cursor: pointer;
}
/* 分页 */
#ele{padding: 20px 0 50px;}
.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.clearfix {
    zoom: 1;
}
/* .Pagination{
    display: flex;
    justify-content: center;
} */
.Pagination ul{
    list-style: none;
}
.Pagination .total_num,.first_page,.prepage,.list_box,.nextpage,.last_page,.total_page,input,.redir {
    float: left;
}
.Pagination ul li {
    float: left;
    border:1px solid #7d7d7d;
    text-align: center;
    line-height: 24px;
    width: 23px;
    height: 24px;
    font-size: 12px;
    margin: 0 6px;
    cursor: pointer;
    color: #666666
}
.Pagination ul li:hover {
    background-color: #a8d19e;
    border-color:#a8d19e;
    color: #fff;
}
.Pagination .total_num {
    margin: 0 5px;
}
.Pagination .total_num i {
    font-style: normal;
}
.Pagination .list_box {
    width: 296px;
    overflow: hidden;
    position: relative;
    height: 26px;
}
.Pagination .list_box ul {
    position: absolute;
    top: 0;
    left: 0;
}
.Pagination .prepage {
    padding: 3px 10px;
    font-size: 12px;
    margin: 0 5px;
    cursor: pointer;
    color: #8b8b8b
}
.Pagination .prepage:hover {
    color:#58acf4;
}
.Pagination .nextpage {
    padding: 3px 10px;
    font-size: 12px;
    margin: 0 5px;
    cursor: pointer;
    color: #8b8b8b
}
.Pagination .nextpage:hover {
    color: #58acf4;
}
.Pagination .first_page {
    padding: 3px 10px;
    font-size: 12px;
    margin: 0 5px;
    cursor: pointer;
    color: #8b8b8b
}
.Pagination .first_page:hover {
    color: #a8d19e;

}
.Pagination .last_page {
    padding: 3px 10px;
    font-size: 12px;
    margin: 0 5px;
    cursor: pointer;
    color: #8b8b8b
}
.Pagination .last_page:hover {
    color: #58acf4;
}
.Pagination .redir {
    background-color: #58acf4;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    cursor: pointer;
}
.Pagination .redir:hover {
    opacity: 0.8;
}
.Pagination input {
    width: 50px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    text-indent: 5px;
    margin: 0 5px;
}
.Pagination .short {
    background-color: #fff;
    cursor: default;
}
.Pagination .short:hover {
    background-color: #fff;
    color: #8b8b8b;
}
.Pagination_active {
    background-color: #a8d19e !important;
    color: #fff !important;
    border-color:#a8d19e!important;
}

.tab_content_ul{
    display: none;
}
.tab_content_ul.show{
    display: block;
}