/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.diyBanner {
	position: relative;
    /* background: url(../imgs/diybanner.jpg) no-repeat;
    background-size: cover; */
    width: 100%;
}
.diyBanner img {
	width: 100%;
}
.diyBanner .bannerContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.diyBanner .bannerContainer h2 {
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	margin-bottom: 24px;
	text-align: center;
}
.diyBanner .bannerContainer .search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
}
.diyBanner .bannerContainer .search input {
	width: 100%;
	padding-right: 60px;
	padding-left: 25px;
	margin: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
    border: none;
}
.diyBanner .bannerContainer .search .searchButton {
	width: 60px;
	height: 50px;
	cursor: pointer;
	background: url(search.png) no-repeat center center #e65453;
}
.diyBanner .bannerContainer .recSearch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}
.diyBanner .bannerContainer .recSearch ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
}
.diyBanner .bannerContainer .recSearch ul li {
	margin-right: 20px;
}
.diyBanner .bannerContainer .recSearch ul li a {
	color: #fff;
}
.diyBanner .bannerContainer .recSearch ul li a:hover{
    color: #e65453;
}
.DIYContainer {
	margin-top: 110px;
}
/* .DIYContainer > .row {
	display: flex;
	justify-content: space-between;
} */
.diyLeft {
    overflow: hidden;
}
.diyRight {
	/* margin-left: 41px; */
}
#myTab {
	border: 1px solid #ededed;
	border-right: none;
	margin-bottom: 30px;
    overflow: hidden;
}
#myTab li {
	width: 33.33333%;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-size: 18px;
	color: #212121;
	cursor: pointer;
	border-right: 1px solid #ededed;
	background-color: #fff;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#myTab li span {
	color: #212121;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
#myTab li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background-color: transparent;
}
#myTab li::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
}
#myTab li:hover,
#myTab li.active {
	color: #212121;
	font-weight: bold;
}
#myTab li:hover::before,
#myTab li.active::before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	background-color: #e65453;
	/* transition: all 0.3s ease; */
}

#myTab li:hover::after,
#myTab li.active::after {
	position: absolute;
	display: block;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	content: "";
	width: 100%;
	height: 50px;
	z-index: 5;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	/* transition: all 0.3s ease; */
}
#myTabContent .tab-pane .article{margin: 0;}
#myTab li:hover span,
#myTab li.active span {
	position: relative;
	z-index: 10;
	color: #212121;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
    font-weight: 500;
}

#myTabContent .tab-pane .article a{
    display: block;
    position: relative;
    /* display: flex; */
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin: 0;
}
/* afasfdsfd */
#myTabContent .tab-pane .article a:hover .article_img img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#myTabContent .tab-pane .article a .article_img img{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#myTabContent .tab-pane .article a:hover .article_content h2{
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
    color: #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#myTabContent .tab-pane .article a:hover .article_content p{
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
    color: #888;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#myTabContent .tab-pane .article .article_img{
   
    overflow: hidden;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
#myTabContent .tab-pane .article .article_content h2{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
    font-weight: normal;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#myTabContent .tab-pane .article .article_content p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin: 12px 0 32px 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 15px;
}
#myTabContent .tab-pane .article .article_content span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #999;
}
#myTabContent .tab-pane .article .article_content span::before{
    content: "";
    display: inline-block;
    position: relative;
    left: -15px;
    height: 1px;
    width: 0px;
    background: #999;
    margin-right: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
#myTabContent .tab-pane .article a:hover .article_content span::before{
    width: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left:15px;
    margin-right: 20px;
    opacity: 1;
}
#myTabContent .tab-pane .article .article_img img{
    width: 100%;
}

.pageContaner{
    margin: 84px 0 180px 0;
}
.pageContaner .pagination>li {
    display: inline-block;
    margin-right: 10px;
}
.pageContaner .pagination>li:first-child>a, .pageContaner .pagination>li:first-child>span,
.pageContaner .pagination>li:last-child>a, .pageContaner .pagination>li:last-child>span{
    border-radius: 0;
}
.pageContaner .pagination>li a{
    color: #333;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pageContaner .pagination>li:hover a, .pageContaner .pagination>li.active a{
    background: #e65453;
    border: 1px solid #e65453;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pageContaner .pagination>li.no a{
    border: none;
}
.pageContaner .pagination>li.no:hover a, .pageContaner .pagination>li.no.active a{
    background: none;
    border: none;
    color: #333;
}
.carousel-indicators{
    bottom: -38px;
}
.carousel-indicators .active{
    background: #e65453;
}
.carousel-indicators li{
    background: #d7d7d7;
}
.diyRight .line{
    height: 4px ;
    width: 100%;
    background: #e65453;
    border-radius: 20px;
}
.diyRightBlock{
    margin: 30px 15px 60px 15px
}
.diyRightBlock h2{
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    margin-bottom: 30px;
    line-height: 1;
    font-family: PingFangSC-Semibold, sans-serif;
}
.studyAbroad li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}
.studyAbroad li a:hover{color: #000;font-weight: bold;}
.studyAbroad li:nth-last-child(1) a{margin-bottom: 0;}
.studyAbroad li span{
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    background: #d7d7d7;
    margin-right: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.studyAbroad li.active, .studyAbroad li:hover{
    color: #000;
}
.studyAbroad li.active a, .studyAbroad li:hover a{
    font-weight: 500;
}
.studyAbroad li.active span, .studyAbroad li:hover span{
    background-color: #e65453;
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.studyAbroad li a p{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
.recommondRead li{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.recommondRead li a{color: #333;}
.recommondRead li:nth-last-child(1){
    margin-bottom: 0;
}
.recommondRead li:hover a{
    color: #e65453;
}
.hotSearch ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.hotSearch li{margin-right: 10px;margin-bottom: 12px;}
.hotSearch li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 20px;
    background: #efefef;
    color: #333;
    border-radius: 20px;
}
.hotSearch li:hover a{
    background: #b1b1b1;
    color: #fff;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    width: 100%;
}
@media (max-width: 992px){
    .diyBanner .bannerContainer .recSearch ul{
        margin-left: 4px;
    }
    .diyBanner .bannerContainer .recSearch ul li{
        margin-right: 4px;
    }
    .pageContaner{
        margin: 20px 0 40px 0;
    }
    
}
@media (max-width:750px) {
    .diyBanner,.diyBanner img{
        height: 260px;
        min-height: 260px;
    }
    .diyBanner img {
        width: fit-content;
    }
}
@media (min-width: 992px){
    .col-md-4.article_img{
        width: 35.09%;
    }   
    .pageContaner{
        margin: 44px 0 100px 0;
    }
    /* .diyBanner{
        height: 300px;
        min-height: 300px;
    } */
}
@media (min-width: 1200px){
    .container {
        width: 1280px;
    }
    .container .row{
        margin: 0;
    }
    .diyLeft{
        max-width: 886px;
        padding: 0;
    }
    .diyRight {
        max-width: 270px;
        padding: 0;
        margin-left: 51px;
    }
    .pageContaner{
        margin: 84px 0 180px 0;
    }
    .article_content{
        width: 64%;
    }
    #myTabContent .tab-pane .article .article_img{
        max-width: 300px;
        margin: 0;
        padding: 0;
        margin-right: 15px;
    }
    /* .diyBanner{
        height: 356px;
        min-height: 356px;
    } */
    .diyBanner .bannerContainer {
        width: 646px;
        max-width: 646px;
    }
}

@media (min-width: 1920px){
    /* .diyBanner{
        height: 486px;
        min-height: 486px;
    } */
}