/* news main */
.news-main .container{
    display: flex;
    justify-content: space-between;
}
.news-content{
    width: 65%;
    max-width: 900px;
    height: fit-content;
    padding: 70px 50px;
    background: var(--white);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
}
.news-content h1{
    font-size: 30px;
    line-height: 40px;
    color: var(--fttcolor);
    text-align: center;
    font-family: 'Roboto-Bold';
    margin-bottom: 15px;
    text-transform: capitalize;
}
.news-content .news-top{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}
.news-content .news-top .category{
    font-size: 16px;
    color: var(--bgscolor);
    font-family: 'Roboto-Bold';
}
.news-content .news-top .time{
    display: flex;
    align-items: center;
    color: var(--ftcolor);
    font-size: 16px;
    margin-left: 30px;
}
.news-content .news-top .time i{
    margin-right: 10px;
    font-size: 20px;
}
.news-content .news-text{
    margin: 50px 0 30px;
}
.news-content .news-text h2{
    font-size: 24px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    margin-bottom: 25px;
}
.news-content .news-text h3{
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    font-size: 20px;
    margin-bottom: 15px;
}
.news-content .news-text p,
.news-content .news-public p{
    font-size: 18px;
    line-height: 26px;
    color: var(--fttcolor);
    margin-bottom: 20px;
}
.news-content .news-text img{
    width: 100%;
    margin: 30px 0;
}
.news-content .news-text a,
.news-content .news-public a{
    color: var(--bgscolor);
    font-family: 'Roboto-Bold';
}
.news-content .news-public p{
    margin-bottom: 15px;
}
.news-content .news-public a{
    font-size: 18px;
}
.news-content .togglePage{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 45px 0 55px;
}
.news-content .togglePage li{
    width: calc(50% - 15px);
    background: #F6F6F6;
    border-radius: 39px;
}
.news-content .togglePage li a{
    display: block;
    padding: 15px 50px 15px 30px;
    position: relative;
}

.news-content .togglePage li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 39px;
    background: var(--bgscolor);
    transition: all .5s linear;
}
.news-content .togglePage li span{
    font-size: 20px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    position: relative;
    padding-left: 15px;
}
.news-content .togglePage li span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 18px;
    background: var(--bgscolor);
}
.news-content .togglePage li p{
    font-size: 16px;
    color: var(--fttcolor);
    margin-top: 12px;
    position: relative;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news-content .share,
.news-content .share ul{
    display: flex;
    align-items: center;
}
.news-content .share p{
    font-size: 24px;
    color: #555555;
    font-family: 'Roboto-Bold';
    margin-right: 30px;
}
.news-content .share ul li{
    margin-right: 8px;
}
.news-content .share ul li:last-child{
    margin-right: 0;
}
.news-content .share ul li a{
    display: block;
    width: 40px;
    height: 40px;
    background: var(--bgscolor);
    text-align: center;
    transition: all .3s;
}
.news-content .share ul li i{
    font-size: 20px;
    line-height: 40px;
    color: var(--white);
}

/* sideBar */
.sideBar{
    width: 30%;
}
.sideBar .sideBar-item{
    margin-bottom: 40px;
}
.sideBar .sideBar-top span{
    position: relative;
    font-size: 14px;
    color: var(--bgscolor);
    padding-left: 42px;
    display: block;
    text-transform: uppercase;
}
.sideBar .sideBar-top span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 30px;
    height: 2px;
    background: var(--bgscolor);
}
.sideBar .sideBar-top h2{
    display: inline-block;
    font-size: 36px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    position: relative;
    margin: 10px 0 30px;
}
.sideBar .sideBar-top h2::after{
    content: '';
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: -1;
    background: var(--bgscolor);
}
.sideBar .sideBar-main{
    width: 100%;
    max-width: 393px;
    padding: 40px 80px 45px 35px;
    background: #F6F6F6;
    border-radius: 30px;
    position: relative;
}
.sideBar ul{
    position: absolute;
    left: -32px;
    top: 40px;
    z-index: 3;
    width: 100%;
}
.sideBar ul li{
    width: 111%;
}
.sideBar ul li a{
    display: block;
    font-size: 22px;
    font-family: 'Roboto-Bold';
    padding: 17px 0 18px 67px;
    color: var(--fttcolor);
}
.sideBar ul li i{
    display: none;
    margin-right: 20px;
    font-size: 22px;
    transform: rotate(180deg);
}
.sideBar ul li.sideBarActive{
    background: url("/static/images/sidebar-bg.png") right no-repeat;
    background-size: 100% 100%;
}
.sideBar ul li.sideBarActive a{
    color: var(--white);
    padding: 17px 0 18px 25px;
}
.sideBar ul li.sideBarActive a i{
    display: inline-block;
}
.sideBar .side-form{
    width: 100%;
    padding: 40px 30px 45px 30px;
    background: var(--bgscolor);
    border-radius: 30px;
    position: relative;
}
.sideBar .side-form h2{
    width: 105%;
    height: 58px;
    background: var(--bgcolor);
    border-radius: 5px 5px 7px 7px;
    font-size: 36px;
    color: var(--white);
    text-align: center;
    position: absolute;
    left: -10px;
    top: 40px;
    line-height: 58px;
    font-family: 'Roboto-Bold';
}
.sideBar .side-form form{
    margin-top: 58px;
}
.sideBar .side-form input,
.sideBar .side-form textarea{
    width: 100%;
    height: 40px;
    background: var(--white);
    border-radius: 7px;
    border: 1px solid #9C9C9C;
    padding-left: 20px;
    margin-top: 20px;
    line-height: 38px;
    font-size: 16px!important;
    color: var(--ftcolor);
}
.sideBar .side-form textarea{
    height: 120px;
    line-height: 24px;
    font-family: 'Roboto-Regular'!important;
    padding-top: 8px;
}
.sideBar .side-form input.name{
    margin-top: 30px;
}
.sideBar .side-form input::placeholder,
.sideBar .side-form textarea::placeholder{
    font-size: 16px;
    color: var(--ftcolor);
    font-family: 'Roboto-Regular'!important;
}
.sideBar .side-form .required,
.sideBar .side-form .submit{
    position: relative;
}
.sideBar .side-form .required span{
    display: block;
    content: '';
    position: absolute;
    left: 70px;
    top: 25px;
    color: var(--bgscolor);
}
.sideBar .side-form .phone span{
    left: 75px;
}
.sideBar .side-form .message span{
    left: 95px;
}
.sideBar .side-form .submit{
    width: 50%;
    max-width: 160px;
    position: relative;
    margin: 0 auto;
}
.sideBar .side-form .submit input{
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: var(--bgcolor);
    border-radius: 20px;
    color: var(--white);
    border: 0;
    padding-left: 0;
    font-family: 'Roboto-Bold';
    margin-top: 30px;
    padding: 0 20px;
    text-align: left;
}
.sideBar .side-form .submit i{
    position: absolute;
    right: 20px;
    bottom: 11px;
    color: var(--white);
    font-size: 20px;
}
.sideBar form input:focus,.sideBar form textarea:focus{
    border-color: var(--bgcolor);
}


@media (any-hover: hover) {
    .breadcrumb-single .breadcrumb li:hover a{
        color: var(--bgscolor);
    }
    .news-content .news-text a:hover,
    .news-content .news-public a:hover span{
        color: var(--bgcolor);
    }
    .news-content .togglePage li:hover a::before{
        opacity: 1;
    }
    .news-content .togglePage li:hover span,
    .news-content .togglePage li:hover p{
        color: var(--white);
    }
    .news-content .togglePage li:hover span::before{
        background: var(--white);
    }
    .news-content .share ul li:hover a{
        background: var(--bgcolor);
    }
}

@media(min-width:768px) and (max-width:1440px){
    .news-content .news-top{
        width: 48%;
    }
    .sideBar ul{
        left: -25px;
    }
}

@media(min-width:768px) and (max-width:1260px){
    .news-content .news-top{
        width: 55%;
    }
    .sideBar ul li a{
        font-size: 16px;
    }

}

@media(min-width:768px) and (max-width:1024px){
    .news-content .news-top{
        width: 75%;
    }
    .sideBar ul li a{
        font-size: 14px;
    }
    .sideBar ul{
        left: -15px;
    }
}

@media screen and (max-width:768px){
    .news-main .container{
        flex-wrap: wrap;
    }
    .news-content{
        width: 100%;
        max-width: unset;
    }
    .news-content{
        padding: 35px 20px;
        border-radius: 8px;
    }
    .news-content h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .news-content .news-top {
        width: 100%;
        justify-content: space-around;
    }
    .news-content .news-top .time i{
        margin-right: 6px;
        font-size: 18px;
        margin-top: -4px;
    }
    .news-content .news-top .time {
        font-size: 14px;
        margin-left: 20px;
    }
    .news-content .news-text {
        margin: 30px 0 20px;
    }
    .news-content .news-text h2 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    .news-content .news-text h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .news-content .news-text p,
    .news-content .news-public p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .news-content .news-text img {
        width: 100%;
        margin: 20px 0;
        border-radius: 8px;
    }
    .news-content .news-public a {
        font-size: 16px;
        line-height: 22px;
    }
    .news-content .togglePage {
        flex-wrap: wrap;
        margin: 25px 0 30px;
    }
    .news-content .togglePage li {
        width: 100%;
        border-radius: 32px;
    }
    .news-content .togglePage li:first-child{
        margin-bottom: 15px;
    }
    .news-content .togglePage li a {
        padding: 12px 25px 12px 20px;
    }
    .news-content .togglePage li a::before{
        display: none;
    }
    .news-content .togglePage li span {
        font-size: 16px;
        padding-left: 8px;
    }
    .news-content .togglePage li span::before {
        top: 2px;
        width: 2px;
        height: 14px;
    }
    .news-content .togglePage li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .news-content .share{
        flex-wrap: wrap;
    }
    .news-content .share p {
        font-size: 18px;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .news-content .share ul li a {
        width: 30px;
        height: 30px;
    }
    .news-content .share ul li i {
        font-size: 18px;
        line-height: 30px;
    }

    /* sideBar sm */
    .sideBar{
        width: 100%;
        max-width: unset;
        margin-top: 45px;
    }
    .sideBar .sideBar-top span {
        padding-left: 30px;
    }
    .sideBar .sideBar-top span::before {
        width: 20px;
        height: 2px;
    }
    .sideBar .sideBar-top h2 {
        font-size: 24px;
        margin: 8px 0 22px;
    }
    .sideBar .sideBar-top h2::after{
        width: 12px;
        height: 12px;
    }
    .sideBar .sideBar-main{
        padding: 25px 20px;
        border-radius: 8px;
        max-width: unset;
        height: auto !important;
    }
    .sideBar ul{
        position: unset;
    }
    .sideBar ul li {
        width: 100%;
    }
    .sideBar ul li a {
        font-size: 18px;
        padding: 8px 0;
    }
    .sideBar .side-form{
        padding: 30px 15px;
        border-radius: 8px;
    }
    .sideBar ul li.sideBarActive{
        background: transparent;
    }
    .sideBar ul li.sideBarActive a i{
        display: none;
    }
    .sideBar ul li.sideBarActive a{
        padding: 8px 0;
        color: var(--fttcolor);
    }
    .sideBar .side-form h2 {
        height: 40px;
        font-size: 24px;
        left: -8px;
        top: 30px;
        line-height: 40px;
        border-radius: 4px;
    }
    .sideBar .side-form form {
        margin-top: 40px;
    }
    .sideBar .side-form input.name {
        margin-top: 25px;
    }
    .sideBar .side-form input, .sideBar .side-form textarea{
        border-radius: 4px;
        padding-left: 15px;
    }
    .sideBar .side-form .submit input{
        margin-top: 20px;
    }
}