/* 
 * @Description: 教育资讯详情
 * @fileName: 
 * @Author: tangsu
 * @Date: 2021-03-23 14:37:11
 * @LastEditors: longhaiyan
 * @LastEditTime: 2021-03-26 18:32:54
  */
  /* 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 */

body{
    background-color: #f7f7f7;
}
/* 教育资讯详情正文 start */
.container{
    margin-bottom: 80px;
    overflow: hidden;
}

/* 教育资讯左部分 start */
.contentLeft{
    float: left;
    background-color: #ffffff;
    width: 70.9%;
    padding: 45px 30px 40px 30px;
    margin-top: 80px;
}
.contentRight{
    float: right;
    width: 21.7%;
    margin-top: 80px;
}
.contentTile h2{
    color: #333333;
    font-size: 24px;
    /*font-family: 'siyuanMedium';*/
    text-align: center
}
.dateAndSeeSection{
    overflow: hidden;
    text-align: center;
}
.dateAndSeeSection .dateAndSee{
    display: inline-block;
    font-size: 16px;
    color: #999999;
    padding-right: 30px;
    margin-top: 20px;
}
.dateAndSee span{
    padding-left: 5px;
}
.lastDate{
    padding-right: 0 !important;
}
.contentTile{
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}
.contentMessage{
    padding: 40px 0 0 0;
}
.contentMessage p{
    font-size: 16px;
    color: #666666;
    font-family: 'siyuanNormal';
    padding-bottom: 30px;
}
.contentMessage img{
    margin: 0 auto;
    display: block;
    padding-bottom: 70px;
}
.pb{
    padding-bottom: 0 !important;
}
.contentBtns{
    overflow: hidden;
}
.contentBtns .btnLeft{
    width: 385px;
	height: 58px;
	background-color: #f7f7f7;
	border-radius: 4px;
    float: left;
    padding-left: 30px;
    text-align: left
}
.btnLeft span{
    padding-left: 10px;
}
.contentBtns .btn{
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.contentBtns .btn span {
    line-height: 58px;
    color: #666666;
    font-family: 'siyuanNormal';
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    /* float: left; */
    max-width: 88%;
}

.btnLeft  span{
    float: left;
}
.btnLeft  img{
    float: left !important;
}
.btnRight  span{
    float: right;
}
.btnRight  img{
    float: right;
}
/* .btnRight img{
    transform: rotate(180deg);
}
.btnLeft img{
    transform: rotate(0deg);
} */
.btnRight{
    width: 385px;
	height: 58px;
	background-color: #f7f7f7;
	border-radius: 4px;
    float: right;
    text-align: right;
    padding-right: 30px;
}
.btnRight span{
    padding-right: 10px;
    transition: all 0.2s ease-in-out;
}
.btn .img2{
    display: none;
}
.btn .grayArrow {
    float: right;
    display: inline-block;
    position: relative;
    top: 24px;
}
.contentBtns .btn .img2{
    display: none;
}
.contentBtns .btn:hover{
    background-color: #0aba80;
}
.contentBtns .btn:hover span{
    color: #ffffff;
}
.contentBtns .btn:hover .whiteArrow{
    display: inline-block;
}
.contentBtns .btn:hover .img1{
    display: none;
}
.contentBtns .btn:hover .img2{
    display: block;
}
.contentBtns .btnLeft:hover img{
    transform: rotate(180deg);
}
.contentBtns .btnRight:hover img{
    transform: rotate(0deg);
}
/* 教育资讯左部分 end */

/* 教育资讯右部分 start */
.contentRight{
}
.rightTitle{
    position: relative;
    font-size: 22px;
	font-family: 'siyuanRegular';
	color: #ffffff;
    padding: 17.5px;
}
.rightTitle img{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.rightInner{
    padding: 20px 20px 0 20px;
    background-color: #ffffff;

}
.innerList{
    padding-bottom: 28px;
}
.innerList a{
    display: block;
}
.innerList a:hover p{
    color: #0da573;
}
.innerList p{
    font-size: 18px;
    color: #333333;
    font-family: 'siyuanRegular';
    padding-top: 18px;
    transition: all 0.2s ease-in-out;
}
/* 教育资讯右部分 end */

/* 教育资讯详情正文 end */


.rightTitle {
    height: 68px;
    vertical-align: middle;
    position: relative;
    line-height: 68px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
}

.rightTitle img.fire_news_icon {
    width: 22px;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
    right: 0px;
    z-index: 1;
    height: auto;
}