@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
p,
blockquote,
table,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1350px;
    font: normal 100% 微软雅黑, "Microsoft YaHei", 宋体, Arial, Tahoma, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

button,
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-weight: inherit;
    border: 0;
    outline: 0;
    resize: none
}

address,
caption,
cite,
code,
dfn,
em,
var,
b {
    font-style: normal;
    font-weight: normal;
}

input,
textarea {
    outline-style: none
}

input::-webkit-input-placeholder {
    color: #A9A9A9;
    font-size: 12px
}

input::-moz-placeholder {
    color: #A9A9A9;
    font-size: 12px
        /* Mozilla Firefox 19+ */
}

input:-moz-placeholder {
    color: #A9A9A9;
    font-size: 12px
        /* Mozilla Firefox 4 to 18 */
}

input:-ms-input-placeholder {
    color: #A9A9A9;
    font-size: 12px
        /* Internet Explorer 10-11 */
}

em,
i,
b {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

a {
    text-decoration: none;
    color: #333
}

.clear {
    clear: both
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.h100 {
    height: 100%
}

.pd15 {
    padding: 0 15px
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 水平垂直居中 */
.cz_center {
    display: flex;
    align-items: center;
}

/* 垂直居中 */
.sp_center {
    display: flex;
    justify-content: center;
}

/* 水平居中 */




/* header */
#header {}

.top {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e4e4e4
}

.top_l p {
    font-size: 12px;
    color: #666;
    padding-right: 42px
}

.top_l b {
    font-size: 12px;
    color: #444;
    padding-left: 42px;
    border-left: 1px solid #e4e4e4
}

.top_l span {
    font-size: 15px;
    font-weight: bold;
    color: #ea353a
}

.top_l p,
.top_l b,
.top_l span {
    line-height: 45px;
}

.search {
    width: 258px;
    height: 27px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #d4d4d4;
    margin: 8px 40px 0 0
}

.search-f {
    overflow: hidden;
    height: 100%
}

.search .serach_input {
    width: 76%;
    line-height: 27px;
    margin-left: 15px;
    border: 0;
    font-family: "宋体";
    font-size: 12px;
    color: #666
}

.search .btn_serach {
    width: 27px;
    height: 27px;
    margin-right: 7px;
    border: 0;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center
}

.t_icon {}

.t_icon li {
    float: left;
    width: 45px;
    height: 45px;
    position: relative;
    border-right: 1px solid #e4e4e4;
    cursor: pointer
}

.t_icon li:first-child {
    border-left: 1px solid #e4e4e4;
}

.t_icon li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t_icon li em {
    display: block;
    width: 19px;
    height: 16px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.t_icon li:nth-child(1) em {
    background: url(../images/top_t_icon.png) no-repeat 0 0
}

.t_icon li:nth-child(2) em {
    background: url(../images/top_t_icon.png) no-repeat 0 -16px
}

.t_icon li:nth-child(3) em {
    background: url(../images/top_t_icon.png) no-repeat 0 -32px
}

.t_icon li:hover em {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.wx_qr {
    background: #FFF url(/style_i/images/qr_gzh.jpg) no-repeat center;
}

.phone_qr {
    background: #FFF url(/style_i/images/phone_qr.jpg) no-repeat center;
}

.wx_qr,
.phone_qr {
    width: 115px;
    height: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999999;
    background-size: cover;
    box-shadow: 0px 0px 8px #ccb;
    margin-top: 1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.t_icon li:nth-child(1):hover .wx_qr,
.t_icon li:nth-child(3):hover .phone_qr {
    height: 115px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* nav */
.top_2 {
    background: url(/style_i/images/top-bg-2.jpg) top center no-repeat;
    background-size: cover;
}

.logo {
    height: 105px
}

.nav {
    height: 105px;
}

.nav li {
    float: left;
    position: relative;
}

.nav li.last {
    background: none;
}

.nav li a {
    float: left;
    display: block;
    text-align: center;
}

.nav li a span {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    padding-bottom: 8px
}

.nav li a.selected span {
    color: #ea353a;
    border-bottom: 2px solid #ea353a
}

.nav li a.selected2 span {
    color: #ea353a;
    border-bottom: 2px solid #ea353a
}

.nav li.selected .submenu {
    display: block;
}

.nav li .submenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #FFF;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.4)
}

.nav li .submenu {
    z-index: 9999;
}

.nav li .submenu li {
    float: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #CCC
}

.nav li .submenu li a {
    float: none;
    padding: 0;
    border: none;
    text-align: center;
    white-space: nowrap;
    background: none;
    font-size: 13px;
    color: #666;
    padding: 12px 20px
}

.nav li .submenu li a:hover {
    background: rgba(0, 0, 0, .3);
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.nav span {
    font-size: 13px;
    color: #888;
    margin: 0 11px
}

/* content */
#content {
    overflow: hidden;
    margin: 40px auto 50px auto
}

/* footer */
#footer {
    width: 100%;
    margin: 0 auto;
    background: #771f1e;
    position: relative
}

.f_cont {
    overflow: hidden;
    padding: 42px 0 42px 0
}

.f_nav {
    /* width:40% */
}

.f_nav dl {
    float: left;
}

.f_nav dl:nth-child(1) {
    width: 60px;
    margin-right: 100px
}

.f_nav dl:nth-child(2) {
    width: 260px;
    margin-right: 30px
}

.f_nav dd {
    margin-bottom: 10px
}

.f_nav dd a {
    font-size: 14px;
    font-weight: bold;
    color: #ffdfdf;
}

.f_nav dt {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.f_nav dt a {
    font-size: 13px;
    color: #ffbcbc;
    line-height: 28px
}

.f_nav dt a:hover,
.f_nav dd a:hover {
    color: #dc7271
}

.f_nav dt a:hover {
    text-decoration: underline
}

.f_radio {
    width: 400px;
    margin: 30px 0 0 85px
}

.f_radio ul {
    overflow: hidden
}

.f_radio li {
    float: left;
    margin: 0 20px 26px 0;
}

.f_radio li select {
    height: 32px;
    padding-left: 5px;
    background: transparent;
    font-size: 13px;
    color: #ffdfdf;
    border: 1px solid #ff8987;
    cursor: pointer
}

.f_radio li .s1 {
    width: 210px;
}

.f_radio li .s2 {
    width: 140px;
}

.f_radio li option {
    font-size: 14px;
    color: #000
}

.f_qr_box {
    overflow: hidden
}

.f_qr {
    float: left;
    margin-left: 30px;
    text-align: center
}

.f_qr img {
    width: 115px;
    height: 115px
}

.f_qr p {
    font-size: 14px;
    color: #FFF;
    line-height: 28px
}

.f_bq {
    width: 100%;
    background: #531615
}

.f_bq p {
    line-height: 47px;
    font-size: 12px;
    color: #ffdfdf;
    text-align: center
}







/* 内页start */
.ny_banner {
    width: 100%;
    height: 260px;
    background: url(../images/ny_banner.jpg) no-repeat center;
}

#ny_content {}

/* 内页左侧 */
#ny_left {
    width: 195px;
    position: relative;
    margin-top: -80px;
    float: left;
    transition: all 01s ease;
    -webkit-transition: all 01s ease;
    -moz-transition: all 01s ease;
    -ms-transition: all 01s ease;
    -o-transition: all 01s ease;
}

#ny_left.fix {
    position: fixed;
    top: 0;
    margin-top: 0;
}

.lm_name {
    width: 100%;
    height: 80px;
    background: #8f776b;
    position: relative;
    z-index: 99;
    background: url(../images/ny_left_titbj.png) no-repeat
}

.lm_name div {
    margin-left: 30px;
    position: relative
}

.lm_name p {
    font-size: 16px;
    color: #FFF;
    line-height: 28px
}

.lm_name en {
    font-size: 12px;
    color: #FFF;
    text-transform: Uppercase;
}

/* 内页左侧导航 */
#sub_nav {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #8f776b;
    display: block;
    background: #fff;
}

#sub_nav dt {
    display: block;
    background: url(../images/icon_n_nav_li.png) 145px center no-repeat #fff;
}

#sub_nav dt .a {
    font-size: 14px;
    margin: 0 15px;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e7e4e4;
    display: block;
    color: #333;
}

#sub_nav dt .a.on_border {
    border: none !important;
}

#sub_nav dt:hover,
#sub_nav dt.on {
    color: #fff;
    background: url(../images/icon_n_nav_li.png) 155px center no-repeat #8f776b;
}

#sub_nav dt:hover .a {
    color: #fff;
    border-bottom: 1px solid #8f776b;
}

#sub_nav dt.on .a {
    color: #fff;
    border-bottom: 1px solid #8f776b;
}

#sub_nav dt,
#sub_nav dt:hover,
#sub_nav dt .a,
#sub_nav dt:hover .a,
#sub_nav dt.on,
#sub_nav dt.on .a {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

/* 内页左侧图片链接 */
.left_img_link {
    width: 100%
}

.left_img_link li {
    height: 76px;
    margin-bottom: 10px;
    border: 1px solid #b6b6b6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.left_img_link li a {
    display: block;
    width: 100%;
    height: 100%;
}

.left_img_link li:nth-child(1) {
    background: url(../images/img_linkbj.jpg) no-repeat 0 0
}

.left_img_link li:nth-child(2) {
    background: url(../images/img_linkbj.jpg) no-repeat 0 -74px
}

.left_img_link li:nth-child(3) {
    background: url(../images/img_linkbj.jpg) no-repeat 0 -150px
}

/* 内页右侧 */
#ny_right {
    width: 80%;
    min-height: 245px;
    margin-bottom: 45px;
    float: right;
}

.n_title {
    position: relative;
    height: 40px;
    padding-top: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d4d6d8;
}

.n_title p {
    line-height: 40px;
    color: #353536;
    font-size: 15px;
}

.n_add {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 40px;
    color: #9b9c9d;
    background: url(../images/icon_home.png) left center no-repeat;
    padding-left: 18px;
}

.n_add b,
.n_add a,
.n_add i {
    font-size: 12px;
    color: #9b9c9d;
}

.n_add em {
    font-size: 12px;
    color: #771f1e;
    font-style: normal;
}

.n_add a:hover {
    color: #771f1e;
    text-decoration: underline;
}

.ny_right_cont {
    padding-bottom: 60px;
    position: relative
}

/* 行政机构 */
#xzjg {
    overflow: hidden
}

#xzjg dd {
    width: 100%;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 10px
}

#xzjg dd p {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    padding-bottom: 16px
}

#xzjg dt {
    width: 20%;
    float: left;
    margin: 14px 0;
    position: relative
}

#xzjg dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background: #272727;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#xzjg dt a {
    display: block;
    font-size: 15px;
    line-height: 50px;
    color: #272727;
    padding-left: 15px
}

#xzjg dt a:hover {
    color: #771f1e;
    text-decoration: underline
}

/* 新增 首页 增加书记院长信箱连接 2024-10-21 */
.top_mail_box {
    line-height: 42px;
    font-size: 12px;
    padding-left: 20px;
    color: #ddd;
}

.top_mail_box a {
    padding: 0 5px;
    color: #ea353a;
    font-size: 17px;
    font-weight: bold;
}
