/* 
* @Description: 教育资讯
 * @fileName: 
 * @Author: tangsu
 * @Date: 2021-03-23 11:36:26
 * @LastEditors: longhaiyan
 * @LastEditTime: 2021-03-26 18:13:17
  */
/* banner start */
  .index_banner .swiper-pagination-bullet {
    width: 60px;
	height: 4px;
	opacity: 1;
    background: rgba(108,108,108,0.2);
    border-radius: 0px;
    margin: 0px 15px;
}

.index_banner .swiper-pagination-bullet-active {
    background: #0aba80;
}


.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,.index_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
/* banner end */

/*  tab内容 start  */
.informationTitle ul li{
    width: 146px;
	height: 54px;
    background-color: #f7f7f7;
	border-radius: 27px;
    font-family: siyuanNormal;
	font-size: 20px;
	color: #666666;
    line-height: 54px;
    text-align: center;
    margin: 0 15px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.informationTitle ul li:hover{
    background-color: #0aba80;
    color: #ffffff;
}
.liActive{
    background-color: #0aba80 !important;
    color: #ffffff !important;
}
.informationTitle ul{
    text-align: center;
    margin: 80px 0 60px 0;
}
.informationContent .inforLeft{
    float: left;
    width: 25%;
}
.informationContent .inforRight{
    float: right;
    width: 73%;
    padding-left: 2%;
}
.informationContent .rightTitle{
    padding: 10px 0 20px 0;
    color: #333333;
    font-size: 20px;
    font-family: 'siyuanNormal';
    transition: all 0.2s ease-in-out;
}
.informationContent .rightIntro{
    color: #666666;
    font-size: 16px;
    font-family: 'siyuanNormal';
    padding-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    line-height: 34px;
}
.informationContent .rightIntro::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
	height: 1px;
	background-color: #0aba80;
    transition: all 0.2s ease-in-out;
}
.informationContent .dateTime{
    color: #999999;
    font-size: 16px;
    font-family: 'siyuanNormal';
    float: left;
}
.dateTime span{
    padding-left: 5px;
    position: relative;
    top: 1px;
}
.inforSection{
    margin-bottom: 60px;
}
.inforSection a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.inforSection a:hover .rightTitle{
    color: #0aba80;
}
.inforSection a:hover .inforGo{
    background-color: #0aba80;
    border: solid 1px #0aba80;
}
.inforSection a:hover .inforGo .grayArrow{
    display: none;
}
.inforSection a:hover .inforGo .whiteArrow{
    display: block;
}
.inforSection a:hover .rightIntro::after{
    background-color: #fa9500;
}
.inforDown{
    margin-top: 40px;

}
.inforGo{
    float: right;
    width: 76px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #d4d4d4;
    transition: all 0.2s ease-in-out;
}
.inforGo .grayArrow{
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.inforGo .whiteArrow{
    display: none;
    margin: 0 auto;
    padding-top: 10px;
}
/*  tab内容 end */

/* 分页 start*/
.pages {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 10px;
}

/* 清除默认效果 */
.pages a {
    text-decoration: none;
}

.pages a .change_page {
    width: 12px;
	height: 12px;
}

.pre_red, .next_red {
    display: none;
}

/* 静态样式 */
.staticEffect a{
    color: #808080;
    border: 1px solid transparent;
    background-color: #f7f7f7;
}

/* 鼠标经过 */
.hoverEffect a:hover{
    color: #0aba80;
    border: 1px solid transparent;
    background-color: #f7f7f7;
}

/* 基础样式 */
.pages a {
    font-size: 18px;
    display: inline-block;
    margin-right: 14px;
    width: 42px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    border-radius: 50%;
}

.pages a.prev, .pages a.next {
    font-size: 18px;
}

/* 选中样式 */
.pages a.on  {
    color: #fff;
    background: #0aba80;
}

/* 分页 end */

.isHide{
    display: none;
}