@charset "utf-8";




/*二维码浮层*/

.ecode-wrap {
    position: absolute;
    display: none;
    top: 88px;
    /* width: 154px;
    height: 154px;*/
    background-color: #fbfbfb;
    box-shadow: 5px 5px 18px #a0a8b1;
    padding: 7px 9px 0;
    z-index: 100;
}

.ecode-img-wrap {
    background-color: #fff;
    padding: 5px;
}

.ecode-wrap p {
    font-size: 12px;
    line-height: 20px;
    color: #1d1d1d;
    text-align: center;
}

.logo-wrap {
    height: 104px;
    background: url(../images/top-bg.png) no-repeat center center;
    padding: 13px 0 17px;
}
.logo-wrap-dj {
    height: 104px;
    background: url(../images/dj_top-bg.png) no-repeat center center;
    padding: 13px 0 17px;
}

.logo {
    display: block;
    width: 470px;
    max-width: 470px;
}

.logo img {
    width: 100%;
    height: auto;
}

.header-extra-links .extra-link {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin-right: 15px;
    margin-top: 50px;
}

.header-extra-links a img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.header-extra-links .extar-link-special {
    float: left;
    margin-top: 33px;
    padding: 5px 0 0;
}

.header-extra-links .extar-link-special a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    border-left: 1px solid #d5dbdf;
    padding-left: 15px;
}

.navbar-wrap {
    background-color: #006495;
    text-align: center;
    height: 26px;
}
.navbar-wrap-dj {
    background-color: #830605;
    text-align: center;
    height: 26px;
}

.navbar-navs {
    display: inline-block;
}

.navbar-navs>li {
    position: relative;
    display: block;
    float: left;
}

.navbar-navs>li>a {
    display: block;
    padding: 3px 60px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: url(../images/icon/icon-nav-split.png) no-repeat left center;
}

.navbar-navs>li:first-child>a {
    background-image: none;
}

.navbar-navs>li>a:hover,
.navbar-navs>li>a:focus {
    background-color: #008abe;
}
.navbar-navs .dropdown-menu{
    margin: 0;
    min-width: 100%;
    text-align: center;
    background-color: rgba(0,100,149,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8006495,endColorstr=#C8006495);
    padding: 6px 0;
}
.navbar-navs .dropdown-menu>li>a{
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    padding: 0 20px;
}
.navbar-navs .dropdown-menu>li>a:focus,
.navbar-navs .dropdown-menu>li>a:hover{
    background-color: transparent;
    text-decoration: underline;
}

/**/

.navbar-navs-dj {
    display: inline-block;
}

.navbar-navs-dj>li {
    position: relative;
    display: block;
    float: left;
}

.navbar-navs-dj>li>a {
    display: block;
    padding: 3px 60px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: url(../images/icon/icon-nav-split.png) no-repeat left center;
}

.navbar-navs-dj>li:first-child>a {
    background-image: none;
}

.navbar-navs-dj>li>a:hover,
.navbar-navs-dj>li>a:focus {
    background-color: #c00d05;
}
.navbar-navs-dj .dropdown-menu{
    margin: 0;
    min-width: 100%;
    text-align: center;
    background-color: rgba(0,100,149,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8006495,endColorstr=#C8006495);
    padding: 6px 0;
}
.navbar-navs-dj .dropdown-menu>li>a{
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    padding: 0 20px;
}
.navbar-navs-dj .dropdown-menu>li>a:focus,
.navbar-navs-dj .dropdown-menu>li>a:hover{
    background-color: transparent;
    text-decoration: underline;
}
/**/

.navbar-navs .dropdown-menu-dj{
    margin: 0;
    min-width: 100%;
    text-align: center;
    background-color: #c00d05;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8006495,endColorstr=#C8006495);
    padding: 6px 0;
}
.navbar-navs .dropdown-menu-dj>li>a{
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    padding: 0 20px;
}
.navbar-navs .dropdown-menu-dj>li>a:focus,
.navbar-navs .dropdown-menu-dj>li>a:hover{
    background-color: transparent;
    text-decoration: underline;
}
.adv-wrap {
    position: relative;
    margin-bottom: 20px;
}

.adv-wrap img {
    width: 100%;
    height: auto;
}

.school-motto-wrap {
    position: absolute;
    top: 30px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.school-motto {
    float: right;
    width: 284px;
    font-size: 48px;
    color: #b81a21;
    line-height: 60px;
    text-indent: -9999px;
    background: url(../images/school-motto.png) no-repeat left bottom;
}

.index-first-wrap,
.index-second-wrap {
    position: relative;
    margin-bottom: 20px;
}

.box-row {
    margin-left: -14px;
    margin-right: -14px;
}

.box-row:before,
.box-row:after {
    content: "";
    display: table;
}

.box-row:after {
    content: "";
    clear: both;
}

.left-box,
.right-box {
    display: block;
    float: left;
    padding: 0 14px;
}

.left-box {
    width: 56.840391%;
}

.right-box {
    width: 43.159609%;
}







/*通知公告*/

.news-title {
    font-size: 16px;
    color: #1d1d1d;
    padding: 3px 0 3px 17px;
    line-height: 20px;
	font-weight: 800;
}

.news-more {
    display: block;
    float: right;
    font-size: 14px;
    color: #1d1d1d;
    line-height: 20px;
    padding-left: 17px;
    background: url(../images/icon/icon-plus.png) no-repeat left center;
}

.news-list {
    position: relative;
    border-top: 1px solid #858585;
    border-bottom: 1px solid #d5dbdf;
    padding: 6px 0 8px;
}

.news-list:before {
    content: "";
    position: absolute;
    left: 43px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 6px dashed #858585;
    border-top: 6px solid #858585\9;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.news-list .time {
    display: block;
    float: right;
    width: 75px;
    text-align: left;
    padding: 5px 0 5px 18px;
    background: url(../images/icon/icon-clock.png) no-repeat left center;
    font-size: 12px;
    color: #7c7c7c;
    line-height: 24px;
}

.news-list .title {
    display: block;
    height: 34px;
    margin-right: 75px;
    overflow: hidden;
}

.news-list .title span {
    display: inline-block;
    float: left;
    padding: 5px 0 5px 14px;
    background: url(../images/icon/icon-disc.png) no-repeat left center;
    font-size: 15px;
    line-height: 24px;
    color: #1d1d1d;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .title .new {
    display: inline-block;
    float: left;
    width: 30px;
    height: 14px;
    background: url(../images/icon/icon-new.png) no-repeat center center;
    margin: 10px 0 0 10px;
}

.news-list li:hover .title span {
    color: #006495;
}

.news-list li:hover .time {
    color: #1d1d1d;
}

.index-tabs-wrap {
    height: 150px;
    background: url(../images/tabs-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
    padding: 20px;
}

.index-tabs-wrap .nav-tabs {
    border-bottom-color: #0070a7;
    padding: 0 9px;
}

.index-tabs-wrap .nav-tabs li a {
    border: 1px solid #006495;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    width: 117px;
    text-align: center;
    padding: 3px 0 2px;
    border-radius: 2px 2px 0 0;
    margin-top: 4px;
    margin-right: 5px;
}

.index-tabs-wrap .nav-tabs li a:focus,
.index-tabs-wrap .nav-tabs li a:hover,
.index-tabs-wrap .nav-tabs li.active a,
.index-tabs-wrap .nav-tabs li.active a:focus,
.index-tabs-wrap .nav-tabs li.active a:hover {
    background-color: #0070a7;
    border-color: #0070a7;
    color: #fff;
    padding: 5px 0 4px;
    margin-top: 0;
	    font-size: 16px;
}

.index-tabs-wrap .nav-tabs li.active a:before,
.index-tabs-wrap .nav-tabs li.active a:focus:before,
.index-tabs-wrap .nav-tabs li.active a:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-top: 9px dashed #0070a7;
    border-top: 9px solid #0070a7\9;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.index-tabs-wrap .tab-content .tab-pane {
    padding-top: 20px;
}

.input-group .tab-select .dropdown-toggle {
    height: 40px;
    border-radius: 2px;
    padding: 9px 12px;
    padding-right: 25px;
    border-right: none;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.input-group .form-control {
    height: 40px;
    border-radius: 2px;
    padding: 9px 12px;
    border-color: #d5dbdf;
    box-shadow: none;
}

.input-group .tab-search-btn {
    height: 40px;
    padding: 2px 12px;
    background-color: #006495;
    border-radius: 2px;
    border-color: #006495;
}

.login-regist-box {
    height: 120px;
    border: 1px solid #d5dbdf;
}

.regist-box {
    display: none;
    padding: 15px 20px 0;
}

.login-box {
    padding: 30px 20px 0;
}

.login-regist-box .form-group,
.login-regist-box .form-inline .checkbox {
    margin-bottom: 10px;
    margin-right: 7px;
}

.login-regist-box .form-group .form-control {
    width: 255px;
    height: 40px;
    padding: 9px 12px;
    padding-right: 30px;
    border-radius: 2px;
    border-color: #d5dbdf;
    box-shadow: none;
}

.regist-box .form-group #inputEmail {
    background: url(../images/icon/icon-email-gray.png) no-repeat 194px center;
}

.regist-box .form-group #inputUserName,
.login-box .form-group #inputLoginUserName {
    background: url(../images/icon/icon-user.png) no-repeat 194px center;
}

.regist-box .form-group #inputPassword,
.regist-box .form-group #inputConfirmPassword,
.login-box .form-group #inputLoginPassword {
    background: url(../images/icon/icon-lock.png) no-repeat 197px center;
}

.login-regist-box .form-inline .checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 10px 0 0;
    z-index: 4;
}

.login-regist-box .form-inline .checkbox label {
    font-size: 13px;
    line-height: 28px;
    color: #1d1d1d;
    padding: 6px 25px;
}

.login-regist-box .form-inline .checkbox label:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d5dbdf;
}

.login-regist-box .form-inline .checkbox input[type='checkbox']:checked + label:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.login-regist-box .btn {
    width: 80px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 9px 0;
}

.login-regist-box .submit-btn {
    margin-right: 3px;
    background-color: #006495;
    border-color: #006495;
    color: #fff;
}

.login-regist-box .box-btn-toggle {
    color: #006495;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.login-box .offset-230 {
    margin-left: 230px;
    margin-top: -4px;
}

.login-box .form-group,
.login-box .form-inline .checkbox,
.login-box .btn {
    margin-bottom: 0;
}

.login-box .foget-link {
    display: inline-block;
    font-size: 13px;
    color: #1d1d1d;
    padding: 6px 0;
    margin-left: 50px;
    font-weight: 400;
    line-height: 28px;
	    float: right;
}







/*index-second-wrap*/


/*service-inner-links*/

.service-inner-links {
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 72px;
}

.service-link {
    display: block;
    position: relative;
    width: 33.33%;
    float: left;
    padding: 0 1px;
    margin-bottom: 24px;
    height: 220px;
    overflow: hidden;
}

.service-tag {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 4;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.service-tag-1 {
    background-image: url(../images/tag-resource.png);
}

.service-tag-2 {
    background-image: url(../images/tag-basic-facks.png);
}

.service-tag-3 {
    background-image: url(../images/tag-guide.png);
}

.service-link-name {
    background-color: #fff;
    border-bottom: 3px solid #b8b8b8;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 32px;
    padding: 9px 0 0 65px;
	font-weight: 600;
}

.service-link-name span {
    font-size: 14px;
    color: #b2b2b2;
    margin-left: 5px;
}

.service-link-box {
    overflow: hidden;
    position: relative;
}

.service-link-list {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 20px 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.service-link-list li {
    float: left;
    width: 50%;
    text-align: left;
}

.service-link-list li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-left: 10px;
    padding-right: 5px;
    background: url(../images/icon/icon-disc.png) no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-link-list li a:hover {
 
    text-decoration: underline;
}

.service-link.active .service-link-name {
    background-color: #f3f3f3;
    border-bottom-color: #006495;
}

.service-link.active .service-tag-1,
.service-link.active .service-tag-2,
.service-link.active .service-tag-3 {
    background-position: -65px 0;
}

.service-link.active .service-link-list {
    display: block;
}






/*service-out-links*/

.service-outer-links li {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 10px;
}

.service-outer-links li:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-left: 1px solid #d5dbdf;
}

.service-outer-links li:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #d5dbdf;
}

.service-outer-links li:nth-child(3n+1):before {
    border-left-color: transparent;
}

.service-outer-links li:nth-child(7):after,
.service-outer-links li:nth-child(8):after,
.service-outer-links li:nth-child(9):after {
    border-bottom-color: transparent;
}

.service-outer-flag {
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.service-outer-flag img {
    margin-top: 4px;
}

.service-outer-name {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #1d1d1d;
    text-align: center;
}

.service-outer-links li:hover {
    background: url(../images/service-extra-link-bg.jpg) no-repeat center center;
    background-size: cover;
}






/*friend-link-wrap*/

.friend-link-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56.840391%;
    padding: 0 14px;
}

.friend-link-list {
    background-color: #f3f3f3;
    padding: 21px;
}

.friend-link-list .friend-links {
    margin-left: -5px;
    margin-right: -5px;
}

.friend-link-list .friend-link {
    display: block;
    float: left;
    width:33%;
    padding: 0 5px;
}

.friend-link-list .friend-link .btn-group {
    width: 100%;
}

.friend-link-list .btn-group .btn {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #d5dbdf;
    border-radius: 2px;
    text-align: left;
    background-color: #fff;
    padding: 4px 10px;
    color: #1d1d1d;
    padding-right: 28px;
}

.friend-link-list .btn-group .btn .filter-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.friend-link-list .btn-group .btn .caret {
    position: absolute;
    top: 12px;
    right: 10px;
}

.friend-link-list .btn-group .btn:hover,
.friend-link-list .btn-group .btn:focus,
.friend-link-list .btn-group .btn:active,
.friend-link-list .btn-group.open .btn {
    background-color: #fff;
    border-color: #d5dbdf;
    color: #1d1d1d;
}

.friend-link-list .btn-group.open .btn:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 12px;
    width: 0;
    height: 0;
    border-bottom: 5px dashed #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 3;
}

.friend-link-list .btn-group.open .btn:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 11px;
    width: 0;
    height: 0;
    border-bottom: 6px dashed #dce1e4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.friend-link-list .dropdown-menu {
    margin: 0;
    padding: 8px 0;
    background-color: #e6eef2;
    border: 1px solid #d5dbdf;
    border-radius: 2px;
    min-width: 100%;
    max-height: 180px;
    overflow: auto;
}

.friend-link-list .dropdown-menu li a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #1d1d1d;
    padding: 0 10px;
}

.friend-link-list .dropdown-menu li a:hover {
    background-color: #fff;
    color: #006495;
}

.friend-link-list .dropdown-menu-dj {
    margin: 0;
    padding: 8px 0;
    background-color: #e6eef2;
    border: 1px solid #d5dbdf;
    border-radius: 2px;
    min-width: 100%;
    max-height: 180px;
    overflow: auto;
}

.friend-link-list .dropdown-menu-dj li a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #1d1d1d;
    padding: 0 10px;
}

.friend-link-list .dropdown-menu-dj li a:hover {
    background-color: #fff;
    color: #006495;
}





/*footer*/

.footer {
    background-color: #005179;
    text-align: center;
}
.djfooter {
    background-color: #bc0602;
    text-align: center;
}

.footer .footer-head {
    position: relative;
}

.footer .footer-head:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px dashed #80a8bc;
}

.footer .footer-head .footer-title {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    padding: 10px 20px;
    background-color: #005179;
    z-index: 2;
}
.footer .footer-head .djfooter-title {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    padding: 10px 20px;
    background-color: #bc0602;
    z-index: 2;
}

.footer-info {
    float: left;
    width: 72.833333%;
    margin-bottom: 16px;
}

.footer-info span {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer-info span.pos {
    background-image: url(../images/icon/icon-pos.png);
}

.footer-info span.zip-code {
    background-image: url(../images/icon/icon-zip-code.png);
}

.footer-info span.tel {
    background-image: url(../images/icon/icon-tel.png);
}

.footer-info span em {
    font-size: 12px;
}

.view-num {
    float: left;
    width: 27.166667%;
    padding: 0 0 0 50px;
    margin-bottom: 16px;
}

.view-num span {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

.view-num span em {
    font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1230px) {
    .school-motto-wrap {
        width: 970px;
        margin-left: -485px;
    }
    .index-tabs-wrap .nav-tabs li a {
        width: 90px;
    }
    .login-regist-box .form-group .form-control {
        width: 154px;
    }
    .login-box .offset-230 {
        margin-left: 164px;
    }
    .login-box .foget-link {
        margin-left: -16px;
    }
    .view-num {
        padding-left: 0;
    }
    .regist-box .form-group #inputEmail {
        background-position: 126px center;
    }
    .regist-box .form-group #inputUserName,
    .login-box .form-group #inputLoginUserName,
    .regist-box .form-group #inputPassword,
    .regist-box .form-group #inputConfirmPassword,
    .login-box .form-group #inputLoginPassword {
        background-position: 128px center;
    }
}

@media(max-width:991px) {
    .logo-wrap {
        height: auto;
        background-size: cover;
    }
    .logo {
        width: 280px;
    }
    .header-extra-links .extar-link-special {
        margin-top: 0;
    }
    .header-extra-links .extra-link {
        margin-top: 17px;
    }
    .navbar-navs li a {
        padding-left: 40px;
        padding-right: 40px;
    }
    .school-motto-wrap {
        width: 740px;
        margin-left: -370px;
    }
    .left-box,
    .right-box,
    .footer-info,
    .view-num {
        float: none;
        width: 100%;
    }
    .index-first-wrap .left-box,
    .index-second-wrap .right-box {
        margin-bottom: 20px;
    }
    .service-link-box img {
        width: 100%;
        height: auto;
    }
    .service-inner-links {
        margin-bottom: 0;
    }
    .friend-link-wrap {
        position: relative;
        width: 100%;
    }
}

@media(max-width:767px) {
    .header-brand,
    .header-extra-links {
        float: none;
    }
    .navbar-wrap {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        height: auto;
        z-index: 99;
        width: 100%;
        padding: 10px 0;
    }
    .navbar-wrap .navbar-navs {
        display: block;
    }
    .navbar-wrap .navbar-navs>li {
        float: none;
    }
    .navbar-navs>li>a {
        background-image: none;
        padding: 5px 0;
    }
    .navbar-navs .active .dropdown-menu{
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
	 .navbar-navs .active .dropdown-menu-dj{
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .logo-wrap .navbar-toggle {
        display: block;
        margin-top: 3px;
        margin-right: 0;
    }
    .logo-wrap .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .logo {
        width: 84%;
        ;
    }
    .school-motto-wrap {
        width: 100%;
        left: auto;
        right: 15px;
        margin-left: 0;
    }
    .index-tabs-wrap,
    .login-regist-box {
        height: auto;
    }

    .index-tabs-wrap .nav-tabs li a {
        width:110px;
    }
    .index-tabs-wrap .nav-tabs li.active a:before,
    .index-tabs-wrap .nav-tabs li.active a:focus:before,
    .index-tabs-wrap .nav-tabs li.active a:hover:before {
        display: none;
    }
    .service-link {
        width: 100%;
        float: none;
    }
    .service-link-box {
        max-height: 175px;
        overflow: hidden;
    }
    .service-link .service-link-name {
        background-color: #f3f3f3;
        border-bottom-color: #006495;
    }

    .service-link .service-tag-1,
    .service-link .service-tag-2,
    .service-link .service-tag-3 {
        background-position: 100% 100%;
    }

    .service-link .service-link-list {
        display: block;
    }

    .login-regist-box .form-group .form-control {
        width: 100%;
    }
    .login-box .form-group,
    .login-box .form-inline .checkbox,
    .login-box .btn {
        margin-bottom: 10px;
    }
    .login-box .offset-230 {
        margin-left: 0;
        display: inline-block;
    }
    .login-regist-box .form-group .form-control {
        padding-right: 10%;
    }
    .regist-box .form-group #inputEmail,
    .regist-box .form-group #inputUserName,
    .login-box .form-group #inputLoginUserName,
    .regist-box .form-group #inputPassword,
    .regist-box .form-group #inputConfirmPassword,
    .login-box .form-group #inputLoginPassword {
        background-position: 90% center;
    }
    .footer-info span {
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }
    .friend-link-list .friend-link {
        width: 50%;
        margin-bottom: 10px;
    }
    .view-num {
        padding-left: 0;
        text-align: center;
    }
}

@media(max-width:340px) {
    .school-motto-wrap {
        top: 0;
    }
    .footer-info span.pos {
        background-position: left top;
    }
}




/*list*/

.main-container {
    background: url(../images/content-bg.png) no-repeat left bottom;
    padding: 20px 0 30px;
}

.content-box {
    border: 1px solid #d5dbdf;
    background-color: #fff;
    text-align: center;
}

.box-header {
    height: 60px;
    border-bottom: 1px solid #d5dbdf;
    background: url(../images/breadcrumb-bg.png) no-repeat 20px bottom;
}

.breadcrumb-icon {
    float: right;
    display: block;
    width: 78px;
    height: 60px;
    text-align: center;
    padding: 16px 0;
    border-left: 1px solid #d5dbdf;
}

.breadcrumb-wrap {
    padding: 18px 30px;
    overflow: hidden;
}

.breadcrumb-wrap li {
    float: left;
}

.breadcrumb-wrap li,
.breadcrumb-wrap li a {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #1d1d1d;
}

.breadcrumb-wrap .active {
    color: #006495;
}

.news-list-header {
    background-color: #f1f8fb;
}

.box-content .time {
    float: right;
    display: block;
    text-align: left;
}

.box-content .name {
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-header .time {
    width: 214px;
    font-size: 15px;
    color: #1d1d1d;
    line-height: 30px;
    padding: 10px 37px;
}

.news-list-header .name {
    margin-right: 214px;
    font-size: 15px;
    color: #1d1d1d;
    line-height: 30px;
    padding: 10px 60px;
}

.box-news-list {
    padding: 0 30px;
}

.box-news-list li {
    display: block;
    border-bottom: 1px dashed #e0e0e0;
}

.box-news-list .time {
    width: 184px;
    font-size: 13px;
    line-height: 24px;
    color: #7d7d7d;
    padding: 8px 0 7px;
    padding-left: 16px;
    background: url(../images/icon/icon-clock.png) no-repeat left center;
}

.box-news-list .name {
    padding: 8px 30px 7px;
    font-size: 13px;
    line-height: 24px;
    color: #1d1d1d;
}

.box-news-list li:hover {
    background-color: #f6f6f6;
}

.box-news-list li:hover .time {
    color: #1d1d1d;
}

.box-news-list li:hover .name {
    color: #0070a7;
}




/*分页*/

.page-wrap {
    display: inline-block;
    margin: 40px 15px 30px;
}

.page-info {
    display: block;
    font-size: 13px;
    color: #1d1d1d;
    line-height: 24px;
    padding: 1px 30px 1px 0;
    margin-bottom: 5px;
}

.page-navigation-list {
    margin: 0 20px 0 0;
    margin-bottom: 5px;
}

.page-navigation-list li {
    display: block;
    float: left;
}

.page-navigation-list li a,
.page-navigation-list li span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #1d1d1d;
    padding: 0 11px;
    border-left: 1px solid #e0e0e0;
    margin: 3px 0;
}

.page-navigation-list li .pagination-current {
    margin: 0;
    background-color: #0070a7;
    border-left-color: #0070a7;
    border-radius: 2px;
    padding: 3px 11px;
    color: #fff;
}

.page-navigation-list li a:hover {
    color: #0070a7;
}

.page-navigation-jump {
    font-size: 13px;
    line-height: 24px;
    color: #1d1d1d;
    margin-bottom: 5px;
}

.page-navigation-jump span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}

.pagination-input {
    display: inline-block;
    width: 31px;
    height: 22px;
    border: 1px solid #d5dbdf;
    font-size: 12px;
    color: #1d1d1d;
    line-height: 20px;
    margin-top: -2px;
    border-radius: 2px;
}

.pagination-go {
    display: inline-block;
    padding: 0 6px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #0070a7;
    color: #fff;
    background-color: #0070a7;
    margin-left: 5px;
    margin-top: -2px;
    border-radius: 2px;
}

.pagination-item {
	
	  line-height: 24px;
    font-size:13px;
    margin-bottom: 5px;
}

@media(max-width:767px) {
    .breadcrumb-icon {
        display: none;
    }
    .breadcrumb-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-list-header .time,
    .box-news-list .time {
        display: none;
    }
    .news-list-header .name {
        margin-right: 0;
        padding: 10px 30px;
    }
    .box-news-list,
    .box-news-list .name {
        padding-left: 15px;
        padding-right: 15px;
    }
}




/*左边导航栏*/

.sidebar {
    float: left;
    width: 220px;
    border: 3px solid #408bb0;
    padding-bottom: 300px;
    background: url(../images/left-nav-bottom-bg.png) no-repeat center bottom;
}
.sidebar-dj {
    float: left;
    width: 220px;
    border: 3px solid #c00d05;
    padding-bottom: 300px;
    background: url(../images/dj_left-nav-bottom-bg.png) no-repeat center bottom;
}


.sidebar-in-left .content-box {
    margin-left: 240px;
    display: block;
}

.sidebar-name-dj {
    background: url(../images/dj_left-nav-top-bg.png) no-repeat left top;
    font-size: 20px;
    line-height: 40px;
    padding: 9px 0;
    text-align: center;
    color: #fff;
}

.sidebar-name {
    background: url(../images/left-nav-top-bg.png) no-repeat left top;
    font-size: 20px;
    line-height: 40px;
    padding: 9px 0;
    text-align: center;
    color: #fff;
}

.sidebar-name span {
    display: inline-block;
    font-size: 12px;
    color: #8bb5c9;
    line-height: 24px;
}

.sidebar-list {
    padding: 0 20px;
}

.sidebar-list li {
    display: block;
    border-bottom: 1px dashed #e0e0e0;
}

.sidebar-list li a {
    display: block;
    padding: 9px 5px 8px 20px;
    font-size: 16px;
    line-height: 32px;
    color: #1d1d1d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-list li a:hover {
    color: #006495;
}

.sidebar-list .active a,
.sidebar-list .active a:hover {
    color: #006495;
    background: url(../images/icon/icon-ok.png) no-repeat left center;
}

.sidebar-list-dj {
    padding: 0 20px;
}

.sidebar-list-dj li {
    display: block;
    border-bottom: 1px dashed #e0e0e0;
}

.sidebar-list-dj li a {
    display: block;
    padding: 9px 5px 8px 20px;
    font-size: 16px;
    line-height: 32px;
    color: #1d1d1d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-list-dj li a:hover {
    color: #c20402;
}
.sidebar-list-dj .active a,
.sidebar-list-dj .active a:hover {
    color: #c20402;
    background: url(../images/dj-icon-ok.png) no-repeat left center;
}

.breadcrumb-tag {
    background: url(../images/icon/icon-location.png) no-repeat 10px center;
}

.article-wrap {
    padding: 12px 30px 0;
}

.article-caption {
    border-bottom: 1px dashed #dfdfdf;
}

.article-title {
    font-size: 18px;
    color: #1d1d1d;
    line-height: 32px;
}

.article-info {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
}

.article-info span {
    float: left;
    display: block;
    font-size: 13px;
    color: #7d7d7d;
    line-height: 24px;
    padding: 3px 9px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

.article-info span.time {
    float: left;
    background-image: url(../images/icon/icon-clock.png);
}

.article-info span.public {
    background-image: url(../images/icon/icon-public.png);
}

.article-content {
    padding: 20px 25px 30px;
}

.article-wrap .article-content {
    padding-bottom: 100px;
    background: url(../images/article-content-bottom-bg.png) no-repeat 95% bottom;
    margin-bottom: 12px;
}

.article-content p {
    color: #1d1d1d;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}


@media(min-width:768px) and (max-width:991px) {
    .sidebar {
        width: 180px;
    }
    .sidebar-in-left .content-box {
        margin-left: 200px;
    }
}

@media(max-width:767px) {
    .sidebar {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        overflow: auto;
        max-height: 100%;
    }
    .sidebar-in-left .content-box {
        margin-left: 0;
    }
    .breadcrumb-tag {
        padding-left: 20px;
        background-position: 5px center;
    }
    .sidebar-in-left .navbar-toggle {
        margin: 13px 0
    }
    .sidebar-in-left .navbar-toggle .icon-bar {
        background-color: #006495;
    }
    .article-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .article-wrap .article-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width:340px) {
    .article-info span,
    .article-info span.time {
        float: none;
    }
}



/*map*/

.map-wrap {
    padding: 10px 28px 105px;
    background: url(../images/map-bg.png) no-repeat center bottom;
    margin-bottom: 25px;
    text-align: left;
}

.map-wrap dl {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 20px;
    padding: 0 9px 7px;
}

.map-wrap dl dt .classify-name {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #1d1d1d;
    padding: 3px 0;
    font-weight: normal;
    margin-bottom: 5px;
}

.map-wrap dl dt .classify-name:before,
.map-wrap dl dt .classify-name:after {
    content: "";
    display: block;
    width: 13px;
    height: 28px;
    background-image: url(../images/map-name-bg.png);
    background-repeat: no-repeat;
}

.map-wrap dl dt .classify-name:before {
    float: left;
    background-position: left center;
}

.map-wrap dl dt .classify-name:after {
    float: right;
    background-position: right center;
}

.map-wrap dl dd a {
    display: block;
    float: left;
    min-width: 160px;
    font-size: 13px;
    line-height: 28px;
    padding: 1px 30px 1px 10px;
    color: #1d1d1d;
    background: url(../images/icon/icon-disc.png) no-repeat left center;
    margin-bottom: 5px;
}

.map-wrap dl dd a:hover {
    color: #0070a7;
    background-image: url(../images/icon/icon-disc-hover.png);
}

@media(max-width:767px) {
    .map-wrap {
        background-size: contain;
        padding-bottom: 90px;
    }
    .map-wrap dl dd a {
        min-width: 134px;
    }
}

@media(max-width:340px) {
    .map-wrap dl dd a {
        min-width: 104px;
    }
}



/*站内检索*/

.box-content .input-group-wrap {
    padding: 8px 0;
    background-color: #f1f8fb;
}

.input-group-wrap .input-group {
    width: 440px;
    margin: 0 auto;
}

.input-group-wrap .input-group .form-control {
    height: 35px;
    padding-top: 7px;
    padding-bottom: 6px;
}

.input-group-wrap .input-group .form-control:first-child {
    border-right: 0;
}

.input-group .input-group-btn .inner-search-btn {
    display: block;
    width: 35px;
    height: 35px;
    padding: 9px;
    border-color: #d5dbdf;
    border-left: 0;
    border-radius: 2px;
    background: url(../images/icon/icon-inner-search.png) no-repeat center center;
    background-color: #fff;
}

.input-group .input-group-addon .inner-search-btn:hover {
    background-image: url(../images/icon/icon-inner-search-hover.png);
}

.search-explain {
    font-size: 15px;
    line-height: 28px;
    color: #1d1d1d;
    padding: 10px 40px;
    text-align: left;
}

.search-explain font,
.search-result-list li font {
/*    background-color: #fff7a0;*/
}

.search-result-list li {
    padding: 0 31px;
    text-align: left;
}

.search-result-list li .search-result {
    display: block;
    border-bottom: 1px dashed #e0e0e0;
    padding: 15px 9px;
}

.search-result-list li:first-child .search-result {
    padding-top: 0;
}

.search-result-list li .title {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #1d1d1d;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-result-list li .result-info {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #7c7c7c;
    padding-left: 15px;
    background: url(../images/icon/icon-disc.png) no-repeat left center;
    margin-bottom: 6px;
}

.search-result-list li .result-caption {
    font-size: 13px;
    line-height: 24px;
    color: #1d1d1d;
}

.search-result-list li .result-caption .more {
    display: block;
    float: right;
    font-size: 13px;
    line-height: 24px;
    color: #0070a7;
}

.search-result-list li .result-caption .more:hover {
    text-decoration: underline;
}

.search-result-list li:hover {
    background-color: #f6f6f6;
}

@media(max-width:767px) {
    .input-group-wrap .input-group {
        width: 90%;
    }
    .search-explain {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-result-list li {
        padding: 0 11px;
    }
}



/*资源检索*/

.resource-search-box {
    position: relative;
    padding: 15px 30px 0;
}

.resource-search-box .input-group-wrap {
    position: absolute;
    right: 30px;
    top: 15px;
    padding: 0;
    background-color: #fff;
}

.resource-search-box .input-group-wrap .input-group {
    width: 340px;
}

.resource-nav-tabs {
    border-bottom: 1px solid #0070a7;
}

.resource-nav-tabs > li {
    display: block;
    position: relative;
    float: left;
    margin-bottom: -1px;
}

.resource-nav-tabs > li > a {
    display: block;
    position: relative;
    margin-right: 2px;
    width: 120px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    padding: 3px 0 2px;
    color: #000000;
    border: 1px solid #006495;
    border-radius: 2px 2px 0 0;
}

.resource-nav-tabs > li > a > .caret {
    color: #858585;
}

.resource-nav-tabs > li.active > a,
.resource-nav-tabs > li.active > a:hover,
.resource-nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #0070a7;
    cursor: default;
}

.resource-nav-tabs li.active a .caret,
.resource-nav-tabs li.active a:hover .caret,
.resource-nav-tabs li.active a:focus .caret {
    color: #b3d4e5;
}

.resource-nav-tabs .dropdown-menu {
    margin: -1px 0 0;
    min-width: 120px;
    border: 1px solid #d5dbdf;
    border-radius: 0 0 2px 2px;
	max-height: 150px;
    overflow: auto;
}
.resource-nav-tabs .dropdown-menu-dj {
    margin: -1px 0 0;
    min-width: 120px;
    border: 1px solid #d5dbdf;
    border-radius: 0 0 2px 2px;
	max-height: 150px;
    overflow: auto;
}
.resource-nav-tabs .dropdown-menu-dj:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 24px;
    width: 0;
    height: 0;
    color: #d5dbdf;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.resource-nav-tabs .dropdown-menu-dj:after {
    content: "";
    position: absolute;
    top: -4px;
    right: 25px;
    width: 0;
    height: 0;
    color: #fff;
    border-bottom: 3px dashed;
    border-bottom: 3px solid\9;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.resource-nav-tabs .dropdown-menu-dj li a:hover {
    background-color: #fff;
    color: #006495;
}
.resource-nav-tabs .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 24px;
    width: 0;
    height: 0;
    color: #d5dbdf;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.resource-nav-tabs .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -4px;
    right: 25px;
    width: 0;
    height: 0;
    color: #fff;
    border-bottom: 3px dashed;
    border-bottom: 3px solid\9;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.resource-nav-tabs .dropdown-menu li a:hover {
    background-color: #fff;
    color: #006495;
}

.search-content-table {
    width: 100%;
    max-width: 100%;
}

.search-content-table thead tr th {
    background-color: #f1f8fb;
    padding: 11px 30px;
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    color: #1d1d1d;
}

.search-content-table tbody tr td {
    border-bottom: 1px dashed #e0e0e0;
    font-size: 13px;
    color: #1d1d1d;
    line-height: 24px;
    padding: 8px 30px 7px;
    white-space: nowrap;
}

.search-content-table tbody tr td a {
    display: block;
    font-size: 13px;
    color: #1d1d1d;
    line-height: 24px;
}

.search-content-table thead tr th:first-child,
.search-content-table tbody tr td:first-child {
    text-align: left;
}

.search-content-table tbody tr:hover {
    background-color: #f6f6f6;
}

.search-content-table tbody tr td .link-hover,
.search-content-table tbody tr:hover img {
    display: none;
}

.search-content-table tbody tr:hover .link-hover {
    display: block;
}

.resource-search-detail-box {
    padding: 15px 30px 32px;
}

.resource-search-detail-box dl {
    display: table;
    width: 100%;
    border-top: 1px dashed #e0e0e0;
}

.resource-search-detail-box dl:first-child {
    border-top-color: transparent;
}

.resource-search-detail-box dl dt,
.resource-search-detail-box dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 30px 5px;
}

.resource-search-detail-box .align-top dt,
.resource-search-detail-box .align-top dd {
    vertical-align: top;
}

.resource-search-detail-box dl dt {
    width: 140px;
    background-color: #f1f8fb;
}

.resource-search-detail-box dl dt p {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #1d1d1d;
    font-weight: normal;
    text-align: left;
}

.resource-search-detail-box dl dd p {
    display: block;
    font-size: 13px;
    color: #1d1d1d;
    line-height: 28px;
    text-align: left;
}

.resource-search-detail-box dl dd a {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #0070a7;
    text-align: left;
}

.resource-search-detail-box dl dd p a {
    text-indent: 1em;
}

@media(max-width:991px) {
    .resource-search-box .input-group-wrap .input-group {
        width: 240px;
    }
}

@media(max-width:767px) {
    .resource-search-box,
    .resource-search-detail-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .resource-search-box .input-group-wrap {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 20px;
    }
    .resource-search-box .input-group-wrap .input-group {
        width: 100%;
        max-width: 340px;
    }
    .resource-nav-tabs > li {
        min-width: 32%;
    }
    .resource-nav-tabs > li > a {
        width: 98%;
    }
    .resource-search-detail-box dl {
        display: block;
    }
    .resource-search-detail-box dl dt,
    .resource-search-detail-box dl dd {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .resource-search-detail-box dl dt {
        width: 100%;
    }
    .resource-search-detail-box dl dd p a {
        text-indent: 0;
    }
}

@media(min-width:768px) {
    .resource-search-box .input-group-wrap .input-group .form-control,
    .resource-search-box .input-group .input-group-btn .inner-search-btn {
        border-bottom-color: #0070a7;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

/*add by zq 2018-05-23 漂移的图片start*/
.floatImg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
@media(max-width:767px) {
    .floatImg img{
        width: 80%;
    }
}
/*add by zq 2018-05-23 漂移的图片end
/*add by zq 2018-10-16 资源检索 start*/
.resource-search-wrap .breadcrumb-wrap{
    padding: 8px 0;
    background-image: none;
}
.resource-search-wrap .breadcrumb-wrap li,
.resource-search-wrap .breadcrumb-wrap li a{
    color: #333333;
}
.resource-search-wrap .breadcrumb-wrap .active{
    color: #00598a;
}
.resource-search-top{
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.search-top-text{
    background: url(../images/resource-search-top-bg.png) no-repeat left top;
    padding: 30px 0;
    border-bottom: 1px solid #d6dde0;
}
.search-top-text .input-group{
    width: 50%;
    margin: 0 auto;
}
.search-top-text .input-group .form-control{
    height: 38px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px 13px;
}
.search-top-text .input-group .input-group-btn .inner-search-btn{
    width: 49px;
    height: 38px;
    background-color: #3173b0;
    background-image: url(../images/search-btn.png);
}
.data-option{
    padding: 0 40px;
}
.data-option dl{
    padding: 10px 0;
    border-top: 1px dashed #d5d4d4;
}
.data-option dl:first-child{
    border-top: 0;
}
.data-option dl dt{
    display: block;
    float: left;
    width: 80px;
    font-size: 14px;
    line-height: 28px;
    color: #00598a;
    text-align: left;
}
.data-option dl dd {
    margin-left: 80px;
}
.d-o-dl-li {
    overflow: hidden;
    display: block;
}
.d-o-dl-li li {
    float: left;
    margin-right: 18px;
}
.d-o-dl-li li a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.resource-search-content{
    padding: 25px 40px 20px;
    background-color: #f4f7f9;
    -webkit-box-shadow: 0 1px 2px #a1b0b8;
    box-shadow: 0 1px 2px #a1b0b8;
    margin-bottom: 20px;
}
.search-content-col{
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 15px;
    min-height: 1px;
    margin-bottom: 20px;
}
.content-list-name{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #00598a;
    margin-bottom: 20px;
    text-align: left;
}
.content-list-name span{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #00598a;
    padding: 0 2px;
    margin-right: 2px;
}
.resource-search-content .content-list li{
    display: block;
}
.resource-search-content .content-list li a{
    display: block;
    font-size: 13px;
    line-height: 32px;
    color: #444444;
    padding-left: 15px;
    background: url(../images/icon/icon-arrow.png) no-repeat 2px 13px;
    word-break: break-all;
}
@media (max-width: 991px){
    .search-top-text .input-group{
        width: 80%;
    }
    .resource-search-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-content-col{
        width: 50%;
    }
}
@media (max-width: 767px){
    .data-option{
        padding: 0 15px;
    }
    .d-o-dl-li li{
        margin-right: 10px;
    }
    .search-content-col{
        width: 100%;
    }
}
/*add by zq 2018-10-16 资源检索 end*/