.option-title {
    display:inline-block;
    margin-left: 5px;
    margin-bottom: -3px;
    padding:0;
    list-style:none;
    transform:skew(-25deg);
    text-align: center
}
.option-title li {
    width: 133px !important;
    margin-left: 3px;
    float:left;
    border-right:1px solid #eee;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
    text-transform:uppercase;
    color:#555;
    font-weight:bolder;
    transition:all 0.3s linear;
    background-color: #e0e6f7;
}

.option-title li:first-child{
    border-radius:7px 0 0 7px;
}

.option-title li:last-child{
    border-right:none;
    border-radius:0 7px 7px 0;
}

.option-title a {
    display:block;
    padding:1em 2em;
    color:inherit;
    text-decoration:none;
    transform:skew(25deg);
}

.option-title li.active,.option-title li:hover{
    background: linear-gradient(301deg, rgba(71,175,236,1) 0%, rgba(96,99,217,1) 100%);
}

.option-title .active a {
    color: white;
    font-weight: 800;
}

.main li{
    position: relative;
    width: 100%;
    padding: 48px 24px;
    height: 270px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 5px;
}
.main li>a{
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.main li+li::before{
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 1px;
    background: #F0F5F6;
}

.main li .detail-img{
    position: relative;
    flex: 0 0 25%;
    height: 100%;
    overflow: hidden;
}
.main li .detail-img img{
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%,0);
}

.main li .center{
    position: relative;
    padding-left: 50px;
    padding-right: 24px;
    flex: 0 0 75%;
    height: 100%;
}

.main li .center .title{
    font-size: 25px;
    font-weight: 800;
    color: #2C3340;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-right: 60px;
}

.main li .center .date {
    font-size: 16px;
    font-weight: 600;
    color: #2C3340;
    position: absolute;
    right: 0;
}
.main li .center .content{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #717273;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    width: 80%;
}

.main li .center button{
    position: absolute;
    bottom: -10px;
    left: 50px;
    height: 40px;
    color: #00c8eb;
    border: 2px solid rgba(0, 212, 250, 0.6);
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    padding: 0 50px;
    text-decoration: none;
    transition: all 0.2s; 
}

.main li .center button:hover{
    background: linear-gradient(90deg, #01c4e7, #21ddea);
    border-radius: 20px;
    color: #221e47;
}

.main li:hover  .center .title{
    color: #322A75;
}
.main li:hover .right, .main li:hover .center .content{ 
    color: #2C3340;
}
.no-data{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    margin-top: 5px;

}
.no-data img{
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 130px;
}
.no-data p{
    font-size: 16px;
    color: #717273;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.pages{
    margin: 20px 0;
}
.pages .page{
    padding: 8px 12px;
    line-height: 1.3;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #2C3340;
    margin: 2px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
}
.pages .page.active,.pages .page:hover{
    background: linear-gradient( 301deg , rgba(71,175,236,1) 0%, rgba(96,99,217,1) 100%);
    color: #fff;
}

@media (max-width: 768px){
    .main li{
        padding: 15px;
        height: 200px;
    }
    .main li .center{
        flex: 1;
        padding-left: 0;
    }
    .main li .center .title{
        font-size: 16px;
    }
    .main li .center .date{
        font-size: 12px;
    }
    .main li .center .content{
        font-size: 12px;
    }
    .no-data{
        padding-top: 80px;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .no-data img{
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }
    .no-data p{
        font-size: 12px;
        text-align: center;
        color: #717273;
        margin-bottom: 60px;
    }
    .option-title li {
        width: 110px !important;
    }
    .main li .center button {
        padding: 0 25px;
        left: 0
    }
}

.faqs-container {
    width: 100%;
}

.faq {
	background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 5px 0;
	transition: 0.3s ease;
}

.faq a {
    color: black;
    text-decoration: none;
}

.faq-title {
	margin: 0 35px;
    font-size: 14px;
}

.faq-toggle {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	height: 30px;
	width: 30px;
}

.faq-toggle .fa-chevron-right {
	color: #83888E;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 25px;
    height: 30px;
    width: 30px;
    color: #5092e4cc;
}