
body{
    --color-default-bg: #003366;
    --color-default-title: #231F20;
    --color-default-text: #414042;

    --color-blue-bg: #00c5f9;
    --color-blue-text: #00bcef;

    --color-green-bg: #7ac60c;
    --color-green-text: #77bc00;

    --color-orange: #ffb020;
    --color-red: #DD381D;
    --color-gray: #BBBBBC;

    --color-wrong: #E43439;
    
    --color-result-fail: #FF4A4A;

    --height-header: 60px;
    --max-width: 1140px;


    background: #F0F0F0;
    height: unset;
    min-height: unset;
    overflow-y: auto;
}
ul li{
	 list-style-type: disc;
}
ol li{
	 list-style-type: decimal;
}
.guide-detail-header{
    background:  url('../img/background-pin-word.svg') 30px, linear-gradient(to bottom, #7FD5FF 0% , #00BAF4 100%);
    background-size: 1314px 320px;
    background-position: center -85px;
    padding: 0px 15px;
}

.guide-detail-header .header-cover{
    max-width: var(--max-width);
    margin: auto;
    display: flex;
    position: relative;
    min-height: 200px;
}

.guide-detail-body{
    padding: 0px 15px;
}

.guide-detail-body .body-cover{
    max-width: 950px;
    margin: -150px auto 0px;
    position: relative;
    z-index: 2;
}

.guide-detail-main{
    background: #fff;
    border: 1px solid #E3E4E5;
    border-radius: 10px;
    padding: 50px 15px;
    position: relative;
}

.guide-detail-main::before{
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 150px);
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    box-shadow: 0px 0px 10px 0px #E8E8E8;
    border-radius: inherit;
}

.guide-detail-main.list-guide{
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding-top: 45px;
}

.guide-detail-main.list-guide::before{
    display: none;
}

.guide-detail-cover{
    max-width: 750px;
    margin: auto;
}

.guide-detail-title{
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #000;
    margin: 0px;
}

.guide-detail-category{
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 10px auto 15px;
    font-weight: normal;
}

.guide-detail-category .text-blue{
    color: var(--color-blue-text);
}

.guide-detail-summary{
    font-weight: 500!important;
    font-size: 18px;
    color: var(--color-default-title);
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.guide-detail-line{
    width: 100%;
    height: 1px;
    background: #D1D3D4;
    margin-bottom: 20px;
}


.guide-detail-text{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--color-default-text);
    margin-bottom: 25px;
}

.guide-detail-more-title{
    font-weight: 300;
    font-size: 20px;
    color: #58595B;
    margin-bottom: 30px;
    float: left;
}

.guide-detail-content img, .guide-detail-content iframe{
    max-width: 100%;
}

.guide-detail-container .news-content{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
}

.guide-detail-container .news-item{
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px 30px;
    transition: 0.1s all linear;
}

.guide-detail-container .news-item-cover{
    display: inline-block;
    width: 227px;
    height: 305px;
    box-shadow: 0px 0px 10px 0px #E8E8E8;
    border-radius: 15px;
    border: 1px solid #E3E4E5;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: 0.1s all linear;
    outline: 0px;
    text-decoration: none;
}

.guide-detail-container .news-item:hover{
    transform: translate(0px, -3px);
}

.guide-detail-container .news-item:hover .news-item-cover{
    box-shadow: 0px 2px 10px 0px #E8E8E8;
}

.guide-detail-container .news-image{
    width: 100%;
    height: 105px;
    margin-bottom: 10px;
}

.guide-detail-container .news-image img{
    width: 100%;
    height: 100%;
}

.guide-detail-container .news-title{
    padding: 0px 15px;
    font-weight: 500;
    font-size: 13px;
    color: var(--color-default-title);
    line-height: 19px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.guide-detail-container .news-brand{
    padding: 0px 15px;
    font-weight: 400;
    font-size: 13px;
    color: var(--color-green-text);
    margin-bottom: 10px;
}

.guide-detail-container .news-detail{
    padding: 0px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #AFAFAF;
    margin-bottom: 0px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.guide-detail-container .news-button{
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: var(--color-blue-bg);
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    outline: 0px;
    display: inline-block;
    width: calc(100% - 30px);
    height: 43px;
    line-height: 43px;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.guide-detail-main .guide-detail-view-all{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    outline: 0px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: var(--color-blue-bg);
}

