@charset "utf-8";

.wrap {
    position: relative;
    min-height: 100%;
   
	background: url(../images/bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.header {
    position: relative;
    width: 100%;
    height: 278px;
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 263px;
    background: url(../images/top-bg.png) no-repeat right top;
}

.navbar-header .logo {
    display: block;
    margin: 50px 0 40px;
    position: relative;
    z-index: 5;
}

.entrances {
    position: relative;
    z-index: 5;
    padding: 62px 62px 0;
}

.entrances li {
    float: left;
}

.entrances li a {
    display: block;
    width: 102px;
    height: 108px;
    text-align: center;
    background-repeat: no-repeat;
}

.entrances li a.entrance-teacher {
    background-image: url(../images/entrance-teacher.png);
    background-position: 4px 10px;
}

.entrances li a.entrance-teacher:hover {
    background-image: url(../images/entrance-teacher-hover.png);
    background-position: center center;
}

.entrances li a.entrance-student {
    background-image: url(../images/entrance-student.png);
    background-position: 8px 17px;
}

.entrances li a.entrance-student:hover {
    background-image: url(../images/entrance-student-hover.png);
    background-position: center center;
}

.entrances li a.entrance-viewer {
    background-image: url(../images/entrance-viewer.png);
    background-position: 8px 14px;
}

.entrances li a.entrance-viewer:hover {
    background-image: url(../images/entrance-viewer-hover.png);
    background-position: center center;
}








/*site-nav*/

.site-nav {
    padding: 30px 0;
    z-index: 5;
    margin-top: -30px;
}

.site-nav .site-navbar {
    position: relative;
    padding: 0 50px;
    border: 1px solid rgba(182, 195, 208, 0.4);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-shadow: 1px 7px 24px rgba(182, 195, 208, 0.4);
    box-shadow: 1px 7px 24px rgba(182, 195, 208, 0.4);
    background-color: #fff;
    z-index: 7;
}

.site-nav li {
    position: relative;
    float: left;
    padding: 6px 34px;
    background: url(../images/icon/icon-nav-line.png) no-repeat left center;
    z-index: 8;
}

.site-nav li:first-child {
    background-image: none;
}

.site-nav li a {
    position: relative;
    display: block;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    line-height: 20px;
    /*update by zq 2019-02-22 start*/
    padding: 3px 0 2px;
    color: #333333;
    /*update by zq 2019-02-22 end*/
    letter-spacing: 2px;
    z-index: 9;
    /*update by zq 2019-02-27 start*/
    font-weight: bold;
    /*update by zq 2019-02-27 end*/
}

.site-nav li a:hover {
    color: #98181a;
    border-bottom-color: #98181a;
}

/*update by zq 2019-02-27 star*/
.index-content-bg{
    padding-top: 30px;
    background-color: rgba(227,200,200,0.41);
    margin-top: -30px;
}
/*2019-02-27 end*/

.index-first-wrap {
    padding: 0 10px;
}

.index-first-left,
.index-first-right {
    float: left;
    padding: 0 10px;
    height: 444px;
    /*overflow: hidden;*/
    margin-bottom: 20px;
}

.index-first-left {
    width: 66.851852%;
}

.index-first-right {
    width: 33.148148%;
}








/*tab-search-wrap*/

.tab-search-wrap {
    width: 100%;
    height: 202px;
    border: 1px solid #dabdbd;
    -webkit-box-shadow: 3px 3px 5px #c9b2b2;
    box-shadow: 3px 3px 5px #c9b2b2;
    background: #fff url(../images/tab-bg.png) no-repeat center center;
    background-size: cover;
    padding: 21px 0;
    margin-bottom: 18px;
}

.tab-search-wrap .r-tabs-tab {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 18px;
    background: url(../images/icon/icon-split.png) no-repeat left center;
}

.tab-search-wrap .r-tabs-tab:first-child {
    background: none;
}

.tab-search-wrap .r-tabs-tab .r-tabs-anchor {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    line-height: 20px;
}

.tab-search-wrap .r-tabs-tab.active .r-tabs-anchor {
    background: url(../images/icon/icon-arrow.png) no-repeat center bottom;
     color: #98181a;
}

.tab-search-wrap .tab-pane {
    padding: 24px;
}

.tab-search-wrap .input-group .form-control {
    height: 44px;
    padding: 6px 16px;
    color: #b4b4b4;
    font-size: 14px;
    line-height: 32px;
    border-color: #b5bfc8;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-box-shadow: 0 1px 3px #b5bfc8;
    box-shadow: 0 1px 3px #b5bfc8;
    outline: none;
}

.tab-search-wrap .input-group .tab-select .dropdown-toggle {
    border-color: #b5bfc8;
    -webkit-box-shadow: 0 1px 3px #b5bfc8;
    box-shadow: 0 1px 3px #b5bfc8;
    border-right-color: transparent;
    color: #606060;
    padding: 11px 25px 11px 12px;
}

.tab-search-wrap .input-group .tab-select .dropdown-toggle:focus,
.tab-search-wrap .input-group .tab-select .dropdown-toggle:hover,
.tab-search-wrap .input-group .tab-select.open .dropdown-toggle {
    background-color: #fff;
}

.tab-search-wrap .input-group .input-group-btn .btn-cn-search {
    width: 88px;
    background: url(../images/btn-cn-bg.png) no-repeat right top;
    margin-right: 2px;
    border-color: #b5bfc8;
    -webkit-box-shadow: 0 1px 3px #b5bfc8;
    box-shadow: 0 1px 3px #b5bfc8;
    color: #fff;
    text-align: center;
    padding: 11px 0;
}

.tab-search-wrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tab-search-wrap .input-group .input-group-btn .btn-en-search {
    margin-left: 0;
    width: 88px;
    text-align: center;
    padding: 11px 0;
    color: #686868;
    border-radius: 4px;
     border-color: #d5cccc;
    -webkit-box-shadow: 1px 1px 2px #b6abab;
    box-shadow: 1px 1px 2px #b6abab;
    background: url(../images/btn-en-bg.png) no-repeat right top;
}

.search-scopes {
    padding: 14px 0;
}

.radio-group-wrap .radio-group {
    float: left;
    margin-right: 26px;
    margin-bottom: 0;
}

.radio-group-wrap .radio-group .moz-radio,
.search-history {
    display: block;
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #696b6b;
}

.radio-group-wrap .radio-group .moz-radio {
    background: url(../images/icon/icon-radio-unchecked.png) no-repeat left center;
}

.radio-group-wrap .radio-group.radio-selected .moz-radio {
    background-image: url(../images/icon/icon-radio-checked.png);
}

.search-history {
    margin-left: -10px;
    background: url(../images/icon/icon-history.png) no-repeat left center;
}

.search-extra-link a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
   color: #98181a;
}

.search-extra-link a + a:before {
    content: "|";
    margin: 0 7px;
}








/*focus-link-wrap*/

.focus-link-wrap {
    margin-left: -5px;
    margin-right: -5px;
}

.extra-web-link,
.focus-wrap {
    display: block;
    position: relative;
    float: left;
    padding: 0 5px;
}

.extra-web-link {
    width: 66.292135%;
}

.focus-wrap {
    width: 33.707865%;
}

.extra-web-box {
    width: 50%;
    float: left;
    border: 1px solid #dabdbd;
    height: 224px;
}

.resource-box {
    background: transparent url(../images/resource-square-bg.png) no-repeat right top;
    background-size: cover;
    padding: 16px 30px 3px;
    -webkit-box-shadow: 0 3px 5px #c9b2b2;
    box-shadow: 0 3px 5px #c9b2b2;
}

.service-box {
    border-left-color: transparent;
    background: transparent url(../images/service-square-bg.png) no-repeat left bottom;
    background-size: cover;
    padding: 16px 22px 3px 30px;
     -webkit-box-shadow: 3px 3px 5px #c9b2b2;
    box-shadow: 3px 3px 5px #c9b2b2;
    margin-left: -1px;
}

.extra-web-box h4 {
    font-size: 18px;
    line-height: 20px;
      color: #9b2023;
    text-align: center;
}

.extra-web-box h4 small {
    text-transform: uppercase;
    color: #ddc0c1;
    font-size: 60%;
}

.extra-web-box .web-link-list li {
    display: block;
    border-top: 1px dashed #e1e3e4;
}

.extra-web-box .web-link-list li:before,
.extra-web-box .web-link-list li:after {
    content: "";
    display: table;
}

.extra-web-box .web-link-list li:after {
    clear: both;
}

.extra-web-box .web-link-list li:first-child {
    border-top: 0;
}

.extra-web-box .web-link-list li a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
     color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.extra-web-box .web-link-list li .link-list-left {
    width: 80px;
    float: left;
}

.focus-box {
    background-color: #fff;
    padding: 7px 8px 14px;
      border: 1px solid #dabdbd;
    -webkit-box-shadow: 3px 3px 5px #c9b2b2;
    box-shadow: 3px 3px 5px #c9b2b2;
}

.focus-box h4 {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 0 6px;
    font-weight: bold;
}

.focus-box h4 small {
    color: #cfd3d6;
    margin-left: 9px;
    text-transform: uppercase;
}

.focus-box h4 a {
    display: block;
    float: right;
    background-color: #6f6d6d;
    width: 40px;
	text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
}

.focus-box .carousel {
    height: 181px;
    overflow: hidden;
    padding: 17px 0;
    text-align: center;
}

.focus-box .carousel .carousel-indicators {
    bottom: 0;
}

.focus-box .carousel .carousel-indicators li {
    border-color: #d4d4d4;
    background-color: #d4d4d4;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    margin: 0 2px;
}

.focus-box .carousel .carousel-indicators .active {
    width: 19px;
    height: 5px;
    border-color: #d53e40;
    background-color: #d53e40;
    border-radius: 3px;
    margin: 0 2px;
}

.focus-box .carousel .carousel-inner .item img {
    text-align: center;
    margin: 0 auto;
}

.focus-box .carousel .carousel-control {
    width: 40px;
}

.focus-box .carousel .carousel-control.left {
    background-image: url(../images/carousel-control-left.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.focus-box .carousel .carousel-control.right {
    background-image: url(../images/carousel-control-right.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.focus-box .carousel .carousel-control .glyphicon-chevron-left:before,
.focus-box .carousel .carousel-control .glyphicon-chevron-right:before {
    content: "";
}








/*index-right-inner*/

.index-right-inner {
    border: 1px solid #dabdbd;
    -webkit-box-shadow: 3px 3px 5px #c9b2b2;
    box-shadow: 3px 3px 5px #c9b2b2;
    background-color: #fff;
}

.news-tab-navs li {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}

.news-tab-navs li h3 {
    position: relative;
    margin-bottom: 15px;
}

.news-tab-navs li a {
    display: block;
    border: 1px solid #c1a7a7;
    border-top-color: transparent;
    font-size: 14px;
    padding: 4px 0;
    color: #333333;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px #c1a7a7;
    box-shadow: 0 1px 2px #c1a7a7;
    margin-left: -1px;
    margin-right: -1px;
}

.news-tab-navs li a small {
    color: #b8b8b8;
    text-transform: uppercase;
}

.news-tab-navs li h3 .arrow,
.news-tab-navs li h3 .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.news-tab-navs li h3 .arrow {
    bottom: -5px;
    left: 50%;
    border-width: 6px;
    margin-left: -6px;
    border-top-color: #c1a7a7;
    border-bottom-width: 0;
}

.news-tab-navs li h3 .arrow:after {
    content: "";
    bottom: 1px;
    border-width: 5px;
    margin-left: -5px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.news-tab-navs li.active a {
    background-color: #3c3c3c;
    color: #fff;
}

.news-tab-navs li.active h3 .arrow,
.news-tab-navs li.active h3 .arrow:after {
    border-top-color: #3c3c3c;
}

.index-right-inner .tab-pane {
    padding: 0 10px 15px 14px;
}

.index-right-inner .tab-pane li {
    display: block;
    margin-bottom: 1px;
}

.index-right-inner .tab-pane li .public-time {
    display: block;
    float: right;
    width: 60px;
    text-align: right;
    font-size: 12px;
    line-height: 28px;
    color: #727b84;
    padding: 1px 0;
}

.index-right-inner .tab-pane li .news-name {
    display: block;
    margin-right: 60px;
    padding: 1px 10px 1px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 28px;
   color: #333333;
    background: url(../images/icon/icon-square.png) no-repeat left center;
}

.index-right-inner .tab-pane li:hover .public-time {
    color: #98181a;
}

.index-right-inner .tab-pane li:hover .news-name {
    color: #98181a;
    background-image: url(../images/icon/icon-square-hover.png);
}








/*extra-link-box*/

.extra-link-wrap {
    padding: 0 20px;
}

.extra-link-wrap .extra-link-box {
    margin-left: -7px;
    margin-right: -7px;
}

.extra-link-wrap .extra-link-box .extra-link {
    float: left;
    display: block;
    width: 20%;
    padding: 0 3px 0 7px;
    margin-bottom: 20px;
}

.extra-link-wrap .extra-link-box .extra-link img {
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.extra-link-wrap .extra-link-box .extra-link:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}








/***************footer******************/


/*friend-link-wrap*/

.friend-link-wrap {
    background-color: #fff;
    padding: 12px 16px;
    border: 1px solid #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-color: #d8c5c5;
    -webkit-box-shadow: 0 4px 5px #e0d7d7;
    box-shadow: 0 4px 5px #e0d7d7;
}

.friend-link-wrap li {
    float: left;
}

.friend-link-wrap li a {
    display: block;
    border-left: 1px dashed #d3d7da;
    font-size: 12px;
    line-height: 20px;
    padding: 0 14px;
    color: #333333;
}

.friend-link-wrap li:first-child a {
    border-left-color: transparent;
}

.web-info {
    padding: 32px 0;
}

.web-info p,
.web-info .view-num-wrap span {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: center;
}

.web-info .view-num-wrap span {
    display: inline-block;
}

.web-info .view-num-wrap span:before {
    content: "|";
    margin: 0 5px;
}

.web-info .view-num-wrap span:first-child:before {
    content: "";
    margin: 0;
}


.inner-content {
    margin-top: -30px;
    margin-bottom: 10px;
    padding: 0 20px 0 18px;
}








/*路径导航*/

.breadcrumb {
    padding: 5px 57px;
    background-color: transparent;
    text-align: right;
    margin-bottom: 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "›";
    color: #727b84;
}

.breadcrumb li a {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.content-left-wrap {
    float: left;
    position: relative;
    width: 21.845574%;
    min-height: 670px;
    border: 1px solid #e6ebf1;
    z-index: 2;
    box-shadow: 0 -10px 43px rgba(214, 218, 220, 0.65);
    padding-left: 8px;
    background: url(../images/left-content-bg.png) no-repeat left bottom;
    background-size: cover;
    padding-bottom: 440px;
}

.content-left-wrap:before {
    content: "";
    position: absolute;
    width: 8px;
    left: 1px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/left-content-line-bg.png) repeat-y left bottom;
    z-index: 10;
}

.content-left {
    position: relative;
    z-index: 15;
    background: url(../images/left-content-top-bg.png) no-repeat left top;
}

.content-left-top,
.content-left .content-left-nav .ul-level-2,
.content-left .content-left-nav li {
    padding: 0 20px 0 26px;
}

.content-left-top h4 {
    font-size: 22px;
    color: #555555;
    line-height: 29px;
    font-weight: normal;
    padding: 11px 0;
    border-bottom: 1px dashed #d9dcdf;
}

.content-left-top em {
    font-family: Arail, PingFangSC-Regular, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    margin: 0 5px;
}

.content-left-top h4 span {
    display: block;
    font-size: 50%;
    color: #333;
    text-transform: uppercase;
}

.content-left .content-left-nav li {
    position: relative;
    z-index: 20;
}

.content-left .content-left-nav li a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 11px 0 10px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    border-bottom: 1px dashed #d9dcdf;
    margin-right: 12px;
}


.content-left .content-left-nav li.li-level-2 {
    padding: 0;
}

.content-left .content-left-nav li .a-level-2 {
    padding-right: 10%;
    background: url(../images/icon/icon-cartet-right.png) no-repeat 96% center;
}

.content-left .content-left-nav li .ul-level-3 {
    display: none;
    background-color: #f4f7f9;
}

.content-left .content-left-nav li .ul-level-3 .li-level-3 {
    padding-right: 12px;
    padding-left: 0;
    background-color: #f4f7f9;
}

.content-left .content-left-nav li .ul-level-3 .li-level-3 .a-level-3 {
    border-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: #727b84;
    padding: 5px 10px 5px 23px;
    border: 1px solid transparent;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    background-image: none;
}

.content-left .content-left-nav li .ul-level-3 .li-level-3 .a-level-3:hover {
    border-color: #d4e5ec;
    background-color: #d4e5ec;
    color: #fff;
}

.content-left .content-left-nav .active:before {
    content: "";
    position: absolute;
    left: -26px;
    right: 12px;
    top: 0;
    height: 64px;
    background: url(../images/left-nav-bg.png) no-repeat left top;
    z-index: -1;
}

.content-left .content-left-nav .li-level-2.active:before {
    left: -53px;
    right: -20px;
}

.content-left .content-left-nav .active a {
    color: #fff;
    padding-left: 14px;
    background-image: url(../images/icon/icon-cartet-right-white.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.content-left .content-left-nav .active .a-level-2 {
    /*margin-bottom: 10px;*/
    color: #fff;
    padding-left: 0;
    padding-right: 20%;
    background-image: url(../images/icon/icon-caret.png);
    background-position: 86% center;
}

.content-left .content-left-nav .active .a-level-2 .caret-right {
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #fff;
    border-bottom: none;
}

.content-left .content-left-nav .active .ul-level-3 {
    display: block;
    margin-left: -25px;
    background-color: #f4f7f9;
}

.content-right-wrap {
    display: block;
    float: left;
    position: relative;
    width: 78.154426%;
}
.content-right-wrap:before{
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 20px;
    background: url(../images/right-box-shadow.png) repeat-y left top;
    z-index: 5;
}

.content-right {
    padding: 0 50px;
    border: 1px solid #e6ebf1;
    border-bottom: none;
    background-color: #fff;
}

.right-box-conner {
    display: block;
    width: 100%;
    min-height: 88px;
    position: relative;
    padding: 0 50px;
    border-left: 1px solid #e6ebf1;
}
.right-box-conner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/box-corner.png) no-repeat right bottom;
}

.content-right-name {
    font-size: 18px;
    line-height: 36px;
    color: #008be7;
    padding: 11px 0 10px;
    font-weight: normal;
}

.content-right-name:before {
    content: "";
    display: block;
    float: left;
    width: 6px;
    height: 18px;
    background-color: #008be7;
    margin-right: 10px;
    margin-top: 9px;
}

.content-right-list {
    padding-bottom: 15px;
}

.content-right-list li {
    display: block;
    border-bottom: 1px dashed #e0e7ef;
    color: #666666;
}

.content-right-list li .item-time {
    display: block;
    float: right;
    font-size: 12px;
    line-height: 28px;
    padding: 7px 0;
    width: 80px;
    text-align: right;
    color: #888888;
}

.content-right-list li a {
    display: block;
    margin-right: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 0 7px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    background: url(../images/icon/icon-disc.png) no-repeat left center;
}

.content-right-list li a:hover {
    color: #3689e1;
}

.page-wrap {
    position: relative;
    z-index: 8;
    height: auto;
    padding: 20px 0;
}

.page-info {
    display: inline-block;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 24px;
    padding: 1px 0;
    text-align: left;
    margin-right: 20px;
}

.page-navigation {
    display: block;
}

.page-navigation-list,
.page-navigation-jump {
    float: left;
}

.page-navigation-list li {
    float: left;
    text-align: center;
    margin-right: 3px;
    border-bottom: none;
}

.page-navigation-list li a,
.pagination-item {
    display: block;
    float: left;
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    color: #7f7f7f;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0 9px;
    border-radius: 4px;
    margin: 0;
    background: none;
}

.pagination-item {
    margin-right: 3px;
}

.page-navigation-list li a:focus,
.page-navigation-list li a:hover,
.pagination-item:hover {
    border-color: #d4e5ec;
    color: #d4e5ec;
}


.page-navigation-list .pagination-current,
.pagination-item.pagination-current {
    border-color: #008be7;
    color: #fff;
    background-color: #008be7;
}

.page-navigation-list .pagination-ellipsis {
    display: block;
    float: left;
    height: 26px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    color: #505050;
    border: 1px solid transparent;
    padding: 0 9px;
}

.pagination-next .caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
    border-left: 4px dashed;
    border-left: 4px solid\9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    color: #e75353;
}

.page-navigation-jump {
    display: inline-block;
    height: 26px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    color: #505050;
}

.pagination-input,
.page-navigation-jump select {
    display: inline-block;
    width: 36px;
    height: 26px;
    margin: 0 4px;
    font-size: 12px;
    line-height: 24px;
    color: #505050;
    border: 1px solid #dadde5;
    background-color: #fff;
    padding: 0 9px;
    border-radius: 4px;
}

.pagination-go {
    display: inline-block;
    width: 42px;
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    border: 1px solid #008be7;
    background-color: #008be7;
    border-radius: 4px;
    text-align: center;
}


@media(min-width:992px) and (max-width:1099px) {
    .tab-search-wrap .r-tabs-tab {
        padding: 0 20px;
    }
    .friend-link-wrap li a {
        padding: 0 7px;
    }
    .content-left-wrap {
        width: 25%;
    }
    .content-right-wrap {
        width: 75%;
    }
}

@media(max-width:991px) {
    .index-first-left,
    .index-first-right {
        float: none;
        width: 100%;
        height: auto;
    }
    .navbar-header {
        width: 53%;
    }
    .navbar-header .logo img {
        width: 100%;
    }
    .entrances {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-nav .site-navbar {
        float: none;
    }
    .content-left-wrap {
        width: 32%;
    }
    .content-right-wrap {
        width: 68%;
    }
    .content-right,.right-box-conner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:767px) {
    .navbar-header {
        width: 100%;
    }
    .top-nav .navbar-header .navbar-toggle {
        margin-right: -10px;
        margin-top: 30px;
    }
    .top-nav .navbar-header .navbar-toggle .icon-bar {
        background-color: #242424;
    }
    .navbar-header .logo {
        margin-top: 30px;
        width: 80%;
    }
    .site-nav {
        display: none;
        position: absolute;
        bottom: -50px;
        left: 0;
        padding: 0;
        margin-top: 0;
        width: 100%;
    }
    .site-nav .site-navbar {
        border-radius: 0;
        padding: 0;
    }
    .site-nav li {
        display: block;
        float: none;
        text-align: center;
        padding: 6px 0;
    }
    .site-nav li a {
        text-align: center;
    }
    .entrances {
        padding: 0;
        margin-top: -10px;
    }
    .index-first-wrap {
        padding: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
    .extra-web-link,
    .focus-wrap,
    .extra-web-box {
        float: none;
        width: 100%;
    }
    .extra-web-link,
    .resource-box {
        margin-bottom: 20px;
    }
    .extra-web-box .web-link-list li .link-list-left {
        width: 50%;
    }
    .tab-search-wrap {
        height: auto;
    }
    .tab-search-wrap .r-tabs-nav {
        padding: 0 10px;
    }
    .tab-search-wrap .tab-pane {
        padding-left: 10px;
        padding-right: 10px;
    }
    .radio-group-wrap,
    .search-history,
    .search-extra-link {
        float: none;
        width: 100%;
    }
    .search-extra-link {
        margin-top: 10px;
    }
    .tab-search-wrap .input-group {
        width: 100%;
        display: block;
    }

    .tab-search-wrap .input-group .input-group-btn,
    .tab-search-wrap .input-group .form-control {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        float: none;
    }
    .tab-search-wrap .input-group .tab-select .dropdown-toggle {
        border-right-color: #b5bfc8;
    }
    .tab-search-wrap .input-group .form-control {
        border: 1px solid #b5bfc8;
    }
    .tab-search-wrap .input-group .input-group-btn .btn-cn-search {
        border-radius: 4px;
        margin-right: 5px;
    }
    .search-history {
        margin-left: 0;
    }
    .extra-link-wrap {
        padding: 0;
    }
    .extra-link-wrap .extra-link-box .extra-link {
        width: 50%;
    }
    .inner-content .breadcrumb {
        padding: 5px 0;
        text-align: left;
    }
    .inner-content .navbar-toggle {
        margin: 0;
        border-color: #008be7;
        outline: none;
        margin-top: -4px;
    }
    .inner-content .navbar-toggle .icon-bar {
        background-color: #008be7;
    }
    .content-left-wrap {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        width: 230px;
    }
    .content-right-wrap {
        float: none;
        width: 100%;
    }
    .page-navigation-list li a,
    .pagination-item {
        margin-bottom: 10px;
    }
}

@media(max-width:329px) {
    .entrances {
        padding: 0;
        margin-left: -8px;
        margin-right: -8px;
    }
}

.site-navbar .dropdown-menu {
    min-width: 100%;
    margin-top: 0;
    border-radius: 0;
    border-color: #fff;
}

.site-navbar .dropdown-menu li a:hover {
    background-color: transparent;
}

.index-right-inner .tab-pane li .news-name,
.index-right-inner .tab-pane li .public-time {
    font-size: 14px;
}

.index-right-inner .tab-pane .tab-more {
    display: block;
    width: 46px;
    text-align: center;
    margin: 5px 15px;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 0;
    background-color: #6f6d6d;
    color: #fff;
    text-transform: uppercase;
}

@media(max-width:767px) {
    .site-nav {
        top: 80px;
        bottom: auto;
    }
    .site-nav li.dropdown {
        padding: 0;
    }
    .site-nav li .site-dropdown {
        padding: 6px 0;
    }
    .site-navbar .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 6px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}






/*二级页面*/

.content-img-list {
    padding-bottom:0;
    margin-left: -11px;
    margin-right: -11px;
}

.img-item {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 11px;
    padding-left: 11px;
    margin-bottom: 20px;
	height:212px;
}

.photo-wrap {
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 310px;
}

.photo-wrap img {
    display: block;
    width: 80%;
    max-width: 310px;
    height: auto;
    max-height: 160px;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
}

.photo-wrap .photo-info a {
    display: block;
    overflow: hidden;
    height: auto;
    font-size: 14px;
    line-height: 28px;
    vertical-align: bottom;
    text-align: center;
    color: #666666;
    padding: 12px 0;
}






/*详情页*/

.article-wrap {
    padding: 14px 0 55px;
}

.article-title {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.article-info {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #babdbf;
    margin-bottom: 30px;
}

.article-content p {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.article-content img {
    max-width: 100%;
    vertical-align: middle;
    margin: 10px 0;
}






/*资源导航*/

.full-content-box {
    position: relative;
    min-height: 670px;
}

.full-content-inner {
    padding-left: 9px;
    border: 1px solid #e6ebf1;
    border-bottom: none;
    background-color: #fff;
}

.full-content-box:before {
    content: "";
    position: absolute;
    width: 8px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    background: url(../images/left-content-line-bg.png) repeat-y left bottom;
    z-index: 10;
}

.full-box-conner {
    display: block;
    width: 100%;
    min-height: 88px;
    position: relative;
    padding-left: 9px;
    border-left: 1px solid #e6ebf1;
}

.full-box-conner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/box-corner.png) no-repeat right bottom;
}

.full-content-top {
    position: relative;
    padding: 0 54px 0 26px;
    background: url(../images/left-content-top-bg.png) repeat-x left top;
    z-index: 4;
}

.full-content-top .full-content-box-name {
    font-size: 22px;
    color: #555;
    line-height: 26px;
    font-weight: normal;
    padding: 18px 0 26px;
}

.full-content-top .full-content-box-name span {
    display: block;
    font-size: 11px;
    color: #cfd3d6;
    line-height: 15px;
    text-transform: uppercase;
}

.full-content-top li {
    display: block;
    float: left;
}

.full-content-top li a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 15px;
}

.full-content-top li + li a:before {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    margin-top: -4px;
    color: #666666;
    line-height: 28px;
    vertical-align: middle;
}

.content-top-wrap {
    background-color: #9f8283;
}

.content-top-wrap .top-search {
    position: relative;
    padding: 7px 9px;
    width: 274px;
}

.content-top-wrap .top-search .search-input {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 10px 2px 40px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    border: 1px solid #bca8a8;
    background-color: #bca8a8;
    outline: none;
}

.content-top-wrap .top-search img {
    position: absolute;
    left: 18px;
    top: 9px;
}

.search-tab-navs li {
    float: left;
    display: block;
    padding: 3px;
}

.search-tab-navs li a {
    display: block;
    width: 140px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 5px 0;
}

.search-tab-navs li a .caret {
    margin-left: 12px;
}

.search-tab-navs .active a,
.search-tab-navs li a:focus,
.search-tab-navs li a:hover {
    background-color: #e9dbdc;
    color: #8b5253;
}


.search-tab-pane {
    display: none;
    width: 100%;
    padding: 0 3px;
}

.search-tab-pane.active {
    display: block;
}

.search-tab-pane a {
    display: block;
    float: left;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #9f8283;
    background-color: #e9dbdc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    margin-bottom: 0;
    border: none;
}

.search-content-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    border-spacing: 0;
    border-collapse: collapse;
}

.search-content-table thead tr th {
    font-size: 16px;
    line-height: 32px;
    padding: 5px 30px;
    color: #333333;
    font-weight: bold;
	width: 100px;
	cursor: pointer;
}
.search-content-table thead tr .micheng:hover {
		 color: red;
}

.search-content-table tbody tr:nth-of-type(odd) {
    background-color: #f7f7f8;
}

.search-content-table tbody tr td {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    padding: 1px 30px;
}

.search-content-table tbody tr td a {
    display: block;
    color: #3689e1;
}

.full-content-box .page-wrap {
    padding-left: 30px;
}

.data-box-wrap {
    padding: 0 20px;
}

.data-box {
    margin-top: 30px;
}

.data-box .col-6 {
    width: 50%;
    float: left;
}

.data-box table {
    width: 100%;
    border: 1px solid #c7dde6;
    text-align: left;
}

.data-box .col-6:first-child table {
    border-right: none;
}

.data-box table th {
    padding: 9px 18px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

.data-box table td {
    font-size: 14px;
    line-height: 20px;
    color: #4c4c4c;
    padding: 5px 22px;
}

.data-box table thead {
    background-color: #e3ebf1;
    color: #054aab;
}

.data-box table .odd {
    background-color: #f7f7f8;
}

.data-box table .text-center {
    width: 119px;
}

.data-detail-box {
    padding: 30px 20px 60px;
}

.detail-item {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.detail-item-name,
.detail-item-info {
    display: table-cell;
    border-top: 1px solid #e8e8ec;
    padding: 15px 0;
    text-align: left;
    vertical-align: middle;
}

.detail-item:first-child .detail-item-name,
.detail-item:first-child .detail-item-info {
    border-top-color: transparent;
}

.detail-item-name {
    width: 137px;
    font-size: 16px;
    line-height: 28px;
    color: #0948aa;
}

.detail-item-info {
    font-size: 14px;
    line-height: 28px;
    color: #483f3e;
    padding-right: 90px;
}

.verliage-top .detail-item-name,
.verliage-top .detail-item-info {
    vertical-align: top;
}

.verliage-top .detail-item-info {
    padding-right: 0;
}

.verliage-top .detail-item-info .detail-more {
    margin-bottom: 15px;
}


/*搜索*/

.search-inner-box {
    padding: 0 44px 0 25px;
    background: url(../images/search-box-bg.png) no-repeat center top;
    height: 200px;
}

.search-name h4 {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    font-weight: normal;
    padding: 17px 46px 17px 0;
    color: #fff;
    background: url(../images/icon/icon-search-tag.png) no-repeat right center;
}

.search-name h4 span {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

.input-group-wrap {
    width: 62%;
    margin: 3px auto 0;
}


.input-group-wrap .input-group .form-control {
    display: block;
    height: 46px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    border: 1px solid #fff;
    border-radius: 23px;
    outline: none;
    box-shadow: none;
}

.input-group-wrap .input-group-btn .btn-default {
    display: inline-block;
    height: 46px;
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    padding: 1px;
}

.input-group-wrap .input-group-btn .btn-default .btn-img-wrap {
    display: block;
    background-color: #ffba13;
    border: 1px solid #ffba13;
    padding: 11px 34px;
    border-radius: 23px;
}

.input-group-wrap .input-group-btn .btn-default img {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.input-group-wrap .search-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-wrap .search-group .input-group-btn .btn-default {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.search-inner-content {
    padding: 12px 50px 50px 25px;
}

.search-list-caption {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}

.search-list-caption span {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    font-weight: normal;
    margin: 0 3px;
}

.list-media-wrap li {
    display: block;
    border-bottom: 1px dashed #e0e7ef;
    padding: 20px 0;
}

.list-media-wrap li .cell .title {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding: 1px 0;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-media-wrap li .cell font {
    color: #ea5454;
}

.list-media-wrap li .cell .intro {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 0;
    color: #838792;
    margin-bottom: 16px;
}

.list-media-wrap li .cell .caption {
    font-size: 14px;
    line-height: 24px;
    color: #838792;
}


/*地图*/

.map-list {
    padding: 0 54px 0 26px;
}

.map-list .map-item {
    margin-top: 38px;
}

.map-list .map-item:first-child {
    margin-top: 0;
}

.map-list .caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1px;
    margin-right: 3px;
    vertical-align: middle;
    border-left: 9px dashed;
    border-left: 9px solid\9;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    color: #008be7;
}

.map-item-title {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    line-height: 32px;
    padding: 7px 0;
}

.map-item-content {
    padding: 0 0 0 18px;
}

.map-item-content li {
    float: left;
    padding: 8px 0;
}

.map-item-content li a {
    display: block;
    min-width: 150px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666666;
}

.map-item-content li a:focus,
.map-item-content li a:hover {
    color: #008be7;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .img-item {
        width: 33.33%;
    }
    .content-top-wrap .top-search {
        width: 200px;
    }
    .search-tab-navs li a {
        width: 125px;
    }
}

@media (max-width: 991px) {
    .img-item {
        width: 50%;
    }
    .search-tab-navs li a {
        width: 132px;
    }
    .map-list {
    padding-right: 36px;
    }
}

@media (max-width: 767px) {
    .img-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .photo-wrap img {
        max-height: inherit;
    }
    .full-content-box {
        background-size: auto;
    }
    .full-content-top {
        padding: 0 15px;
    }
    .full-content-top ul.fr {
        display: block;
        float: none;
    }
    .full-content-top li + li a:before {
        margin: 0 8px;
    }
    .search-tab-pane a {
        padding: 5px 12px;
        margin-top: 0;
    }
    .data-box .col-6 {
        width: 100%;
        float: none;
    }
    .data-box .col-6:first-child table {
        border-right: 1px solid #c7dde6;
        border-bottom: none;
    }
    .search-content-table thead tr th,
    .search-content-table tbody tr td,
    .data-box-wrap,
    .data-box table th,
    .data-box table td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .search-tab-pane {
        background-color: #e9dbdc;
    }
    .search-tab-navs li {
        width: 50%;
    }
    .search-tab-navs li a {
        width: 100%;
    }
    .search-inner-box,
    .search-inner-content {
        padding-left: 10px;
        padding-right: 15px;
    }
    .input-group-wrap {
        width: 92%;
    }
    .input-group-wrap .input-group-btn .btn-default .btn-img-wrap {
        padding: 11px 20px;
    }
    .map-list .map-item {
    margin-top: 15px;
}
    .map-item-content li a {
        min-width: inherit;
    }
    .map-list{
        padding-left: 15px;
    }
}

@media(max-width: 400px) {
    .full-content-box .page-wrap {
        padding-left: 5px;
    }
}


/***************************专区********************************/
/*visit*/
.full-page {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sa-visit{
    background-image: url(../images/visit-bg.png);
}
.sa-header{
    padding: 45px 0 18px;
}
.sa-header .link{
    float: right;
    display: block;
    width: 60px;
    text-align: center;
    border: 1px solid #5d85ea;
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0;
    margin-top: 18px;
    border-radius: 4px;
}
.sa-main{
    margin-left: -5px;
    margin-right: -5px;
}
.sa-col-9,.sa-col-3,.sa-col-6{
    display: block;
    float: left;
    padding: 0 5px;
}
.sa-col-9{
    width: 66.666667%;
}
.sa-col-3{
    width: 33.333333%;
}
.sa-col-6{
    width: 50%;
}
.sa-aside-box{
    margin-bottom: 10px;
}
.news-wrap{
    padding: 35px 40px 30px 20px;
    background: url(../images/visit-aside-news-bg.png) no-repeat left top;
}
.wrap-name{
    display: block;
    border-bottom: 1px solid #a092ed;
    font-size: 22px;
    line-height: 44px;
    padding: 8px 0;
    color: #fff;
    margin-bottom: 10px;
}
.wrap-more{
    display: block;
    float: right;
    font-size: 12px;
    line-height: 44px;
    color: #fff;
}
.news-list li .time{
    display: block;
    float: left;
    width: 52px;
    text-align: left;
    font-size: 12px;
    color: #fdfdfc;
    line-height: 20px;
    padding: 4px 0;
}
.news-list li  .name{
    display: block;
    margin-left: 52px;
    text-align: left;
    font-size: 12px;
    color: #fdfdfc;
    line-height: 20px;
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.friend-wrap{
    text-align: center;
    padding: 8px 0;
}
.friend-wrap a{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 0 23px;
    border-left: 1px dashed #c7cfd7;
}
.friend-wrap a:first-child{
    border-left: none;
}
.pre-article span,
.next-article span {
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #939393;
}

.pre-article a,
.next-article a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.action-box .share-text {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #939393;
    margin-top: 6px;
}

.fdhy_chen {
    float: left;
    display: block;
    font-size: 14px;
    color: #3e5789;
    font-weight: bold;
    padding: 9px 3px;
}
.xj_search .xj_shuru {
    float: left;
    width: 352px;
    height: 39px;
    line-height: 39px;
    padding-left: 10px;
    border-radius: 2px;
}
 .xj_search .xj_anniu {
    float: left;
    margin-left: 11px;
    width: 87px;
    height: 39px;
    background-color: #f6bd1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
}

.sticky-bar {
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 9999;
}
.sticky-bar ul li {
    margin-bottom: 15px;
    position: relative;
}
.sticky-bar ul li .layer-toggle {
    display: block;
    width: 58px;
    height: 58px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    padding-top: 34px;
    background-color: #d0948a;
    background-image: url(../images/2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: bottom;
}

.sticky-bar .layer {
    display: none;
    position: absolute;
    bottom: 0;
    right: 58px;
    background-color: #a6282f;
    text-align: center;
    padding: 13px 0 3px;
    min-width: 125px;
    min-height: 58px;
}
.sticky-bar .layer img {
    width: 92px;
}
.sticky-bar .layer p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    vertical-align: middle;
}
.sticky-bar ul li.weibo .layer-toggle {
     background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.photo-wrap>a{
	display:block;
	height:160px;
}