body{
    color: #333;
}

a{
    color: #333;
}

a:hover{
    color: #ff1111;
}

.header{
    background: url(../images/technical/header-bg.jpg) repeat-x center;
}

.header .wrap{
    position: relative;
}

.header-img{
    position: relative;
}

.header-img img{
    width: auto;
    margin: 0 auto;
}

/* 导航 */
.header-nav{
    background-color: #cc0000;
}

.header-nav ul{
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    z-index: 2;
}

.nav-secondLevel{
    top: 60px;
}

.header-nav li:last-child{
    background: none;
}

.header-nav li:hover a {
    background-color: #cc0000;
}

.header-nav .nav-secondLevel li a{
    border-color: transparent;
    background-color: #9c0000;
}

.nav-secondLevel li:hover a {
    background-color: #8C0000 ;
}

.header-nav li a{
    position: relative;
    height: 60px;
    line-height: 60px;
}

.header-nav>ul>li>a{
    font-size: 16px;
}

.header-nav>ul>li:hover>a {
    color: #fff;
}

.header-nav a i{
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
} 

.header-nav li:hover a i{
    opacity: 1;
}

.header-nav>ul>li:hover:after{
    width: 100%;
}

.header-nav>ul>li:after {
    content: "";
    display: block;
    height: 4px;
    width: 0px;
    transition: all 0.2s ease-out;
    margin: -4px auto 0;
    background-color: #83c73c;
    position: relative;
}

.header-nav .nav-current:after{
    width: 100%;
}

/* 搜索 */
.header-seach{
    position: absolute;
    right: 10px;
    border: 1px solid #999;
    border-radius: 4px;
    overflow: hidden;
    top: 10px;
}

.header-seach input{
    box-sizing: border-box;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 26px 0 10px;
    width: 150px;
    outline: none;
    border: 0;
}

.header-seach button{
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 28px;
    background: url(../images/icon/search2.png) no-repeat center;
    background-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}

/* 主体 */
.content.wrap {
    margin-top: 20px;
}
.content-row{
    margin-top: 40px;
    border: 1px solid #ddd;
}

.content-col .content-item{
    width: 100%;
}

.content-item{
    width: 32%;
    box-sizing: border-box;
}

.content-wrap ul li{
    width: 48%;
    margin-bottom: 25px;
}

.content-wrap-right {
    margin-left: 125px;
}

.content-wrap li h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin: 12px 0 10px;
}

.content-wrap li dl{
    float: left;
    width: 110px;
    text-align: center;
    margin-right: 10px;
    background-color: #dcdcdc;
    font-size: 16px;
    padding: 15px 0;
}

.content-wrap li dl dt i{
    font-weight: bold;
    font-size: 32px;
    margin-right: 5px;
}

.content-wrap li dl dd{
    color: #666;
    line-height: 20px;
    margin-top: 10px;
}

.content-wrap li:hover dl dd ,
.content-wrap li:hover p{
    color: #ff1111;
}

.content-wrap li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: inherit;
    line-height: 22px;
    color: #444;
} 

.content-wrap .list-time {
    float: right;
    color: #666;
}

.content-wrap a:hover .list-time {
    color: #ff1111;
}

/* banner轮播 */
.banner{
    background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
    color:#fff;
    background: #ff3300;
  }

.banner .swiper-slide{
    position: relative;
}

.banner .swiper-slide img{
    display: block;
    width: 100%;
}

.banner .swiper-slide .swiper-title{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0,0,0,.3);
    color: transparent;
    padding: 0 125px 0 10px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 8px;
}

.content-item-swiper2 .swiper-slide{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 3px;
    margin: 5px 0;
}

.content-item-swiper2 .swiper-slide img{
    width: 100%;
}

.content-item-swiper2 .swiper-button-next.swiper-button-white, 
.content-item-swiper2 .swiper-button-prev.swiper-button-white{
    --swiper-navigation-color: #B90D0D;
}

.content-item-swiper2 p,
.content-item-swiper2 h4 {
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}

.content-item-swiper2 h4 {
    background-color: #ff0000;
    color: #fff;
    font-weight: normal;
}

/* 通知公告 */
.notice {
    border-bottom: 1px solid #ddd;
    height: 46px;
    line-height: 46px;
}

.notice .wrap {
    padding: 0 12px;
    height: 100%;
}

.notice i {
    font-style: normal;
    font-weight: bold;
    vertical-align: middle;
}

.notice-list {
    display: inline-block;
    width: calc(100% - 180px);
    height: 100%;
    padding-left: 12px;
    vertical-align: top;
}

.notice-list li a{
    display: block;
    width: 100%;
    height: 100%;
}

.notice-list li p{
    width: calc(100% - 180px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.notice-list li span{
    float: right;
    color: #666;
}

.notice-more {
    float: right;
    color: #83c73c;
    font-weight: bold;
}

/* 学校介绍 */
.item-title {
    background-color: #cc0000;
    color: #fff;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: normal;
}

.item-title a {
    color: #fff;
    float: right;
    font-size: 14px;
}

.item-title a:hover {
    color: #ffff00;
}

.content-row-wrap {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    flex-wrap: wrap;
}

.has-padding {
    padding: 25px 40px 0;
}

.introduce-left {
    width: 47.5%;
}

.introduce-left img {
    width: 100%;
}

.introduce-right {
    width: 50%;
}

.introduce-right h4 {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}

.introduce-right p {
    margin-top: 10px;
    line-height: 30px;
    text-indent: 2em;
}

/* 明星 */
.star {
    border: none;
    padding: 10px 50px;
}

.star h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}

.star .content-row-wrap {
    flex-wrap: nowrap;
}

.star li {
    text-align: center;
    width: 16%;
}

.star li img {
    width: 100%;
    transition: all .8s;
}

.star li:hover img {
    transform: rotateY(180deg);
}

.star li p {
    margin-top: 30px;
    font-size: 16px;
}

/* 友情链接 */
.friendly-link {
    padding: 20px 15px;
    line-height: 24px;
    margin-bottom: 40px;
}

.friendly-link span {
    font-weight: bold;
}

.friendly-link a {
    padding: 0 12px 0 6px;
}

/* 列表页 */
.content-list-wrap,
.content-left{
    border: 1px solid #cc0000;
    background-color: #fff;
}

.content-left-list li a{
    text-align: center;
}

.crumbs{
    background-color: #cc0000;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
}

.crumbs a{
    color: #fff;
}

.crumbs-left{
    float: left;
    font-size: 16px;
}

.crumbs-right{
    float: right;
}

.content-left h2{
    background-color: #cc0000;
}

/* 横向图文列表 */
.content-crosswiseImg-list{
    flex-wrap: wrap;
}

.content-crosswiseImg-list li{
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.content-crosswiseImg-list li a{
    display: block;
    width: 100%;
    height: 100%;
}

.content-crosswiseImg-list .content-img-list-imgWrap{
    width: 25%;
    float: left;
    margin-right: 20px;
}

.content-crosswiseImg-list dl{
    margin-left: 25%;
}

.content-crosswiseImg-list dt{
    font-size: 16px;
    font-weight: bold;
    color: #990000;
    line-height: 28px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 92%;
}

.content-crosswiseImg-list dd{
    color: #993300;
}

.content-crosswiseImg-list .content-crosswiseImg-time{
    color: #666;
    margin: 15px 0 22px;
}

.content-crosswiseImg-list li:hover dt,
.content-crosswiseImg-list li:hover dd{
    color: #FF0000;
}

/* 竖向图片 */
.content-verticalImg-list li{
    width: 33%;
}

.content-verticalImg-list li a{
    margin: 0 30px;
}

/* 底部 */
.footer{
    margin-top: 20px;
}

.footer-mesg{
    background: #212425 url(../images/technical/footer-bg.png) repeat-x center top;
    color: #aaa8a8;
}

.mobile-nav-icon span {
    background-color: #cc0000;
}

.header-mobile {
    display: none !important;
}

/* 响应式 */
@media screen and (max-width: 1024px) {
    .header-img img {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .header-top{
        background: #8C0000;
    }

	.header-seach{
        right: 85px;
    }

    .header-nav ul{
        height: auto;
    }

    /* flex布局，item元素补全 */
    .header-nav ul::after{
        content: "";
        width: 50%;
    }

    .header-mesg{
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        overflow: hidden;
    }

    .header-mesg p{
        float: left;
        margin-right: 20px;
        margin-bottom: 8px;
    }

    .content-row{
        flex-wrap: wrap;
    }

    .content-item{
        width: 100% !important;
    }

    .content-col{
        width: 100%;
    }

    .introduce-left,
    .introduce-right {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .header-right{
        right: 66px;
    }

    .content-item{
        width: 100%;
    }

}

@media screen and (max-width: 640px) {
    .header{
        box-shadow: 0 1px 3px #ddd;
    }

    .header-top .wrap{
        width: 100%;
    }

    .header-img img {
        width: auto;
    }

    .mobile-nav-icon {
        right: 18px;
    }
    
    .header-seach{
        display: none;
    }

    .content{
        margin-top: 70px !important;
    }

    .content.wrap {
        margin-top: 80px !important;
    }

    .notice-list li p {
        width: 100%;
    }

    .notice-list {
        width: calc(100% - 130px);
    }

    .notice-list li span {
        display: none;
    }

    .notice i{
        vertical-align: initial;
    }

    .star {
        padding-left: 0;
        padding-right: 0;
    }

    .star .content-row-wrap {
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 0;
        margin-top: -20px;
    }

    .star li {
        width: 27%;
        margin-top: 40px;
    }

    .content-wrap ul li {
        width: 100%;
    }

    .content-wrap ul li:last-child {
        margin-bottom: 0;
    }

    .has-padding {
        padding: 20px 15px;
    }

    .content-crosswiseImg-list .content-img-list-imgWrap {
        width: 100%;
    }

    .content-crosswiseImg-list dl {
        margin-left: 0;
        text-align: center
    }
}

@media screen and (max-width: 420px) {
    .header-img img {
        display: none;
    }

    .header-img .header-mobile {
        display: block !important;
    }
}

/* 首页新通知公告样式 */
.notice-new li dl {
    width: 80px;
    padding: 6px 0;
    background: #ececec url(../images/technical/icon/arrow2.png) no-repeat right top;
}

.notice-new li dt {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.notice-new li dl dt i {
    font-style: normal;
    color: #cc0000;
}

.notice-new li dl dd {
    margin-top: 5px;
}

.notice-new li p {
    -webkit-line-clamp: 1;
}

.notice-new .content-wrap-right {
    margin-left: 95px;
}