.desc_list_top_home > a:first-child {
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
}
.page_navi a {
  background: rgba(0, 0, 0, 0) linear-gradient(7deg, rgb(255, 185, 0) 0%, rgb(223, 23, 114) 51%, rgb(156, 31, 99) 100%) repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  width: 30px;
  font-weight: bold;
}
.page_navi a:hover,
.page_navi a.active {
  background: rgba(0, 0, 0, 0) linear-gradient(7deg, #000 0%, #000 11%, rgb(156, 31, 99) 100%) repeat scroll 0 0;
}


    .youth_news .content .list_news {
                        padding: 0;
                        list-style: none;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                    }

                    .youth_news .content .list_news li {
                        flex: 0 calc(50% - 10px);
                        margin-bottom: 20px;
                    }

                    .youth_news .content .list_news li .thumb {
                        margin-bottom: 7.5px;
                        position: relative;
                        border-radius: 5px;
                        overflow: hidden;
                        display: inline-block;
                        position: relative;
                        /* width: 280px; */
                        /* height: 160px; */
                    }

                    .youth_news .content .list_news li .thumb>img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                    .youth_news .content .list_news li .thumb .logo {
                        height: 22px;
                        position: absolute;
                        bottom: 5px;
                        right: 5px;
                        z-index: 8;
                        display: inline-block;
                    }

                    .youth_news .content .list_news li .thumb .logo img {
                        max-height: 22px;
                        max-width: 80px;
                        height: 100%;
                    }

                    .youth_news .content .list_news li .title {
                        font-weight: 700;
                        line-height: 1.4;
                        margin-bottom: 0;
                    }

                    .youth_news .content .list_news li .link {
                        color: #1771c4;
                        font-size: 12px;
                    }

                    .youth_news.--v2 .content .list_news li {
                        flex: 100%;
                        display: flex;
                        flex-wrap: wrap;
                    }

                    .youth_news.--v2 .content .list_news li .thumb {
                        width: 140px;
                        height: 90px;
                        margin-right: 15px;
                        margin-bottom: 0;
                    }

                    .youth_news.--v2 .content .list_news li .thumb .logo img {
                        max-width: 50px;
                        max-height: 18px;
                        object-fit: inherit;
                    }

                    .youth_news.--v2 .content .list_news li .text {
                        flex: 1 0 0;
                        -ms-flex: 1 0 0;
                        -webkit-flex: 1 0 0;
                    }

                    .youth_news.--v2 .content .list_news li .text .title {
                        margin-bottom: 3px;
                        font-size: 15px;
                    }

                    .youth_news.lazy_thumb .caption:before {
                        display: none;
                    }

                    .youth_news .caption {
                        opacity: 0.5;
                        background: none;
                        color: #7c7c7c;
                        font-size: 18px;
                        line-height: 2;
                        margin-bottom: 5px;
                        padding: 0;
                        text-transform: inherit;
                        font-weight: normal;
                    }
					
 .loop-large-post .post_content .explus_related_1404022217_bottom .explus_related_1404022217_title {
        text-decoration: none!important;
        margin-top: 10px!important;
        line-height: 1.4!important;
        font-size: 17px!important;
        font-family: unset!important;
    }
    .explus_related_1404022217_photo img{
        width: 100%;
    }
    .explus_related_1404022217_bottom .explus_related_1404022217_item:last-child{
        display: none;
    }
    .explus_related_1404022217_bottom .explus_related_1404022217_item{
        width: 31.3%;
    }

    .explus_related_1404022217_letter {
        font-size: 18px!important;
        line-height: 40px!important;
        font-family: unset!important;
    }
    .videomclWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }
    .videomclWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #content_detail p a{
        color: #f70093;
        padding: 0 3px 5px;
        line-height: 1.5;
        font-weight: 600;
        transition: 0.2s all;
    }
    #content_detail p a:hover{
        background: #f0f0f0;
        background: url(../img/line_wave.svg) repeat-x bottom left;
        background-size: 12px auto;
        /*color: #fff;*/
    }

    @media only screen and (max-width: 767px){
        .explus_related_1404022217_bottom .explus_related_1404022217_item{
            width: 48%;
        }
         .explus_related_1404022217_bottom .explus_related_1404022217_item:last-child{
            display: block;
        }
        .explus_related_1404022217_bottom .explus_related_1404022217_item:nth-child(4){
            clear: both;
        }
    }	
@media screen and (min-width: 1025px){
	.max-line-2 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.max-line-3 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical
	}

	.max-line-4 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical
	}

	.max-line-5 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical
	}

	.max-line-6 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical
	}
}
@media screen and (max-width: 768px){
	.m-reverse{
	    flex-direction: column-reverse;
	}
	/*.main_content{
		margin-top: 0;
	}
	.col310 {
	    margin: 0 0 20px;
	}

	.sapo_thumb_news {
	    display: none!important;
	}

	.col30per .list_top_home .thumb150x100{
		display: block;
	}

	.col30per .list_top_home .desc_list_top_home {
	    width: calc(100% - 135px);
	    margin-left: 10px;
	}*/
}