.delMp {
    padding-left: 0px;
}

.text1 {
    color: #fff;
    margin-top: 25px;
}

.text2 {
    margin-bottom: 50px;
    margin-top: -9px;
}

body, button, input, select, textarea {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
}

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

body, h1, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    border: 0px;
}

header {
    background-color: #08489f;
    color: #ffffff;
}

.headerImg {
    /* margin-top: 20px; */
    padding-left: 35px;
    margin: 30px 0;
}

.headerSearch {
    width: 60%;
    margin-top: 11%;
    float: right;
}

@media screen and (max-width: 992px) {
.text1 {
        font-size: 16px;
        margin-top: 22px;
    }
.text2 {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
.text1 {
        font-size: 18px;
        margin-top: 9px;
    }
.text2 {
        font-size: 12px;
        margin-top: 10px;
    }
}

.sy-title1 {
    height: 35px;
    border-left: 9px solid #5589b1;
    margin-bottom: 12px;
}

.fl {
    float: left;
}

.sy-title1 span {
    display: inline-block;
    padding: 0 5px;
    line-height: 19px;
    font-size: 19px;
    padding-bottom: 2px;
    float: left;
    font-weight: bold;
    color: #5589b1;
    width: 80%;
}

.modifyColor {
    color: #525252;
    text-decoration: none;
    cursor: pointer;
}

.modifyColor:hover, .modifyColor:active {
    text-decoration: none;
    cursor: pointer;
    color: #08489F;
}

.more {
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    line-height: 24px;
}

.letter {
    font-size: 12px;
    padding: 0 5px;
    color: #5589b1;
    width: 290px;
}

.rdxw-list ul {
    margin: 0 0 11px 0px;
}

.rdxw-list li {
    margin-top: 10px;
    height: 60px;
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.rdxw-list li .pic {
    width: 26%;
    float: left;
    overflow: hidden;
}

.rdxw-list li .pic img {
    width: 100%;
}

.rdxw-list li .txt {
    width: 74%;
    float: left;
    overflow: hidden;
}

.rdxw-list li .txt2 {
    width: 100%;
}

.rdxw-list li .txt h3 {
    margin: -3px 0;
    padding-left: 10px;
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
}

.rdxw-list li .txt p {
    padding-left: 10px;
    width: 100%;
    color: #999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    float: left;
}

.notice>div, .contentNav, .activityImg {
    margin-top: 40px;
}

.navbar-default-my {
    background-color: #08489F;
}

.navbar-nav {
    width: 100%;
    position: relative;
}

.navbar-nav>li {
    width: 33%;
    height: 50px;
    display: flex;
    align-items: center;
}

.navbar-nav>li>a {
    display: block;
    width: 100%;
    height: 27px;
    display: block;
    text-align: center;
    padding: 4px 15px;
    color: #ffffff;
    border-right: 1px solid #fff;
}

.navbar-nav>li:nth-child(3)>a {
    border-right: 0;
}

.navbar-nav>li>a:hover {
    text-decoration: underline;
}

.rdxw-list-new li {
    margin-top: 0;
    height: 35px;
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    border-bottom: 1px dashed #CCCCCC;
}

.activityImg {
    height: 340px;
    background-color: #8FC0E8;
    position: relative;
    overflow: hidden;
}

.bgcImg {
    width: 100%;
    height: 81px;
    margin-top: -7px;
    background: url(../img/27.png) no-repeat center center;
}

.bgcImg span {
    display: block;
    text-align: center;
    color: #357CCC;
    font-weight: bold;
    font-size: 30px;
    padding-top: 30px;
}

.scrollBoxMain {
    width: 80%;
    height: 365px;
    background: white;
    margin: 0 auto;
    padding-top: 13px;
    -moz-box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow: 2px 2px 5px #333333;
    box-shadow: 2px 2px 5px #333333;
}

.pull-right {
    line-height: 34px;
    height: 34px;
    padding-right: 3%;
    color: #666!important;
}

.top20 {
    margin-top: 70px;
}

.pull-right {
    float: right!important;
}

.form-group {
    height: 36px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
}

.gw-ss-k {
    background: #fff;
    border: none;
    line-height: 30px;
    height: 30px!important;
    height: 100%;
    padding-left: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-default {
    color: #fff;
    background-color: #1e2865;
    border-radius: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 5px;
    border: none;
    outline: 0!important;
}

.glyphicon {
    top: 0px;
    height: 30px;
    line-height: 25px;
}

.form-control {
    height: 30px !important;
}

.navbar-form input {
    margin-top: 0 !important;
}

.navbar-form .btn {
    height: 30px;
}

.btn {
    color: #08489F !important;
}

.navbg {
    background-color: transparent;
    margin-bottom: 10px;
}

.pc-menue {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    z-index: 10000;
    background-color: #5589B1;
    line-height: 50px;
    font-size: 18px;
    padding-top: 6px;
    margin-left: -34px;
}

#menu {
    margin: 0 auto;
    width: 100%;
    height: 42px;
    line-height: 42px;
}

#menu ul {
    list-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

li.l1-nav {
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    width: 130px;
    text-align: center;
}

a.l1-nav {
    display: block;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 0 17px;
}

ul.l2-nav {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 46px;
    margin: 0 !important;
}

li.l2-nav {
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
}

a.l2-nav {
    display: block;
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(82, 135, 176, 0.75);
    text-decoration: none;
    font-size: 16px;
}

a.l2-nav:hover {
    color: #fff;
    text-decoration: none;
    /* background-color: #5589B1; */
}

.l1-nav:hover {
    /* color: #fff;*/
    text-decoration: none;
    /* background-color: #5589B1; */
}

.newsbox {
    padding: 0 0 0px 0;
    text-align: center;
}

.newsbox {
    padding: 0 0 0px 0;
    text-align: center;
}

.linksa a {
    background: url(../img/comimg/arr22016.png) left center no-repeat;
    float: left;
    margin-right: 30px;
    font-size: 15px;
    color: #231815;
    padding-left: 16px;
}

.HNUNews span.newspan {
    float: left;
    font-size: 21px;
    line-height: 24px;
    padding: 8px 0;
    color: #08439C;
}

.topmain_img {
    padding-top: 2px;
    margin-top: 35px;
    margin-bottom: 10px;
    background-image: url(../img/comimg/blue/xian.jpg);
}

.linkPart {
    margin-top: 30px;
}

#footer {
    background-color: #2a439f;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

#footer .inner {
    color: #292929;
    line-height: 42px;
}

.wrapper .inner {
    margin: 35px auto;
}

#footer .foot {
    text-align: center;
}

.foot p {
    margin: 0px;
    line-height: 15px;
    color: #fff;
}

.thumbnailImg {
    display: block;
    width: 100%;
    height: 189px;
}

.thumbnailImg img {
    width: 100%;
    height: 100%!important;
}

.thumbnailtitle {
    display: block;
    padding: 5px;
}
.panelAdd {
    border: 0;
}
.navAdd {
    padding-left: 0;
    padding-right: 0;
}
.contentlistADD {
    text-align: left;
    width: 68%;
    float: right;
    overflow: hidden;
}
.h3Add {
    line-height: 0;
}
.list_spanAdd {
    margin-left: 0!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    margin-top: 1em;
}
.content2:hover{
    background: #fff;
    box-shadow: 1px 5px 10px 0px #d4d4d4;
}