/*
 *	Created by Edward on 22/12/01
 *	Copyright (c) 2022 ishutime.com All rights reserved
*/

header nav{
    width: auto;
}
header nav ul{
    justify-content: flex-start;
}
header nav ul li{
    width: auto;
    margin-right: 25px;
}
.nav_bar{
    padding-left: 0%;
}
.sub_header{
    display: none;
}
header nav ul li a:hover {
    opacity: .7;
}
.header_r{
    width: 50px;
}
.nav_bar{
    position: relative;
    z-index: 5;
}
.nav_bar .a:hover p{
    color: #3e3e3e;
}
.nav_bar .a .icon{
    background-position: -45px 0px;
}
.nav_bar .a:hover .icon{
    background-position: -45px -15px;
}
.navC{
    width: 500px;
}
@media screen and (max-width: 1366px){
    .nav_bar {
        padding-left: 0vw;
    }
    .navC{
        width: 500px;
    }
}

@media screen and (max-width: 1200px){
    .navC {
       width: 500px;
    }
}

@media screen and (max-width: 768px){
    .contact_box .info,.contact_box .socails{
        width: 100%;
    }
    .contact_box .socails{
        display: flex;
        justify-content: space-between;
        margin-top: 5vw;
    }
    .contact_box .info .in_box p{
        font-size: 14px;
    }
    .contact_box .socails .dt{
        width: 45%;
    }
    .contact_box .socails .dt{
        font-size: 12px;
    }
    .common_more{
        width: 125px;
    }
    .common_more .icon {
        right: 5px;
        width: 20px;
        margin-top: -10px;
    }
    .annout_list a .info .name{
        font-size: 12px;
    }
    .report_list a .info .icon{
        display: none;
    }
    .report_list a .info .name{
        width: 100%;
        font-size: 12px;
        line-height: 25px;
    }
    .report_list a .info {
        padding: 5px 0px;
    }
    .other_box .name b,.dj_title, .tz_name b{
        font-size: 16px;
    }
    .annout_box{
        background: transparent;
        padding: 25px 0%;
    }
}

