* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: PingFangSC-Regular, Verdana, Arial, '微软雅黑', '宋体';
    text-decoration: none;
    font-size: 16px
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

a:hover {
    text-decoration: none;
}

.con {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.title {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #EBEBEB;
}

.title h2 {
    float: left;
    color: #1189ff;
    font-weight: bold;
    font-size: 25px;
    margin-top: auto;
}

.title a {
    display: block;
    float: right;
    color: #ABABAB;
    border: 1px solid #ABABAB;
    padding: 2px 6px;
    border-radius: 5px;
}

.title a:hover {
    color: #FFF;
    background: #1189ff;
}

.top {
    height: 55px;
    line-height: 55px;
}

.top a {
    margin-left: 20px;
}

.top a:hover {
    background: #1189ff;
    color: #FFF;
    border-radius: 10px;
    padding: 5px;
}

.top p, .top a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}

.logo {
    /*background: url("../img/top_banner1.png") center center no-repeat;*/
    overflow: hidden;
    height: 231px;
    width: 100%;
}

.logo .right {
    margin-top: 56px;
    width: 169px;
    height: 46px;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid rgba(220, 248, 251, 1);
    border-radius: 10px;
}

.banner_content > div {
    display: inline-block;
    float: left;
}

.banner_content {
    margin-top: 23px;
    margin-left: -40px;
}

.banner_logo {
    width: 500px;
    margin-top: inherit;
}

.banner_search {
    margin-left: 135px;
    margin-top: 30px;
}

.search-links {
    margin-top: -40px;
}

.banner_search a {
    color: #ffffff;
    margin: 5px 2px;
    font-size: 16px;
}

.banner_login {
    border-radius: 10px;
    padding: 14px;
}

.banner_login a {
    display: inline-block;
    color: #FFF;
    line-height: 46px;
    text-align: center;
    margin: 0px 10px;
}

.banner_login a:hover {
    /*background: #1189ff;*/
    border-radius: 10px;
    color: #1189ff;
}

.logo .left a {
    line-height: 54px;
    color: #1189ff;
    /*display: inline-block;*/
    margin-left: 20px;
    margin-top: 19px;
}

.logo .right a {

    display: inline-block;
    color: #fff;
    line-height: 46px;
    width: 50%;
    text-align: center;
    margin: 0;
}

.container:after {
    clear: none;
}

.header {
    padding-top: 20px;
    overflow: hidden;
}

.header .nav li {
    position: relative;
    float: left;
    border-top: 1px solid #E1E1E1;
}

.header .nav a {
    display: block;
    font-weight: 500;
    line-height: 52px;
    padding: 0 34px;
    color: #3E3E3E;
}

.header .nav a:before {
    position: absolute;
    content: "";
    display: block;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
}

.header .nav li:hover a:before {
    border: 1px solid #1189ff;
}

.header .nav a:hover {
    color: #1189ff;
}

.news .news_hot {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.news .news_hot li {
    width: 33%;
}

.news .news_hot li a {
    display: block;
    width: 70%;
    margin: 10px auto;
    padding: 10px;
}

.news .news_hot li a span {
    font-size: 18px;
    font-weight: bold;
    color: #3E3E3E;
}

.news .news_hot li a h3 {
    font-size: 16px;
    color: #3E3E3E;
    margin: 20px 0;
}

.news .news_hot li a p {
    line-height: 20px;
    color: #3a3c3c;
    height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news .news_hot li a:hover h3, .news .news_hot li a:hover span, .news .news_hot li a:hover p {
    color: #1189ff;
}

.news .news_img {
    overflow: hidden;
    text-align: center;
}

.news .news_img .img1 {
    margin-bottom: 17px;
}

.news .news_img .img2 {
    margin: 0 40px;
}

.news .news_img .img3 {
    margin-bottom: 17px;
}

.actionNotice {
    overflow: hidden;
}

.actionNotice .action {
    width: 565px;
    float: left;
}

.actionNotice .notice {
    width: 565px;
    float: right;
}

.actionNotice li {
    margin: 20px 0;
}

.actionNotice li a {
    display: block;
    line-height: 42px;
    background-color: #EBEBEB;
    overflow: hidden;
}
.news_con noticeBody video{
    width:100%;
}
.actionNotice li a p {
    float: left;
    color: #3E3E3E;
    padding-left: 8px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.actionNotice li a span {
    float: right;
    color: #939393;
    padding-right: 8px;
}

.actionNotice li a:hover {
    border-top: 1px solid #1189ff;
}

.actionNotice li a:hover span, .actionNotice li a:hover p {
    color: #1189ff;
}

.demeanor {
    overflow: hidden;
}

.demeanor .left {
    width: 710px;
}

.demeanor .right {
    width: 460px;
}

.demeanor .left li {
    overflow: hidden;
}

.demeanor .left li a {
    display: block;
    float: left;
    margin: 20px 18px 0 0;
}

.demeanor .left li a:last-child {
    margin-right: 0;
}

.demeanor .right {
    margin-top: 20px;
}

.demeanor .donation {
    background-color: #C1AC8A;
    width: 218px;
    float: left;
    height: 233px;
    text-align: right;
}

.demeanor .right img {
    display: block;
    float: right;
}

.demeanor .donation h3 {
    width: 120px;
    margin: 20px auto;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 16px;
    line-height: 32px;
}

.demeanor .donation p {
    padding: 0 20px;
    color: #fff;
    line-height: 24px;
    text-align: left;
}

.demeanor .donation a {
    color: #fff;
    margin-right: 20px;
}

.activation {
    overflow: hidden;
}

.activation .left {
    width: 330px;
    /*background-color: #fcf6ec;*/
    padding-bottom: 2px;
}

.activation .left h3 {
    background-color: #C1AC8A;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
}

.activation .left li {
    overflow: hidden;
    padding: 10px 0;

}

.activation .left a {
    margin-right: 20px;
    width: 70%;
    float: right;
    display: block;
    color: #3E3E3E;
    border-bottom: 1px solid #C1AC8A;
}

.activation .left li:last-child a {
    border-bottom: none;
}

.activation .left a p {
    line-height: 28px;
}

.activation .left a p span {
    display: inline-block;
    margin-right: 20px;
}

.activation .left li:before {
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #E0D6C6;
}

.activation .right {
    width: 804px;
}

.activation .right .classification {
    padding: 20px 10px 22px 80px;
    float: left;
    background-color: #EBEBEB;

}

.activation .right .classification li a {
    position: relative;
    padding-right: 78px;
    display: block;
    font-size: 18px;
    line-height: 77px;
    color: #3E3E3E;
    border-right: 1px solid #E1E1E1;
}

.activation .right .classification li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: 1px solid #e1e1e1;
    right: -4px;
    top: 35px;
}

.activation .right .introduction {
    padding: 20px 90px 23px 60px;
    float: left;
    background-color: #EBEBEB;
}

.activation .right .introduction a {
    display: block;
    line-height: 46px;
    color: #3E3E3E;
}

.activation .right .introduction a img {
    vertical-align: sub;
}

.activation .right .photo {
    float: left;
}

.footer .con {
    position: relative;
}

.footer {
    color: #fff;
    padding: 55px 0;
    height: 388px;
    line-height: 28px;
    background: rgba(2, 72, 80, 0.5);
}

.footer .left img {
    position: absolute;
    top: -59px;
    left: 0;

}

.clear {
    clear: both;
}

.footer .middle {
    float: left;
    margin-left: 180px;
}

.footer .middle select {

    width: 130px;
    background-color: #246067;
    border: 1px solid #246067;
    margin-top: 30px;
    color: #fff;
}

.footer .copyright {
    border-top: 1px solid #4B929A;
    text-align: center;
    padding: 10px 0;
}

/*校友活动*/
.inner-banner {
    height: 108px;
    background: url("../img/inner_banner.png") top center no-repeat;
    background-size: 100% 100%;
}

.inner-banner h2 {
    line-height: 108px;
    font-size: 34px;
    color: #024850;
    padding-left: 20px;
}

.bread {
    margin: 20px 0;
}

.bread a {
    color: #1189ff;
}

.bread span {
    display: inline-block;
    padding: 0 10px;
    color: #1189ff;
}

.bread .con {
    padding-bottom: 20px;
    border-bottom: 1px solid #1189ff;
}

.activity li {
    overflow: hidden;
    margin-bottom: 20px;
}

.activity li .right {
    width: 1020px;
}

.activity li .right table {
    width: 100%;
    border-collapse: collapse;
}

.activity li .right h3 {
    font-size: 18px;
    padding-bottom: 10px;

}

.activity li .right table td {
    text-align: center;
    border: 1px solid #EBEBEB;
    line-height: 31px;
}

.activity li .right table td:first-child {
    padding-left: 10px;
    text-align: left;
}

.activity li .right table td span {
    color: #aaa;
}

.activity li .right table td a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #1189ff;
}

/*二级栏目通用样式*/
.common {
    overflow: hidden;
    margin-top: 20px;
    min-height: 900px;
}

.common .left {
    background-color: #F5F5F5;
    width: 225px;
}

.common .left a {
    display: block;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #3E3E3E;
}

.common .left a:hover {
    background-color: #1189ff;
    color: #fff;
}

.common .right {
    width: 955px;
}

/*校友联络*/
.searchClass {
    height: 405px;
    background: url("../img/searchbg.png") top left no-repeat;
    background-size: 100% 100%;
}

.searchClass ul {
    width: 570px;
    margin: 0 auto;
    padding-top: 20px;
}

.searchClass ul li {
    overflow: hidden;
    padding: 10px 0;
}

.searchClass ul label {
    text-align: center;
    color: #1189ff;
    float: left;
    width: 170px;
    display: block;
    line-height: 48px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.searchClass ul input, .searchClass ul select {
    float: left;
    width: 400px;
    display: block;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    border: 1px solid #fff;
}

.searchClass ul .last {
    border: none;
}

.searchClass ul .btn {
    width: 200px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #1189ff;
    border-radius: 25px;
    margin-left: 200px;
}

.CreatedClass .caption {
    border-bottom: 1px solid #E1E1E1;
    padding: 20px 0;
    overflow: hidden;
}

.CreatedClass .caption h3 {
    float: left;
    margin-top: 8px;
    line-height: 20px;
    font-size: 18px;
    border-left: 3px solid #1189ff;
    padding-left: 8px;

}

.CreatedClass .caption a {
    display: block;
    width: 100px;
    line-height: 36px;
    font-size: 16px;
    background-color: #C1AC8A;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    float: right;
}

.CreatedClass ul li {
    width: 24%;
    float: left;
    margin: 0.5%;
}

.CreatedClass ul li a {
    display: block;
    border: 1px solid #C1AC8A;
    padding: 5px 10px;
    border-radius: 5px;
    color: #3E3E3E;
    font-size: 16px;
}

.CreatedClass ul li a img {
    vertical-align: middle;
    margin-right: 8px;
}

/*院系联络*/
.facultyContact dt {
    background-color: #F5F5F5;
    line-height: 45px;
    padding-left: 5px;
    overflow: hidden;
}

.facultyContact dt h3 {
    font-size: 18px;
    color: #3E3E3E;
    float: left;
    padding: 8px;
}

.facultyContact dt img {
    float: right;
    display: block;
    /*margin: 13px 6px 0 0;*/
    padding: 8px;
}

.facultyContact dd a {
    display: inline-block;
    padding: 5px 10px;
    color: #3E3E3E;
}

.ul li a {
    display: inline-block;
    padding: 5px 10px;
    color: #3E3E3E;
}

/*新闻列表*/
.news_list li {
    overflow: hidden;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.news_list li a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    width: 98%;
    float: right;
}

.news_list li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 4px;
    border: 1px solid #1189ff;
    position: absolute;
    left: 0;
    top: 16px;

}

.news_list li:before,
.news_list li a h4,
.news_list li a p {
    margin-top: 5px;
}

.news_list li a h4 {
    float: left;
    color: #3E3E3E;
    width: 63%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
}

.news_list li a p {
    float: right;
    color: #A3A3A3;
}

.news_list li a p span {
    display: inline-block;
    margin-left: 10px;
}

/*新闻详情*/
.newsdetails {
    overflow-y: auto;
}

.newsdetails::-webkit-scrollbar {
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.newsdetails::-webkit-scrollbar-thumb {
    /*滚动条整体样式*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #535353;
}

.newsdetails::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 10px;
    background: #EDEDED;
}

.newsdetails .news_title h2 {
    font-size: 18px;
}

.newsdetails .level {
    margin: 20px 0;
}

.newsdetails .level span {
    display: inline-block;
    color: #C5C3C3;
    margin-right: 10px;
}

.news_con img {
    max-width: 100%;

}

/*个人中心*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.inline_block {
    display: inline-block;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.right_cont {
    width: 890px;
    float: right;
}

.right_title {
    line-height: 32px;
    border-bottom: 2px solid #EBEBEB;
}

.right_list {
    margin-left: 20px;
    list-style: square outside;
}

.tab_nav {
    margin-top: 24px;
    border-bottom: 1px solid #1189ff;
}

.tab_nav a {
    display: inline-block;
    margin-left: 50px;
    margin-bottom: -1px;
    width: 106px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #1189ff;
    border-bottom: 0 none;
    background: #1189ff;
    color: #E1E1E1;
}

.tab_nav .selected {
    background: #fff;
}

.left_nav ul {
    border: 1px solid #EBEBEB;
    border-bottom: none;
}

.left_nav ul a {
    display: block;
    color: #3E3E3E;
}

.left_nav ul a:hover {
    color: #1189ff;
}

.left_nav ul a img {
    vertical-align: middle;
    margin-right: 6px;
}

.left_nav li {
    padding-left: 52px;
    border-bottom: 1px solid #EBEBEB;
}

.form-control {
    margin-top: 20px;
    line-height: 40px;
    height: auto;
}

button.default {
    color: #fff;
    background: #1189ff;
}

.to {
    display: inline-block;
    width: 90px;
    text-align: center;
}

.tip {
    margin-left: 10px;
    font-size: 16px;
    color: #999;
}

.avatar {
    display: block;
    margin: 20px auto 0;
    width: 106px;
    height: 106px;
    border-radius: 50%;
}

.left_user {
    text-align: center;

    border: 1px solid #EBEBEB;
}

.left_user p span {
    color: #D4D4D4;
}

.left_sec {
    padding-bottom: 10px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

.left_sec h3 {
    background-color: #E1E1E1;
    color: #3E3E3E;
}

.left_sec p {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 16px;
    color: #ADADAD;
}

.left_sec p span {
    display: block;
    font-size: 18px;
    color: #3E3E3E;
}

.left_nav {
    float: left;
    width: 280px;
    line-height: 48px;
}

.left_nav h3 {
    padding-left: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
}

.user_action {
    width: 80%;
    margin: 10px auto;

}

.user_action a {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #1189ff;
}

.form-control table {
    width: 100%;
}

.form-control table th {
    background-color: #ddd;
}

.form-control table td {
    text-align: center;
    border-bottom: 1px dotted #ddd;
}

.navbar-default {
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.nav-tabs > li > a {
    color: #FFF;
    font-size: 18px;
    margin-right: 0px;
}

.nav-tabs > li > a:active {
    background: #1189ff;
}

.nav-tabs > li > a:hover {
    color: #FFF;
    background: #1189ff;
}

.navbar {
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
}

.bj {
    background: url("../img/bj.png") center;
    /*max-height: 2512px;*/
}

.nrbj {
    background: url("../img/nrbj.png") center;
}

.activation .right .classification .active a {
    color: #1189ff;
    font-weight: bold;
}

.photo li {
    position: absolute;
    left: 0;
    top: 0;
}

.format li {
    overflow: hidden;
}

.format li a {

    display: inline-block;
    width: 80%;
    line-height: 46px;
    color: #3E3E3E;
}

.format li span {
    display: inline-block;
    width: 20%;
    line-height: 46px;
}

#wrapper {
    overflow: hidden;
    height: 182px;
    width: 230px;
}

.thumbnail > img {
    width: 100%;
    height: 100%;
}

.action-p {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 140px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
}

.action-a-div {
    float: left;
    width: 262px;
    height: 160px;
    margin: 10px 10px;
    border-radius: 5px;
}

.information {
    width: 804px;
    float: left;
    border-radius: 5px;
}

.liaison {
    width: 165px;
    height: 140px;
    float: left;
    border-radius: 5px;
    line-height: 120px;
    opacity: 0.7;
}

.liaison a {
    font-size: 25px;
    color: #FFF !important;
    text-align: center;
    border-bottom: 0px !important;

}

.xyqk {
    background: url(../img/xyqk.png) center no-repeat;
    width: 109px;
    height: 237px;
    text-align: center;
    writing-mode: tb-rl;
    line-height: 111px;
    float: left;
}

.xyqk a {
    font-size: 25px !important;
    color: #FFF !important;
    display: block;
    text-decoration: none;
}

.xyqk a:hover {

}

#Marquee_x {
    background: url(../img/xyqk_bj.png) center no-repeat;
    height: 236px;
    width: 1050px;
    margin: 0px 20px;
    float: left;
}

.history-ul > a > li {
    width: 100%;
    height: 130px;
    margin: 10px auto;
}

.history-name {
    width: 157px;
    height: 30px;
    position: relative;
    left: 120px;
    top: 100px;
    color: #fff;
    background: rgba(29, 147, 160, 0.6);
    text-align: center;
    line-height: 30px;
}

.alumni {
    margin: 10px auto;
}

.alumni > li {
    width: 50%;
    height: 207px;
    float: left;
    background: rgba(29, 147, 160, 0.2);
}

.alumni > li > a > .alumni-img, .alumni > li > div {
    width: 50%;
    height: 100%;
    float: left;
    padding: 15px;
}

.alumni-text > a {
    color: #1189ff;
    padding: 0 13px;
    margin: 0;
    width: auto;
    border: 1px solid #1189ff;
    border-radius: 10px;
    overflow: hidden;
}

.alumni-text a > h3 {
    margin: 10px auto;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 15px;
}

.alumni-text > span {
    overflow: hidden;
    color: #999999;
}

.donation-div {
    width: 100%;
    height: 500px;
}

.donation-div > div {
    width: 100%;
    height: 240px;
    margin: 5px auto;
    padding: 30px;
}

.donation-div h3 {
    font-size: 25px;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.donation-my, .donation-my a {
    color: #FFF;
}

.donation-my a {
    position: relative;
    top: 10px;
    left: 165px;

}

.donation-my p {
    letter-spacing: 1px;
    text-indent: 2em;
}

.announcement h3 {
    margin-top: -5px;
    color: #FFF;
}

#wrapper {
    margin-top: 10px;
    text-align: center;
}

#wrapper li {
    margin: 3px auto;
}

.announcement li a {
    color: #1189ff;
    text-align: center;
}

.footer-logo {
}

.footer-information {
    margin: 15px auto;
    width: 50%;
    float: left;
}

.footer-information-phone,
.footer-information-fax,
.footer-information-email,
.footer-information-post,
.footer-information-address,
.middle-link {
    float: left;
    margin: 10px auto;
}

.footer-information-phone,
.footer-information-email {
    width: 50%;

}

.footer-information-fax,
.footer-information-post {
    width: 50%;
}

.qr-code {
    float: right;
    text-align: center;
}

.footer-copyright {
    text-align: center;
    padding: 3px;
}

.middle-link {
    margin: 10px auto;
}

.middle-link button {
    border-radius: 20px;
}

.middle-link > div {
    float: left;
    margin-right: 10px;
}

.top-bj {
    background: url("../img/top.png") center center no-repeat;
    background-size: cover;
}

.navbar-default {
    background-color: rgba(0, 0, 0, .0001) !important
}

.glyphicon {
    line-height: unset;
}

.noticeBody {
    position: relative;
    display: inline-block;
}

.noticeBody p {
    font-family: PingFangSC-Regular, Verdana, Arial, '微软雅黑', '宋体' !important;
    font-size: 20px;
    background: transparent !important;
}
.noticeBody span {
    font-family: PingFangSC-Regular, Verdana, Arial, '微软雅黑', '宋体' !important;
    font-size: 20px;
    background: transparent !important;
}
.noticeBody img{
    width: 95% !important;
}
.noticeBody video{
    width: 100% !important;
}
.thumbnail-img > img {
    width: 288px;
    height: 200px;
}
.popover-content{
    margin: -22px 0px;
}
.liaison-list{
    margin-top: 80px;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 380px;
    height: 310px;
    justify-content: space-between;
    align-content: space-between;
}
.liaison{
    width: 180px;
    height: 140px;
}
