@charset "utf-8";

.header.act, .scollheader .header.act {
    background: rgba(255, 255, 255, 1) !important;
}

.footer {
    overflow: hidden;
    box-shadow: 0px -3px 5px #f4f4f4;
}

/*内页公共*/
.pagebanner {
    padding-top: 130px;
}

.pageban {
    position: relative;
}

.pageban img {
    width: 100%;
}

.page_bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pagesub {
    padding-top: 9%;
}

.pagesub h2 {
    font-size: 28px;
    color: #fff;
    margin: 0;
    padding-bottom: 40px;
}

.pagesub {
    max-width: 520px;
}

.pagesub ul li {
    margin: 6px 0;
    float: left;
    width: 50%;
    padding-right: 5px;
    line-height: 25px;
    background: url(../images/neiico.png) no-repeat left;
    padding-left: 22px;
    transition: all 0.2s ease-out 0s;
}

.pagesub ul li:nth-child(3n+0) {
    margin-right: 0;
}

.pagesub ul li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    height: 25px;
}

.pagesub ul li.on a, .pagesub ul li:hover a {
    border-bottom: 1px solid #fff;
}

.pagesub ul li:hover {
    transform: translateY(-2px);
}

@media (max-width:1249px) {
    .pagebanner {
        padding-top: 90px;
    }

}

@media (max-width:1099px) {
    .pagesub h2 {
        padding-bottom: 30px;
    }

}

@media (max-width:991px) {
    .pagesub {
        padding-top: 8%;
        max-width: 394px;
    }

    .pagesub ul li {
        margin-right: 50px;
    }

}

@media (max-width:879px) {
    .pagesub {
        padding-top: 6%;
    }

    .pagesub h2 {
        padding-bottom: 20px;
    }

}

@media (max-width:767px) {
    .pagebanner {
        padding-top: 60px;
    }

    .pageban {
        background: none !important;
        height: auto;
    }

    .pagesub {
        padding-top: 0;
        max-width: 100%;
    }

    .pagesub h2 {
        font-size: 24px;
        position: absolute;
        transform: translateY(-150%);
        left: 15px;
    }

    .pagesub ul {
        padding-top: 5px;
    }

    .pagesub ul li {
        width: 50%;
        margin: 0;
        padding: 5px 0;
    }

    .pagesub ul li a {
        color: #333;
        font-size: 15px;
        background: url(../images/moico.png) no-repeat left;
        padding-left: 22px;
    }

    .pagesub ul li.on a, .pagesub ul li:hover a {
        color: #C8140E;
        font-weight: 500;
        background: url(../images/moicoh.png) no-repeat 0 5px;
    }

    .page_bg {
        position: inherit;
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 10px;
    }

}

/*翻页*/
.pages {
    margin: 20px auto;
    margin-bottom: 0;
    text-align: center;
    box-sizing: border-box;
}

.pages:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.pages a {
    border: 1px solid #DDD;
    display: inline-block;
    color: #333;
    margin: 5px 2px;
    padding: 5px 12px;
    text-decoration: none;
    font-size: 14px;
}

.pages a:hover {
    border: 1px solid #B60005;
    text-decoration: none;
    color: #fff;
    background-color: #B60005;
    font-size: 14px;
}

.pages span {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #B60005;
    background-color: #B60005;
    color: #fff;
    font-size: 14px;
    margin: 0 2px;
}

@media (max-width:768px) {
    .pages {
        padding-top: 0px;
        margin: 0 auto 20px;
        height: auto;
    }

    .pages a {
        border: 1px solid #DDD;
        display: inline-block;
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

}

/*新闻频道页*/
.new_title {
    text-align: center;
    padding-top: 65px;
}

.new_title h2 {
    font-size: 28px;
    color: #c8140e;
    display: inline-block;
    background: url(../images/hemico.png) no-repeat left;
    padding-left: 48px;
    font-weight: bold;
}

.partyup {
    padding: 55px 0;
    padding-bottom: 30px;
    overflow: hidden;
}

.part_left {
    float: left;
    width: 37%;
}

.part_left img {
    max-width: 100%;
}

.part_right {
    float: left;
    width: 100%;
}

.part_right ul {
    margin-left: -40px;
    margin-right: -40px;
}

.part_right ul li {
    float: left;
    width: 25%;
    padding: 25px 40px;
}

.party_time {
    position: relative;
    padding-bottom: 20px;
    font-size: 16px;
}

.party_time:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}

.party_time:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    background: #f00000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.party_time span {
    color: #cccccc;
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
}

.party_time h3 {
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.party_cont {
    margin-top: 20px;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part_right ul li:hover .party_time h3 {
    color: #B20707;
    font-weight: 600;
}

.part_right ul li:hover .party_time:before {
    opacity: 0;
}

.part_right ul li:hover .party_time:after {
    width: 100%;
    opacity: 1;
}

@media (max-width:1440px) {
    .part_right ul {
        margin-left: -50px;
        margin-right: -50px;
    }

    .part_right ul li {
        padding: 20px 50px;
    }

}

@media (max-width:1439px) {
    .part_right ul li {
        padding: 15px 50px;
    }

}

@media (max-width:1349px) {
    .part_left {
        width: 42%;
    }

 /*   .part_right {
        width: 58%;
        padding-left: 63px;
    }
*/
    .part_right ul {
        margin-left: -30px;
        margin-right: -30px;
    }

    .part_right ul li {
        padding: 15px 30px;
    }

}

@media (max-width:1249px) {
 /*   .part_right {
        padding-left: 50px;
    }*/

    .part_right ul li {
        padding: 0 30px 20px 30px;
    }

    .party_cont {
        margin-top: 15px;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}

@media (max-width:991px) {
    .party_time span {
        padding-bottom: 10px;
    }

    .party_time {
        padding-bottom: 10px;
    }

/*    .part_right {
        padding-left: 40px;
    }*/

    .part_right ul {
        margin-left: -20px;
        margin-right: -20px;
    }

    .part_right ul li {
        padding: 0 20px 20px 20px;
    }

}

@media (max-width:879px) {
    .part_left {
        width: 100%;
    }

    .part_right {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }

}

@media (max-width:767px) {
    .new_title {
        padding-top: 35px;
    }

    .new_title h2 {
        font-size: 24px;
        padding-left: 48px;
    }

    .partyup {
        padding: 30px 0;
        padding-top: 0;
    }

    .part_right ul li {
        width: 100%;
        padding: 10px 20px;
    }

}

/*党建*/
.part_bg {
    background: url(../images/partbg.jpg) no-repeat center;
    background-size: cover;
}

.mpartyd {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 590px;
}

.mpartyd .tab_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 11.6%;
    height: 100%;
    border-right: 1px solid #DBDBDB;
}

.mpartyd .tab_menu li {
    width: 100%;
    height: 50%;
    padding-left: 62px;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mpartyd .tab_menu li a {
    color: #333333;
    font-size: 28px;
    padding-top: 48px;
    width: 25px;
    display: block;
    line-height: 1;
}

.mpartyd .tab_menu li.current a {
    color: #c8140e;
    background: url(../images/newico.png) no-repeat top;
}

.mpartyd .tab_box {
    float: right;
    width: 85%;
    border-top: 1px solid #D9D9D9;
    margin-top: 62px;
}

.tab_box .hide {
    display: none;
}

.mpartynew {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 32px;
    padding-top: 55px;
    overflow: hidden;
    position: relative;
}

.mpartynew:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    background: #f00000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.mpartnl {
    width: 20%;
    float: right;
    overflow: hidden;
    position: relative;
}

.mpartnl img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mpartnl img {
    max-width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.mpartynew:hover .mpartnl img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.mpartnr {
    width: 80%;
    float: left;
    padding-right: 85px;
}

.mpartnr h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 9px 0;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mpartnr p {
    color: #999999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mpartnr span {
    color: #999999;
    padding-bottom: 9px;
    display: block;
}

.mpartynew:hover .mpartnr h3 {
    color: #C8140E;
}

.mpartynew:hover:after {
    width: 100%;
    opacity: 1;
}

@media (max-width:1249px) {
    .mpartyd .tab_menu li {
        padding-left: 40px;
    }

    .mpartyd .tab_box {
        width: 82%;
    }

}

@media (max-width:1199px) {
    .mpartyd {
        min-height: 530px;
    }

}

@media (max-width:991px) {
    .mpartyd .tab_menu {
        width: 13%;
    }

    .mpartyd .tab_box {
        width: 80%;
    }

    .mpartnl {
        width: 25%;
    }

    .mpartnr {
        width: 75%;
        padding-right: 50px;
    }

}

@media (max-width:767px) {
    .mpartyd {
        min-height: auto;
        margin-top: 10px;
        padding-bottom: 30px;
    }

    .mpartyd .tab_menu {
        width: 100%;
        position: inherit;
        padding-top: 10px;
        border: none;
    }

    .mpartyd .tab_box {
        width: 100%;
        margin-top: 5px;
        padding-top: 10px;
    }

    .mpartynew {
        padding-bottom: 22px;
        padding-top: 35px;
    }

    .mpartyd .tab_menu li {
        height: auto;
        padding: 10px 0;
        width: 50%;
        float: left;
    }

    .mpartyd .tab_menu li a {
        color: #333333;
        font-size: 18px;
        padding-top: 0;
        padding-left: 35px;
        width: auto;
        display: inline-block;
        line-height: 1;
    }

    .mpartyd .tab_menu li.current a {
        background: url(../images/hemico.png) no-repeat left;
    }

    .mpartnl {
        width: 35%;
    }

    .mpartnr {
        width: 65%;
        padding-right: 15px;
    }

    .mpartnr h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .mpartnr span {
        padding-bottom: 5px;
    }

}

@media (max-width:414px) {
    .mpartnl {
        width: 100%;
    }

    .mpartnr {
        width: 100%;
        padding-right: 0;
        padding-top: 15px;
    }

    .mpartynew {
        padding-bottom: 15px;
        padding-top: 15px;
    }

}

.Compbg {
    background: url(../images/combg.jpg) no-repeat center bottom;
}

.djdown {
    padding: 55px 0;
    width: 100%;
}

.new_down {
    background: #F4F4F4;
    width: 100%;
    padding: 50px 0 50px 0;
}

.newd_title {
}

.newd_title h2 {
    font-size: 28px;
    color: #c8140e;
    display: inline-block;
    background: url(../images/hemico.png) no-repeat left;
    padding-left: 48px;
    font-weight: bold;
}

.zclist {
    padding-top: 35px;
}

.zclist ul li {
    background: url(../images/zcico.png) no-repeat left;
    padding: 10px 0;
}

.zclist ul li a {
    display: block;
    font-size: 16px;
    padding-left: 28px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtlist ul li {
    background: url(../images/mtico.png) no-repeat left;
}

.zclist ul li:hover {
    background: url(../images/zcico.png) no-repeat 2px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.mtlist ul li:hover {
    background: url(../images/mtico.png) no-repeat 2px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

@media (max-width:767px) {
    .zclist {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .newd_title h2 {
        font-size: 24px;
    }

    .new_down {
        padding: 30px 0;
    }

    .djdown {
        padding: 30px 0;
    }

    .zclist ul li {
        padding: 5px 0;
    }

}

/*--新闻详情--*/
.mhuibg {
    background: #F4F4F4;
    margin-bottom: 15px;
}

.mhuibg a {
    display: block;
    padding: 29px 29px 10px 29px;
}

.mxqxian {
    height: 2px;
    width: 100%;
    background-color: #CDCDCD;
}

.mxqpic {
    width: 100%;
    text-align: center;
}

.mxqpic img {
    margin: 0 auto;
    width: 100%;
}

.mhuibg strong {
    font-size: 16px;
    color: #333333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mhuibg span {
    display: block;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.mhuibg p {
    margin-top: 5px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mnewk {
    padding-top: 50px;
    padding-bottom: 20px;
}

.mnewmore {
    padding: 10px 0 0px 0;
}
.mnewmore:hover {
    color:#C9130F;
}
.mnewkuang {
    border: 1px solid #E5E5E5;
    padding: 35px;
    padding-bottom: 0;
}

.mnewsj {
    float: left;
    display: inline-block;
    background: #E5E5E5;
    line-height: 26px;
    padding-right: 15px;
    margin-right: 15px;
}

.mnewsj span {
    background: #C9130F;
    color: #fff !important;
    width: 55px;
    text-align: center;
    display: inline-block;
    margin-right: 16px;
}

.click {
    float: left;
    line-height: 26px;
}

.mnewbt {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    color: #aaaaaa;
}

.mnewbt span {
    color: #aaaaaa;
}

.mnewbt a {
    color: #aaaaaa;
}

.mnewbt h4 {
    color: #333333;
    line-height: 38px;
    font-weight: 500;
    font-size: 26px;
    margin: 0;
    padding-bottom: 14px;
}

.contents {
    line-height: 26px;
}

.contents p {
    line-height: 26px;
    padding-bottom: 10px;
    font-size: inherit;
}

.contents p img {
    display: block;
    margin: 0 auto;
}

.contents img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
}

.contents img {
    max-width: 100%;
}

.contents {
    padding-top: 30px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
}

.mfenx {
    display: inline-block;
    float: right;
    line-height: 32px;
    padding-right: 5px;
}

.mnewbt .col-md-4 {
    padding-top: 10px;
}

.mfhmore {
    background: #C9130F;
    float: right;
    padding: 8px 20px;
}

.mfhmore a {
    font-size: 14px;
    color: #FFF;
    height: 23px;
    display: block;
    line-height: 23px;
}

.mfhmore a i {
    background: url(../images/mfan.png) no-repeat center;
    margin-left: 5px;
    float: right;
    width: 21px;
    height: 23px;
    display: inline-block;
    transition: all 0.3s;
}

.mfhmore a:hover i {
    transform: rotate(-90deg);
}

.trans-rotate {
    -webkit-transition: transform .25s linear;
    -moz-transition: transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;
}

.mpfoot {
    padding-top: 20px;
    padding-bottom: 15px;
}

.mpfoot .col-md-8 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mpfoot .col-sm-8 {
    font-size: 14px;
    line-height: 26px;
}

.mpfoot .col-sm-8 span {
    float: left;
    display: inline-block;
    font-size: 16px;
}

.mpfoot .col-sm-8 a {
    font-size: 14px;
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    height: 21px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:991px) {
    .mpfoot .col-md-8 {
        padding-bottom: 15px;
    }

    .mnewbt h4 {
        line-height: 30px;
        font-size: 20px;
        padding-bottom: 14px;
    }

    .mnewbt .right {
        width: 100%;
        float: left;
    }

    .mhuibg a {
        padding: 20px;
    }

}

@media screen and (max-width:767px) {
    .mpfoot .col-sm-8 a {
        margin-bottom: 10px;
        display: block;
    }

    .mnewbt h4 {
        color: #333333;
        font-weight: 500;
        font-size: 24px;
        padding-bottom: 14px;
    }

    .mnewk {
        padding: 25px 0 20px 0;
    }

    .mnewk .col-sm-4 {
        margin-top: 15px;
    }

    .mnewkuang {
        padding: 20px 15px;
        padding-bottom: 0;
    }

}

@media screen and (max-width:350px) {
    .click {
        width: 100%;
        padding-top: 10px;
    }

}

/*名师风范频道页*/
.skill {
    position: relative;
}

.skill .tab_menu {
    position: absolute;
    left: 46%;
    top: 0;
    width: 17%;
    height: 84%;
    z-index: 99;
}

.skill .tab_menu li {
    width: 100%;
    cursor: pointer;
    background: #FAFAFA;
    height: 50%;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.skill .tab_menu li .a {
    font-size: 16px;
    color: #333333;
    background: url(../images/jsico.png) no-repeat top;
    padding-top: 78px;
    display: inline-block;
    margin: 0 auto;
}

.skill .tab_menu li.current {
    background: #C8140E;
}

.skill .tab_menu li.current .a {
    color: #fff;
    background: url(../images/jsicoh.png) no-repeat top;
}

.skill_l {
    float: left;
    width: 45%;
    position: relative;
}

.skill_l img {
    max-width: 100%;
}

.skill_l:before {
    content: "";
    position: absolute;
    background: url(../images/msmask2.png) repeat-x top;
    width: 100%;
    height: 100%;
}

.skill_r {
    float: right;
    width: 40%;
    height: 552px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 3% 4% 3% 8%;
}

.skill .active .skill_l {
    animation: banBt2 1.2s ease both;
}

.skill .active .skill_r {
    animation: banRt 1s ease both;
}

@keyframes banLt {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }

}

@keyframes banBt {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

@keyframes banBt2 {
    0% {
        transform: translateY(50px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

@keyframes banRt {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }

}

@keyframes banPs {
    0% {
        transform: scale(.4);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}

.js_name {
    font-size: 22px;
    color: #c8140e;
}

.js_cont {
    color: #333333;
    margin-top: 10px;
    max-height: 374px;
    overflow-y: auto;
}

.js_cont::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.js_cont::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 2px;
}

.js_cont::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.js_cont::-webkit-scrollbar-thumb:hover {
    background: #9F9F9F;
}

.js_cont p {
    line-height: 34px;
    font-size: 16px;
}

.js_more {
    color: #d02727;
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
}

a:hover.js_more {
    padding-left: 5px;
}

.skill_nei {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0 0 35px;
}

.skill_name {
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
}

.skill_web {
    color: #fff !important;
    font-size: 15px;
    background: url(../images/enlarge.png) no-repeat left;
    padding-left: 35px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.vocation {
    background: url(../images/zjmsbg.jpg) repeat-x bottom;
    margin-top: 80px;
    padding-bottom: 80px;
}

.vocat_nei {
    position: relative;
}

.voca_title {
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    border-bottom: 1px solid #818181;
    padding-bottom: 30px;
    overflow: hidden;
}

.voca_title h3 {
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    position: relative;
    z-index: 99;
    float: left;
}

.voca_l {
    float: left;
    width: 65%;
    padding-top: 88px;
    padding-left: 65px;
}

.voca_r {
    float: right;
    width: 35%;
    padding-left: 110px;
    text-align: right;
}

.vocatab .tab_menu {
    position: absolute;
    left: 0;
    width: 65%;
    top: 90px;
    padding-left: 200px;
    text-align: right;
    z-index: 9;
}

.vocatab .tab_menu li {
    width: auto;
    float: inherit;
    display: inline-block;
    padding-left: 25px;
}

.vocatab .tab_menu li a {
    font-size: 16px;
}

.vocatab .tab_menu li.current a {
    color: #d02727;
}

.voca_pic {
    margin-top: -90px;
}

.voca_r img {
    max-width: 100%;
}

.vocatab .tab_box {
    min-height: 300px;
}

.vocatab .active .voca_l {
    animation: banBt 1s ease both;
}

.vocatab .active .voca_r {
    animation: banBt 1s ease both;
}

.voca_des {
    margin-top: 25px;
    height: 160px;
    overflow-y: auto;
}

.voca_des::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.voca_des::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 2px;
}

.voca_des::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.voca_des::-webkit-scrollbar-thumb:hover {
    background: #9F9F9F;
}

.voca_des p {
    color: #333333;
    line-height: 32px;
    font-size: 16px;
}

.vomore {
    padding-top: 14px;
}

.vomore a {
    color: #d02727;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width:1349px) {
    .voca_r {
        padding-left: 80px;
    }

    .voca_pic {
        margin-top: -60px;
    }

    .vocatab .tab_menu {
        padding-left: 180px;
    }

}

@media screen and (max-width:1249px) {
    .skill_nei {
        padding: 20px 0 0 25px;
    }

    .voca_l {
        padding-top: 88px;
        padding-left: 0;
    }

    .vocatab .tab_menu {
        padding-left: 140px;
    }

    .voca_r {
        padding-left: 50px;
    }

}

@media screen and (max-width:1099px) {
    .skill_l {
        width: 50%;
    }

    .skill .tab_menu {
        height: 65%;
    }

    .vocatab .tab_menu li {
        padding-left: 15px;
    }

}

@media screen and (max-width:991px) {
    .skill_l {
        width: 55%;
    }

    .skill .tab_menu {
        height: 62%;
    }

    .skill_nei {
        padding: 15px 0 0 15px;
    }

    .skill_name {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .vocation {
        margin-top: 0;
    }

    .vocatab .tab_menu {
        padding-left: 100px;
    }

    .vocatab .tab_menu li {
        padding-left: 10px;
    }

    .vocatab .tab_menu li a {
        font-size: 14px;
    }

    .voca_pic {
        margin-top: 0;
    }

}

@media screen and (max-width:767px) {
    .skill .tab_menu {
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }

    .skill .tab_menu li {
        width: 50%;
        float: left;
        cursor: pointer;
        background: #FAFAFA;
        height: 50%;
        padding: 15px 0;
    }

    .skill_l {
        width: 100%;
        position: relative;
    }

    .skill_r {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .js_cont {
        max-height: inherit;
        overflow-y: auto;
    }

    .js_cont p {
        line-height: 28px;
    }

    .js_more {
        margin-top: 10px;
    }

    .skill_nei {
        display: none;
    }

    .js_name {
        font-size: 20px;
    }

    .skill .tab_menu li .a {
        background: url(../images/jsico.png) no-repeat top;
        padding-top: 45px;
        background-size: 50%;
    }

    .skill .tab_menu li.current .a {
        background: url(../images/jsicoh.png) no-repeat top;
        background-size: 50%;
    }

    .vocation {
        padding-bottom: 0;
        background: none;
    }

    .vocatab .tab_menu {
        position: inherit;
        left: 0;
        width: 100%;
        top: 0;
        padding-left: 0;
        text-align: left;
        padding-bottom: 20px;
    }

    .vocatab .tab_menu li {
        padding: 0 10px;
    }

    .vocatab .tab_menu li a {
        font-size: 20px;
    }

    .voca_l {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    .voca_r {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        text-align: left;
    }

    .voca_title {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .voca_title h3 {
        font-size: 18px;
    }

}

/*齐鲁名师*/
.syywfw {
    height: 477px;
    overflow: hidden;
}

.syywfw .bigbox li {
    width: 12.4%;
    height: 477px;
    background: url(../images/msbg.jpg) no-repeat;
    background-size: cover;
    float: left;
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .8s ease;
}

.syywfw .bigbox li .box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-left: 3px solid #fff;
}

.syywfw .bigbox li .box .tit {
    font-size: 88px;
    line-height: 1;
    padding-bottom: 30px;
    font-weight: normal;
    display: none;
}

.syywfw .bigbox li:first-child .box {
    border: none;
}

.syywfw .bigbox li.cur {
    width: 62.8%;
    position: relative;
    background: #F7F7F7;
}

.syywfw .bigbox li .ch {
    height: 100%;
    padding-top: 100px;
    text-align: center;
    overflow: hidden;
}

.syywfw .bigbox li.cur .ch {
    display: none;
}

.syywfw .bigbox li .innerBox {
    width: 100%;
    height: 100%;
    display: none;
    float: left;
}

.syywfw .bigbox li .ms_right {
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all .8s ease;
    opacity: 0;
    visibility: hidden;
}

.syywfw .bigbox li.cur .innerBox .inner_tit {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
}

.syywfw .bigbox li.cur .ms_right {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.syywfw .bigbox li.cur .innerBox {
    display: block;
}

.mobilem {
    display: none;
}

.pcem {
    display: block;
}

#moby p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: rgba(2, 69, 148, 0.5)
}

#moby p a {
    font-size: 15px;
    color: #fff;
}

.mspic {
    float: left;
    width: 38%;
    height: 100%;
}

.mspic img {
    max-width: 100%;
}

.ms_right {
    float: left;
    width: 62%;
    padding: 60px;
    height: 100%;
    overflow: hidden;
}

.ms_right h4 {
    padding-top: 24px;
    font-size: 16px;
    color: #333;
}

.ms_right p {
    line-height: 30px;
    margin: 20px 0;
    color: #666;
    max-height: 300px;
    overflow-y: auto;
}

.ms_right p::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.ms_right p::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 2px;
}

.ms_right p::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.ms_right p::-webkit-scrollbar-thumb:hover {
    background: #9F9F9F;
}

.ms_more {
    color: #d02727;
    font-size: 16px;
}

a:hover .ms_more {
    padding-left: 5px;
}

.ms_name {
    width: 25px;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
}

.ms_des {
    width: 20px;
    color: #fff;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/lefticoh.png) no-repeat top center;
    padding-top: 32px;
}

.gjban .item {
    padding: 10px;
    padding-top: 100px;
}

.craf_bg {
    background: #F7F7F7;
    padding: 88px 0 65px 0;
}

.craf_bg .owl-nav {
    display: none;
}

.craf_bg .owl-theme .owl-dots {
    margin-top: 40px;
}

.craf_bg .owl-theme .owl-dots .owl-dot span {
    background: #EEEEEE;
}

.craf_bg .owl-theme .owl-dots .owl-dot.active span, .craf_bg  .owl-theme .owl-dots .owl-dot:hover span {
    background: #C8140E;
}

.craf_cont {
    background: #fff;
    position: relative;
    padding: 45px;
}

.craf_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -145px;
}

.craf_pic img {
    width: 100%;
}

.craf_title {
    font-size: 18px;
    text-align: center;
    color: #333333;
    height: 60px;
    line-height: 30px;
    margin-top: 28px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.craf_cont p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.craf_cont a:hover .craf_title {
    color: #c8140e
}

.techno {
}

.techno .owl-theme .owl-dots {
    display: none;
}

.techno .owl-theme{
    padding: 0 80px;
}

.techno  .owl-theme.owl-nav {
    margin: 0;
}

.techno .owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 48px;
    margin-top: -60px;
    border: none;
}

.techno .owl-theme .owl-nav button span {
    font-size: 0;
}

.techno .owl-theme .owl-nav button.owl-prev {
    left: 0;
    background: url(../images/ry_l.png) no-repeat;
}

.techno .owl-theme .owl-nav button.owl-next {
    right: 0;
    background: url(../images/ry_r.png) no-repeat;
}

.techno .owl-theme .owl-nav button.owl-prev:hover {
    background: url(../images/ry_hl.png) no-repeat;
}

.techno .owl-theme .owl-nav button.owl-next:hover {
    background: url(../images/ry_hr.png) no-repeat;
}

.expertban .item {
    padding: 10px;
}

.expert_cont {
    background: #F7F7F7;
    transition:  all .4s;
}

.expert_pic {
}

.expert_pic img {
    width: 100%;
}

.expert_cont:hover {
    transform: translateY(-5px);
    -moz-box-shadow: 0px 0px 10px #DDDDDD;
    -webkit-box-shadow: 0px 0px 10px #DDDDDD;
    box-shadow: 0px 0px 10px #DDDDDD;
}

.expert_title {
    padding: 30px;
}

.expert_title h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 18px;
}

.expert_title p {
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pb50 {
    padding-bottom: 50px;
}

.expert_cont a:hover .expert_title {
    background: #c8140e;
}

.expert_cont a:hover .expert_title h3, .expert_cont a:hover .expert_title p {
    color: #fff;
}

@media(max-width:1349px) {
    .mspic {
        width: 42%;
    }

    .ms_right {
        width: 58%;
        padding: 40px;
    }

    .craf_cont {
        padding: 30px;
    }

    

}

@media(max-width:1249px) {
    .mspic {
        width: 45%;
    }

    .ms_right {
        width: 55%;
        padding: 40px;
    }



    .craf_cont p {
        font-size: 14px;
        line-height: 30px;
    }

    .expert_title p {
        font-size: 14px;
    }

}

@media(max-width:1099px) {
    .mspic {
        width: 50%;
    }

    .ms_right {
        width: 50%;
        padding: 25px;
    }

    .syywfw .bigbox li {
        width: 10%;
    }

    .syywfw .bigbox li.cur {
        width: 70%;
    }

 

}

@media(max-width:767px) {
    .syywfw {
        height: auto;
    }

    .syywfw .bigbox li {
        width: 100%;
        height: auto;
        border: none;
        border-top: 3px solid #fff;
    }

    .syywfw .bigbox li.cur {
        width: 100%;
        height: auto;
    }

    .mspic {
        width: 100%;
        height: auto;
        background: none !important;
        padding-bottom: 15px;
    }

    .ms_right {
        width: 100%;
        padding: 15px;
        height: 100%;
        overflow: hidden;
    }

    .syywfw .bigbox li .ch {
        padding: 10px;
    }

    .ms_name {
        width: 100%;
        font-size: 18px;
        text-align: left;
        padding-bottom: 5px;
    }

    .ms_des {
        width: 100%;
        text-align: left;
        line-height: 25px;
        padding-top: 0;
        background: url(../images/lefticoh.png) no-repeat 0 4px;
        padding-left: 25px;
    }

    .syywfw .bigbox li.cur .innerBox .inner_tit {
        font-size: 20px;
    }

    .ms_right h4 {
        padding-top: 15px;
    }

    .ms_more {
        font-size: 14px;
    }

    .ms_right p {
        line-height: 26px;
        margin: 10px 0;
    }

    .craf_bg {
        padding: 30px 0 30px 0;
    }
.craf_pic {
    margin-top: -120px;
}
    
    .pb50 {
        padding-bottom: 30px;
    }
    .techno .owl-theme {
    padding: 0 40px;
}
.expert_title {
    padding: 30px 20px;
}
}

/*学子风采*/
.body {
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

.body.page {
}

.fz30 {
    font-size: 22px;
    height: 120px;
    padding-top: 46px;
}

.history_famous2 {
    position: relative;
    color: #fff;
}

.history_famous2 .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 40%;
    background: #C8140E;
}

.history_famous2 .bg2 {
    position: absolute;
    left: 0;
    top: 120px;
    right: 31%;
    bottom: 0;
    background: #F5FDFD;
}

.history_famous2 .block {
    position: relative;
}

.history_famous2 .tit {
    padding: 90px 0 50px;
}

.history_famous2 .item {
    display: none;
}

.history_famous2 .text {
    width: 61%;
}

.history_famous2 .text .p {
    padding-top: 100px;
    height: 310px;
    color: #666;
    line-height: 32px;
    font-size: 16px;
}

.history_famous2 .text .p p {
    color: #666;
    max-height: 128px;
    overflow-y: auto;
}

.history_famous2 .text .p p::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.history_famous2 .text .p p::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 2px;
}

.history_famous2 .text .p p::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.history_famous2 .text .p p::-webkit-scrollbar-thumb:hover {
    background: #9F9F9F;
}

.history_famous2 .pic {
    position: absolute;
    right: 0;
    bottom: 97px;
    width: 28%;
}

.history_famous2 .pic img {
    width: 100%;
    height: auto;
}

.history_famous2 .frame {
    position: relative;
    width: calc(70% - 20px);
    overflow: hidden;
}

.history_famous2 .child {
    position: relative;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.history_famous2 .child img {
    width: 100%;
}

.history_famous2 .child:first-child {
    margin-left: 0;
}

.history_famous2 .child.now:after {
    content: "";
    border-bottom: 4px solid #C8140E;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.history_famous2 .child.now:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.history_famous2 .navg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 97px;
    display: -ms-flexbox;
    display: flex;
    line-height: 97px;
    text-align: center;
    font-size: 40px;
}

.history_famous2 .navg span.prev {
    background: url(../images/ss_l.png) no-repeat center;
    background-color: #FFF9F9;
}

.history_famous2 .navg span {
    background: url(../images/ss_r.png) no-repeat center;
    background-color: #C8140E;
    width: 97px;
    cursor: pointer;
    display: block;
}

.ss_more {
    padding-top: 15px;
}

a:hover .ss_more {
    padding-left: 5px;
}

.national {
    background: #F5FDFD;
    padding: 85px 0;
}

.nationtab {
    float: left;
    width: 34%;
}

.nationtab .tab_menu {
    border-bottom: 2px solid #EEEEEE;
    border-top: 2px solid #EEEEEE;
    overflow: hidden;
}

.nationtab .tab_menu li {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 42px;
    width: 25%;
}

.nationtab .tab_menu li.current a {
    color: #c8140e;
}

.nation_name {
    font-size: 22px;
    color: #333333;
    padding-top: 35px;
    padding-bottom: 20px;
}

.nation_cont {
}

.nation_cont p {
    line-height: 34px;
    font-size: 16px;
    color: #666;
}

.nation_more {
    display: block;
    padding-top: 25px;
}

.nation_more a {
    display: block;
}

.nation_more a:hover {
    transform: translateX(5px);
}

.nation_r {
    float: left;
    width: 66%;
    padding-left: 50px;
}

.nation_r ul {
    margin-left: -7px;
    margin-right: -7px;
}

.nation_r ul li {
    width: 25%;
    float: left;
    padding: 0 7px;
    padding-top: 15%;
}

.nation_r ul li:nth-child(2n+0) {
    padding-top: 0;
}

.nation_pic {
    overflow: hidden;
}

.nation_pic img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.nation_r ul li p {
    font-size: 22px;
    color: #333333;
    text-align: center;
    line-height: 25px;
    padding-top: 40px;
}

.nation_r ul li:hover .nation_pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.provin_lun {
}

.provin_lun .owl-theme .owl-dots {
    display: none;
}

.provin_lun .owl-theme .owl-nav {
    margin: 0;
}

.provin_lun .owl-theme .owl-nav button {
    position: absolute;
    border: none;
    top: 50%;
    margin: 0;
    margin-top: -38px;
    width: 76px;
    height: 76px;
}

.provin_lun .owl-theme .owl-nav button span {
    font-size: 0;
}

.provin_lun .owl-theme .owl-nav button.owl-next {
    right: 0;
    background: url(../images/honor_r.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.5);
}

.provin_lun .owl-theme .owl-nav button.owl-prev {
    left: 0;
    background: url(../images/honor_l.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.5);
}

.Provin_pic {
    position: relative;
}

.Provin_pic img {
    width: 100%;
}

.Provin_mask {
    position: absolute;
    background: url(../images/sjmask.png) repeat-x bottom;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding: 0 22px;
}

.Provin_mask h3 {
    font-size: 22px;
    color: #fff;
    padding-top: 110%;
}

.Provin_mask p {
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    color: #fff;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 27px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Provin_mask span {
    writing-mode: vertical-lr;
    display: block;
    color: #fff;
    font-size: 24px;
    margin-top: -10px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
}

.Provin_pic:hover .Provin_mask {
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s;
}

.Provin_pic:hover .Provin_mask p {
    opacity: 1;
    margin-top: 15px;
}

.Provin_pic:hover .Provin_mask h3 {
    padding-top: 84%;
}

.Provin_pic:hover .Provin_mask span {
    margin-top: 0;
    opacity: 1;
}

@media screen and (max-width:1500px) {
    .block {
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .history_famous2 .bg2 {
        right: 0;
    }

}

@media screen and (max-width:1439px) {
    .Provin_mask h3 {
        padding-top: 105%;
    }

    .Provin_pic:hover .Provin_mask h3 {
        padding-top: 76%;
    }

}

@media(max-width:1349px) {
    .history_famous2 .text .p {
        padding-top: 60px;
    }

    .history_famous2 .text .p p {
        max-height: 160px;
    }

    .Provin_mask h3 {
        padding-top: 100%;
    }

    .Provin_pic:hover .Provin_mask h3 {
        padding-top: 70%;
    }

}

@media(max-width:1199px) {
    .Provin_mask h3 {
        padding-top: 95%;
    }

    .Provin_pic:hover .Provin_mask h3 {
        padding-top: 60%;
    }

    .Provin_mask p {
        line-height: 26px;
        height: 52px;
    }

    .Provin_pic:hover .Provin_mask p {
        margin-top: 12px;
    }

}

@media(max-width:1099px) {
    .Provin_mask h3 {
        padding-top: 95%;
    }

    .Provin_pic:hover .Provin_mask h3 {
        padding-top: 65%;
    }

}

@media(max-width:991px) {
    .nationtab {
        width: 48%;
    }

    .nation_r {
        width: 52%;
        padding-left: 50px;
    }

    .nation_r ul li {
        width: 50%;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .nation_r ul li p {
        font-size: 20px;
        padding-top: 20px;
    }

    .provin_lun .owl-theme .owl-nav button {
        margin-top: -33px;
        width: 56px;
        height: 66px;
    }

}

@media(max-width:879px) {
    .Provin_pic:hover .Provin_mask h3 {
        padding-top: 58%;
    }

}

@media screen and (max-width:850px) {
    .history_famous2 .block {
        padding: 0;
    }

    .history_famous2 .bg1 {
        display: none;
    }

    .history_famous2 .bg2 {
        display: none;
    }

    .history_famous2 .navg span {
        width: 50%;
    }

    .history_famous2 .sccont {
        background: #F5FDFD;
    }

    .history_famous2 .item {
        padding: 20px;
    }

    .history_famous2 .item .pic {
        position: static;
        width: 140px;
        float: left;
        margin: 0 20px 20px 0;
    }

    .history_famous2 .item .text {
        width: auto;
        -ms-flex: 1;
        flex: 1;
        padding: 0;
    }

    .history_famous2 .frame {
        clear: both;
        width: auto;
        margin: auto;
    }

    .history_famous2 .navg {
        position: static;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }

    .history_famous2 .slick-slide {
        margin: 0;
        background: #000;
    }

    .history_famous2 .slick-slide img {
        opacity: 0.3;
    }

    .history_famous2 .slick-current img {
        opacity: 1;
    }

    .history_famous2 .slick-current:after {
        display: none;
    }

    /*.fz30 { font-size:20px; height:auto; padding-top:0; color:#666;}
    */
    .history_famous2 .text .p {
        padding-top: 0;
        height: auto;
        line-height: 26px;
        font-size: 14px;
    }

    .history_famous2 .text .p p {
        color: #666;
        max-height: inherit;
        overflow-y: inherit;
    }

    .fz30 {
        display: none;
    }

}

@media screen and (max-width:767px) {
    .national {
        padding: 30px 0;
    }

    .nationtab {
        width: 100%;
    }

    .nation_r {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }

    .nation_cont p {
        font-size: 14px;
        line-height: 26px;
    }

    .nation_name {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .Provin_mask h3 {
        padding-top: 135%;
        font-size: 20px;
    }

    .Provin_mask p {
        display: none;
    }

    .Provin_pic:hover .Provin_mask {
        background: url(../images/sjmask.png) repeat-x bottom;
        transition: none;
    }

    .Provin_pic:hover .Provin_mask h3 {
        padding-top: 135%;
    }

    .Provin_mask span {
        display: none;
    }

}

/*honor*/
.honorlist {
    padding: 0 80px;
}

.owl-theme.honorlist .owl-nav {
    margin: 0;
}

.owl-theme.honorlist .owl-nav button {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 48px;
    margin-top: -60px;
    border: none;
}

.owl-theme.honorlist .owl-nav button span {
    font-size: 0;
}

.owl-theme.honorlist .owl-nav button.owl-prev {
    left: 0;
    background: url(../images/ry_l.png) no-repeat;
}

.owl-theme.honorlist .owl-nav button.owl-next {
    right: 0;
    background: url(../images/ry_r.png) no-repeat;
}

.owl-theme.honorlist .owl-nav button.owl-prev:hover {
    background: url(../images/ry_hl.png) no-repeat;
}

.owl-theme.honorlist .owl-nav button.owl-next:hover {
    background: url(../images/ry_hr.png) no-repeat;
}

.honor_list {
}

.honor_list ul {
    margin-left: -6px;
    margin-right: -6px;
}

.honor_list ul li {
    text-align: center;
    padding: 0 6px;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.honor_list ul li a {
    padding: 0 10px;
    display: block;
}

.rypic {
    -moz-box-shadow: 0px 2px 6px #B0B0B0;
    -webkit-box-shadow: 0px 2px 6px #B0B0B0;
    box-shadow: 0px 2px 6px #B0B0B0;
}

.honor_list ul li span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: none;
    padding: 0 15px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rypic {
    -moz-box-shadow: 0px 2px 10px #BABABA;
    -webkit-box-shadow: 0px 2px 10px #BABABA;
    box-shadow: 0px 2px 10px #BABABA;
    overflow: hidden;
}

.rypic img {
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.honor_list ul li:hover .rypic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.honor_eject {
    text-align: center;
}

.honor_eject img {
    max-width: 100%;
}
@media screen and (max-width:1100px) {

.owl-theme.honorlist .owl-dots {
    display: none;
}

}
@media screen and (max-width:767px) {
    .honorlist {
        padding: 0 40px;
    }

    .honor_list ul li {
        padding-bottom: 15px;
    }

}

.content {
    overflow: hidden;
}

.pl50 {
    padding-left: 60px;
}

@media screen and (max-width:767px) {
    .pl50 {
        padding-left: 0px;
    }
    .content {
        min-height: 40vh;
}
}