﻿/*右侧*/
.right-content {
    width: 970px;
    float: left;
}

.main-title .title {
    font-size: 18px;
    color: #11356d;
    font-weight: bold;
}

.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    color: #888;
    float: right;
    position: relative;
    top: 5px;
}

.right-content .content {
    margin-top: 20px;
    position: relative;
}

/*轮播器*/
.mian-content .content .prev {
    /*padding: 10px;*/
    z-index: 100;
    position: absolute;
    top:285px;
    width:40px;
    height: 80px;
    background: #1c80cc url("../image/ico.png") center center no-repeat;
    background-position: 6px -233px;
    border-radius:0 5px 5px 0;
   opacity:0.7
}

.mian-content .content .next {
    /*padding: 10px;*/
    z-index: 100;
    position: absolute;
    top:285px;
    left: 930px;
    width:40px;
    height: 80px;
    background: #1c80cc url("../image/ico.png") center center no-repeat;
    background-position: 10px -314px;
    border-radius:5px 0 0 5px;
    opacity:0.7
}

.swiper-container {
    height: 612px;
}

.mian-pic img {
    width: 100%;
    height: 100%;
}
.myschool-pictitle{
    /*background: rgba(0,0,0,0.3);!*firefox、chrome*!*/
    /*background: #000\9;!*IE*!*/
    /*filter: alpha(opacity=30);!*IE*!*/
    width: 82px;
    position: relative;
    top: 26px;
    background: url('../image/rgab0.3.png');
    left: 840px;
    z-index: 20;
}
.myschool-bottomtitle{
    width: 82px;
    position: relative;
    top: 26px;
    left: 840px;
    z-index: 20;
    border-bottom:9px solid #b8192f;
}
.myschool-pictitle .text{
    width: 28px;
    margin-left:42px;
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 32px;
    color:#fff;
    font-size: 18px;
    word-break: break-all;
    max-height: 510px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 15px;

}
a{
    color:#232323;
}
/*@media screen and (max-width: 1440px) {*/
    /*.mian-content .content .prev{*/
        /*left: 40px;*/
    /*}*/
    /*.mian-content .content .next{*/
        /*left: 710px;*/
    /*}*/
    /*.myschool-pictitle{*/
        /*left: 650px;*/
    /*}*/
    /*.myschool-bottomtitle{*/
        /*left: 650px;*/
    /*}*/
/*}*/