ul.news_list{
    width:100% ;
    list-style: none;
}
.news_list li{
    width: 28%;
    background-color: #f3f2f2;
    float: left;
    margin-right: 5.3%;
}
.news_list li img{
    width: 100%;
    height: 250px;
}
.news_list li h3{
    font-weight: 500;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}
.news_list li p {
    color: #816943;
    margin: 0 0 10px;
}
.news_list li a {
    color: #0aac8e;
    font-weight: bold;
}
.news_list li span {
    color: #bbb;
    font-size: 15px;
}
.news_list li .content{
    padding: 20px;
}
.cooperation{
    width: 210px;
    display: inline-flex;
}
.cooperation li{
    width: 100%;
    margin: 10px;
    list-style: none;
    color: #fff;
}
.cooperation li a{
    color: #fff;
    opacity: 0.8;
}
.cooperation_wx img{
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}
.cooperation_wx{
    text-align: center;
    float: right;
    position: relative;
}
.cooperation_wx p{
    color: #fff;
    width: 100%;
    margin-top: 110px;
}
.f_r{
    float: left;
}
.time_outer{
    background-color:#f4f4f4;
    text-align: center;
    width: 80px;
    height: 80px;
    color: #4d4d4d;
    padding: 0px 10px;
}
/*.time_outer:hover{*/
    /*background-color: #4dc8ec;*/
    /*color: #fff;*/
/*}*/
.time_outer span{
    font-weight: 800;
    font-size: 36px;
}
.time_outer hr{
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #4d4d4d;
}
/*.time_outer hr:hover{*/
    /*border-top: 1px solid #fff;*/
/*}*/
.news_list{
    width: 225px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    position: absolute;
}
.news_list img{
    width: 100%;
    height: 100%;
}
.news_list_outer{
    min-height: 170px;
}
.news_list_r{
    float: right;
    min-height: 155px;
    /*padding-bottom: 20px;*/
}
.banner{
    background: url(../images/Photo_1.png)no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 790px;
    position: relative;
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw) );
    -webkit-clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw) );
    -o-clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw) );
    -ms-clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw) );
    -moz-clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw) );
}
.w3-offer-grids a{
    color: #808080 !important;
    position: absolute;
    bottom: 0px;
}
.col-md-10{
    padding-bottom: 20px;
}
.news_list_r{
    padding-bottom: 20px;
}
a.more_news{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 35px;
    color: #4dc8ec !important;
    font-weight: 800;
}
.w3-left-offer-icon p {
    font-size: 1em;
    line-height: 1.8em;
    color: #808080 !important;
}
p.title_news{
    font-weight: 800;
    color: #000 !important;
}

.new_tab{
    display: inline-block;
    width: 200px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    margin-bottom: 20px;
    /*color: #4dc8ec ;*/
}
.new_tab ul{

}
.new_tab ul li{
    list-style: none;
    float: left;
    width: 50%;
    text-align: center;
}
.new_tab .tab_active{
    color: #4dc8ec ;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #4dc8ec;
    border-color: #4dc8ec;
}
.news_details h4{
    text-align: center;
    font-weight: 800;
}
.new_content img{
    width: 80%;
    position: relative;
    left: 50%;
    margin-left: -40%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.news_details .this_time{
    color: #808080;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 0px;
}
.new_content p{
    text-indent: 2em;
    padding-top:10px ;
}
@media (max-width: 667px){
    .news_list{
        width: 100% !important;
        position: relative;
        height: inherit;
    }
    .time_outer{
        display: none;
    }
    .col-md-10.w3-left-offer-icon{
        width: 100%;
    }
    .new_content p{
        text-indent: 0;
    }
    .new_content img{
        width: 100%;
        left: 50%;
        margin-left: -50%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .cooperation{
        width: inherit;
    }
}
.tab1 h3{
    text-align: center !important;
}
.nav_list{
    width: 100%;
    padding: 1.5em 0;
}
.contact .submit_01:hover {
    color: #FFFFFF;
    background: #000;
    border: 2px solid #000;
}

.submit_01 {
    outline: none;
    color: #fff;
    padding: 0.5em 3em;
    font-size: .9em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #0accff;
    transition: 0.5s all;
    border: 2px solid #0accff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.m_s{
    margin-top: 10px !important;
    font-size: 24px !important;
}
.pc_ul ul {
    width: 100%;
}
.pc_ul ul li {
    list-style: none;
    border: 1px solid #4d6fa3;
    width: 15%;
    margin-right: 10px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    height: 135px;
    margin-bottom: 20px;
}
.pc_ul ul li img {
    width: 50%;
}
.te-consasas .te-cont-in .pc_ul p {
    color: #030000;
    margin-top: 10px;
}
.pc_ul ul .mar_w img {
    width: 100%;
}
.pc_ul ul .mar_t img {
    width: 80%;
}