/*变量设置*/
:not(.article) {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important;
    vertical-align: middle;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #efefef;
    -webkit-border-radius: 2px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background: #d1d1d1;
    -webkit-border-radius: 2px;
}

img {
    border: none;
}

html, body {
    width: 100%;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5715;
    color: #333;
}

.W_1200 {
    width: 1200px;
}

.inlineDiv {
    display: inline-block;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none !important;
}

.show {
    display: block;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.backRed {
    background: #c71d07;
}

.colorRed {
    color: #c71d07;
}

.title22 {
    font-size: 22px;
    font-weight: bold;

}

.fl {
    display: inline-block;
    float: left;
}

.fr {
    display: inline-block;
    float: right;
}

/*三个页面都存在的内容样式*/
.allWidth {
    width: 100%;
}

.allWidth > div {
    width: 1200px;
}

/*中部样式*/
.content {
    width: 1200px;
    position: relative;
}

/*中部样式 end */

/*返回旧版本及搜索*/
.topLine {
    height: 44px;
    line-height: 44px;
    /*background: #c71d07;*/
    background: rgb(187, 42, 23);
}


.topLine .content {
    color: white;
    overflow: hidden;
    width: 1200px;
    text-align: right;
}

.topLine .content .goOld {
    display: inline-block;
    cursor: pointer;
}

.topLine .content .searchBox {
    background: #e14c38;
    height: 32px;
    line-height: 32px;
    width: 243px;
    padding: 0 12px;
    position: relative;
    display: inline-block;
    border-radius: 16px;
}

/*搜索输入框*/
.topLine .content .searchBox .se-input {
    /*  height: 28px;
      line-height: 28px;
      display: inline-block;
      vertical-align: middle;*/
    background: #e14c38;
    width: 180px;
    color: white;
    border: none;


    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.placeholderStyle {
    color: #efcc72;
}

/*搜索输入框 end */

/*搜索小图标*/
.topLine .content .searchBox .se-btn {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

input[type="image" i] {
    appearance: none;
    background-color: initial;
    cursor: pointer;
    padding: initial;
    border: initial;
}

::placeholder {
    color: #e9e9e9;
    font-style: italic;
}

/*搜索小图标 end */

/*返回旧版本及搜索 end */

/**导航条内容**/
.nav {
    width: 1200px;
    top: 16px;
    height: 66px;
    z-index: 1;
    line-height: 66px;
    font-size: 16px;
    color: #333;
    left: 50%;
    margin-left: -600px;
    position: absolute;
}

.nav > img {
    height: 66px;
    vertical-align: middle;
}

.nav > ul {
    display: inline-block;
    width: 853px;
    font-size: 16px;
    text-align: right;
    float: right;
}

.nav > ul > li {
    /*float: right;*/
    display: inline-block;
    width: 10%;
    min-height: 57px;
    line-height: 57px;
    color: #333;
    cursor: pointer;
    position: relative;
    text-align: right;
}

.nav > ul > li > a {
    color: white;
    display: inline-block;
    max-width: 100%;
}

.nav > ul > li a:hover {
    color: #c71d07;
}

/*隐藏的二级菜单*/
.nav-submenu {
    display: none;
    position: absolute;
    left: -206px;
    width: 700px;
    min-height: 182px;
    background: white;
    text-align: left;
    z-index: 10;
    padding: 22px 22px;
    border-radius: 4px;
    /*border-top: #c71d07 2px solid;*/
    font-size: 16px;
    box-shadow: inset 0 2px 0px 0px #C71D07;
    border-left: 1px solid pink;
    border-right: 1px solid pink;

    transition: all 0.3s ease-in-out;
}


.nav-first > li:nth-child(n+12) > .nav-submenu {
    left: -604px;
}

.nav-first > li:nth-child(12) > .nav-submenu {
    left: -604px;
}

.nav-first > li:nth-child(11) > .nav-submenu {
    left: -594px;
}

.nav-first > li:nth-child(10) > .nav-submenu {
    left: -494px;
}

.nav-first > li:nth-child(9) > .nav-submenu {
    left: -394px;
}

.nav-submenu .nav-submenu {
    width: 144px !important;
    position: relative;
    bottom: 4px;
    left: 0;
    margin-left: -22%;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.nav-submenu .sub-links li {
    overflow: visible;

}

.nav-submenu .nav-submenu .sub-links, .nav-submenu .nav-submenu .dropdown {
    width: 100%;
    margin: auto;
    text-align: center;

}

.nav-submenu .nav-submenu {
    width: 144px;
}


.show {
    display: block;
}

.nav-submenu .imgBox {
    display: inline-block;
    text-align: left;
    color: #c71d07;
}

.nav-submenu .imgBox .subImg {
    height: 137px;
    width: 137px;
    display: inline-block;
    border-radius: 50%;
    border: 5px #F9E8E6 solid;
    background: center no-repeat;
    background-size: cover;
}

.nav-submenu .imgBox .info {
    width: 136px;
    display: inline-block;
    margin-left: 6px;
}

.nav-submenu .imgBox .info .info_top {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ECECEC solid;
}

.nav-submenu .imgBox .info .info_bottom {
    height: 40px;
    line-height: 40px;
}

.nav-submenu .sub-links {
    display: inline-block;
    width: 334px;
    line-height: 40px;
    margin-left: 30px;

}

.sub-links li {
    text-align: left;
    height: 40px;
    min-height: 40px !important;
    line-height: 40px !important;
    /*margin-left: 10px;*/
    overflow: hidden;
    float: none !important;
    display: inline-block;
    width: 30%;
    position: relative;
}

.sub-links li::before {
    background: #797979;
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.sub-links li a {
    text-align: left;
    padding-left: 10px;
    color: #333;
    height: 100%;
    max-width: 96px;
    display: inline-block;
}

/**导航条内容-end**/

/*友情链接*/
.friendLink {
    height: 42px;
    line-height: 42px;
    background: #f4f4f4;
}

.friendLink .label {
    font-weight: bold;
    width: 94px;
    display: inline-block;
}

.friendLink .links {
    display: inline-block;
}

/*友情链接end*/

/***学校相关信息****/
/************** footer **************/
.bottom {
    background: url(../img/bottombj.png) no-repeat center;
    background-size: cover;
    height: 183px;

    /** 添加如下内容即可解决 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bottombj.png', sizingMethod='scale');
}

.footer-top {
    display: flex;
    color: #c4bcbc;
    height: 174px;
    position: relative;
    vertical-align: middle;
}

/************** footer **************/
/*版权信息*/

.copyBar {
    background: black;
    height: 32px;
    line-height: 32px;
    color: #c4bcbc;
    text-align: center;
}

/*.copyBar span {
    padding-right: 15px;
}*/

.copyBar span a {
    color: #c4bcbc;
}

/*版权信息end*/
/***学校相关信息end***/
/*三个页面都存在的内容样式 end */
