.swiper-banner {
    background: #aaa;
    position: relative;
}
.swiper-banner .arrow{
    position: absolute;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    color: #E6E6E6;
    width: 60px;
    z-index: 103;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
}
.swiper-banner  .arrow i{
    font-size: 50px;
    color: #eee;
}
.swiper-banner .prev{
    left: 30px;
}
.swiper-banner  .next{
    right: 30px;
}
.swiper-wrapper {
    height: auto!important;
}
.swiper-banner .swiper-slide {
    font-size: 0;
    height: auto!important;
}
.swiper-banner img {
    width: 100%;
}
/*分页器*/
.pagination {
    position: absolute;
    z-index: 102;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    background: #555;
    margin: 0 5px;
    border: 1px solid #fff;
    cursor: pointer;
    width:12px;
    height:12px;
    background:rgba(255,255,255,1);
    opacity:0.5;
    border-radius:50%;
}
.swiper-active-switch {
    background: #fff;
    opacity: 1;
}

/*推荐新闻*/
.tjnew {
    height: 150px;
    width: 100%;
    background: #CE2123;
    padding-top:40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tjnew p{
    text-align: center;
    color: #fff;
    font-family:Microsoft YaHei;
    line-height: 30px;
}
.tjnew .dt {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
}
.tjnew .dd{
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
}
.news {
    margin:30px 0;
}
.news .item{
    float: left;
    width: 30%;
}
.news .item .dt{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(225,46,33,1);
    line-height: 50px;
    border-bottom: 2px solid #E16921;
}
.news .item .dt a{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(225,46,33,1);
}
.news .item .dt .more{
    float: right;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.news .item .min-height {
    min-height: 210px;
}

.news .item ul li{
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.mr5{
    margin-right: 5%;
}
.news .item ul li a{
    font-size: 20px;
    color: #3c3c3c;
}
.news .item ul li a:hover{
    color: #E12E21;
}
.learn {
    background: #F7F7F7;
    height: 290px;
    margin: 20px 0;
    width: 100%;
}
.learn .wrapper{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.learn .wrapper .dt{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(225,46,33,1);
}
.learn .wrapper .con {
    margin-top: 30px;
    position: relative;
}
.learn .wrapper .con .swiper-container .swiper-slide {
    height: 140px!important;
}

.learn .wrapper .con .swiper-container .swiper-slide .slide-img {
    width: 270px;
    height: 140px;
}
.learn .wrapper .con .swiper-container a {
    display: block;
    width:270px;
    height:140px;
    opacity:0.9;
    border-radius:10px;
    background: #f30213;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-shadow:0px 2px 5px rgba(0, 0, 0, 0.35);
    text-align: center;
    line-height: 140px;
}
.learn .wrapper .con .arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 140px;
    color: #E6E6E6;
    width: 40px;
    z-index: 103;
    cursor: pointer;
    background: rgba(0,0,0,0.2);
    line-height: 140px;
    text-align: center;
    border-radius: 10px;
}
.learn .wrapper .con .arrow i{
    font-size: 30px;
    color: #fff;
}
.learn .wrapper .con .prev{
   left: 0;
}
.learn .wrapper .con .next{
    right: 0;
}
.hot{

}
.hot i{
    border-radius: 50%;
    background: #1497EA;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 25px;
    font-style: normal;
}
.hot .right {
    float: right;
    width: 370px;
}
.hot .right i{
    background: #aaa;
}
.hot .left{
    overflow: hidden;
    width: 370px;
}

.a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
