.hover_time{ -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; -ms-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s;}
.ht-main1{width: 1200px;margin: 40px auto;display: flex;justify-content: space-between}
.ht-left {width: 21%;}
.ht-right {width: 75%;}
.ht-left h3{background: #076ce0;text-align: center;color:#fff;font-size: 28px;}
.ht-left-nav-title {background: #076ce0;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 30px 0px;}
.ht-left-nav-title p {width: 50px;height: 4px;background: #fff;}
.ht-left-nav{border: 4px solid #076ce0;box-sizing: border-box}
.ht-left-nav ul li a{display:block;font-size: 15px;text-align: center;background: #f1f1f1;color:#444;margin-bottom: 15px;padding: 8px 0px;border-radius: 4px;text-decoration: none;transition: all 1s}
.ht-left-nav ul li a:hover{background: #076ce0;color:#fff}
.ht-left-nav ul {width: 90%;margin: 15px auto;}


.ht-position {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #ddd}
.ht-position h4{font-size: 22px;font-weight: 400}
.ht-positionright{font-size: 14px;}
.ht-positionright a{font-size: 14px;}


.page a , .page-status{
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #ddd;
    margin: 20px 5px 0 5px;
    
}
.page{margin-top: 25px;}

a{text-decoration: none!important;}