﻿.wrap_main>.linkmap {
    display: none;
}

.site_bannername .linkmap {
    color: #fff;
    background: none;
    text-align: right;
}

.site_bannername .linkmap a {
    color: #fff;
}

.depMain {
    width: 1000px;
    margin: 20px auto;
}

.dep_left {
    width: 230px;
    float: left;
}

.dep_right {
    float: right;
    width: 745px;
}

h2.title_dep {
    height: 54px;
    line-height: 54px;
    /* text-align: right; */
    border-bottom: 1px solid #cac9c9;
    overflow: hidden;
    padding-right: 5px;
    font-size: 12px;
    color: #666;
    position: relative;
}

h2.title_dep>span {
    height: 52px;
    line-height: 52px;
    text-align: left;
    border-bottom: 3px solid #0f8ccc;
    font-size: 18px;
    padding: 0 16px;
    display: inline-block;
}

.depHeader {
    padding: 30px 0 10px 0;
    overflow: hidden;
}

.depBody {
    padding-top: 60px;
}

h1.dep_img {
    line-height: 52px;
    margin: 0;
    height: 52px;
    padding: 0;
    font-size: 24px;
    cursor: pointer;
    background: url(/Content/Areas/Departments/images/depTitleBg.png) no-repeat;
    color: #D3413D;
}

h1.dep_img img {
    margin: 0 10px 0 15px;
}

h1.dep_img.cur {
    background: linear-gradient(#fff, #c3eaff);
    border: 1px solid #c3eaff;
}

ul.ullist1 li {
    float: left;
    width: 218px;
    height: 51px;
    overflow: hidden;
    margin-right: 24px;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    margin-bottom: 24px;
    box-sizing: border-box;
    transition: all .5s ease;
}

ul.ullist1 li:hover {
    border-color: #ffffff00;
}

ul.ullist1 li:nth-child(5n) {
    margin-right: 0;
}

ul.ullist1 li h2.titleName {
    width: 100%;
    height: 100%;
    position: relative;
}

ul.ullist1 li h2.titleName::after {
    content: "";
    height: 100%;
    left: -35%;
    position: absolute;
    top: 0;
    background: #D3413D;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: all .3s ease-in;
    transition-duration: .6s;
    width: 0;
    z-index: -1;
}

ul.ullist1 li h2.titleName:hover::after {
    height: 100%;
    width: 135%;
}

ul.ullist1 li h2.titleName:hover a {
    color: #fff;
}

ul.ullist1 li a {
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 11;
}

ul.ullist1 li span {
    font-size: 16px;
    margin-right: 5px;
}

ul.ullist1 {
    color: #333;
    font-size: 14px;
    padding: 33px 0;
}

ul.ullist1.on {
    display: block;
}

@media only screen and (max-width:768px) {
    .wrap_main>.linkmap {
        display: block;
    }
    .site_banner {
        display: none;
    }
    .depBody {
        padding-top: 0;
    }
    h1.dep_img {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        background-size: contain;
    }
    ul.ullist1 {
        color: #333;
        font-size: 14px;
        padding: 10px 0;
    }
    ul.ullist1 li {
        width: 49%;
        height: 40px;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    ul.ullist1 li a {
        font-size: 14px;
    }
    ul.ullist1 li:nth-child(5n) {
        margin-right: 2%;
    }
    ul.ullist1 li:nth-child(2n) {
        margin-right: 0;
    }
}