﻿.banners img {
    width: 100%;
    height: 350px;
    display: block;
}

.containers {
    background: #f7f7f7;
}

.nei {
    width: 1200px;
    margin: auto;
    padding-bottom: 30px;
}

.lanmus {
    width: 250px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    border-radius: 15px 15px 0 0;
    background: rgba(46, 71, 130, .8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C816529b,endColorstr=#C816529b);
    font-weight: bold;
    color: #fff;
}

.ce-nav {
    width: 250px;
    position: relative;
    top: -55px;
}

.nei-con {
    width: 930px;
}

.ce-nav ul li {
    line-height: 45px;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #fff;
}

.ce-nav ul li.on {
    border-color: #2e4782;
}

.ce-nav ul li.on a {
    color: #2e4782;
    font-weight: bold;
}

.ce-nav ul li:hover {
    border-color: #2e4782;
}

.ce-nav ul li:hover a {
    color: #2e4782;
    font-weight: bold;
}

.column-weizhi {
    height: 35px;
    margin-top: 25px;
    border-bottom: 1px solid #16529b;
}

.column-weizhi .column {
    height: 35px;
    font-size: 18px;
    color: #16529b;
    font-weight: bold;
}

.weizhi,
.weizhi a {
    font-size: 14px;
    color: #000;
}

.weizhi img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.detail {
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    padding: 30px;
}

.detail-con {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 25px 25px 0 25px;
}

.detail h2 {
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
}

.detail .timers {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-bottom: 30px;
}

.detail .detail-text {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 30px 0;
}

.detail .detail-text p {
    line-height: 35px;
    text-indent: 32px;
}

.next p {
    line-height: 70px;
    font-size: 14px;
}

.next p:hover a {
    color: #2e4782;
}

.teacher {
    margin-top: 30px;
}

.teacher ul {
    overflow: hidden;
}

.teacher ul li {
    width: 215px;
    height: 315px;
    float: left;
    margin-right: 23px;
    margin-bottom: 23px;
}

.teacher ul li .tea-img {
    width: 215px;
    height: 285px;
    overflow: hidden;
}

.teacher ul li img {
    width: 215px;
    height: 285px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.teacher ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.teacher ul li p {
    line-height: 30px;
    color: #4c6193;
    text-align: center;
    background: #fff;
}

.teacher ul li:hover p {
    background: #4c6193;
    color: #fff;
}

.imgs ul li {
    width: 286px;
    height: 192px;
}

.imgs ul li .tea-img {
    width: 286px;
    height: 162px;
}

.imgs ul li img {
    width: 286px;
    height: 162px;
}

.imgText ul li {
    height: 150px;
    margin-top: 30px;
    background: #fff;
}

.imgText ul li .img {
    width: 268px;
    height: 150px;
    overflow: hidden;
}

.imgText ul li img {
    width: 268px;
    height: 150px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.imgText ul li .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.imgText ul li .text {
    width: 615px;
    padding: 30px 30px 30px 15px;
}

.imgText ul li .text .title{
    font-weight: bold;
}

.imgText ul li .text .abs{
    font-size: 14px;
    color: #666666;
    margin: 20px 0;
}

.imgText ul li .text .time{
    font-size: 14px;
    color: #999999;
}

.imgText ul li:hover .text .title{
    color: #014188;
}

.texts ul li{
    height: 120px;
}

.texts ul li .text{
    width: 790px;
}

.texts ul li .text .abs{
    margin: 20px 0 0 0;
}

.texts ul li .timer{
    width: 93px;
    height: 118px;
    border: 1px solid #999999;
}

.texts ul li .timer .day{
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #999999;
}

.texts ul li .timer .year{
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    background: #999999;
    color: #fff;
}

.texts ul li:hover *{
    border-color: #014188;
}

.texts ul li:hover .timer .day{
    color: #014188;
}

.texts ul li:hover .timer .year{
    background-color: #4d6295;
}

.nei-content {
    width: 100%;
    background: #fff;
}

.nei-cons {
    padding: 30px;
    margin-top: 30px;
}

.address-list ul {
    overflow: hidden;
}

.address-list ul li {
    width: 420px;
    height: 60px;
    float: left;
    border: 1px solid #ebebeb;
    line-height: 60px;
    margin-right: 25px;
    margin-top: 30px;
}

.address-list ul li:nth-of-type(2n) {
    margin-right: 0;
}

.address-list ul li .add-img {
    width: 60px;
    height: 60px;
    border-right: 1px solid #ebebeb;
}

.address-list ul li .add-img img {
    width: 28px;
    height: 28px;
    position: relative;
    top: 10px;
    left: 15px;
}

.address-list ul li .add-text {
    width: 345px;
}

.address-list ul li:hover {
    border-color: #014791;
}

.address-list ul li:hover .add-img {
    border-color: #014791;
}

.lingdao_right ul li:nth-child(4) a p {
    height: 40px;
}

.nei-cons .img ul {
    overflow: hidden;
}

.nei-cons .img ul li {
    width: 310px;
    height: 215px;
    float: left;
    margin: 0 20px 25px 0;
    background: #f8f8f8;
}

.nei-cons .img ul li .img-img {
    width: 310px;
    height: 175px;
    overflow: hidden;
}

.nei-cons .img ul li img {
    width: 310px;
    height: 175px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.nei-cons .img ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.nei-cons .img ul li p {
    line-height: 40px;
    text-align: center;
}

.nei-cons .img ul li:hover p{
    background: #014791;
    color: #fff;
}

