@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: 1340px;
    font: normal 100% 微软雅黑, "Microsoft YaHei", 宋体, Arial, Tahoma, Helvetica, sans-serif;
    background-image: url('../images/index_bg.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
}

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: #535353;
    font-size: 13px
}

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

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

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

/*滚动条样式*/

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* 复制选中样式 */

::selection {
    background: #a70d0d;
    color: #fff;
}

::-moz-selection {
    background: #a70d0d;
    color: #fff;
}

::-webkit-selection {
    background: #a70d0d;
    color: #fff;
}

/* 内容居中 */

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

/* 水平垂直居中 */

.cz_center {
    display: flex;
    align-items: center;
}

/* 垂直居中 */

.sp_center {
    display: flex;
    justify-content: center;
}

/* 水平居中 */



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

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

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

fieldset,
img {
    border: 0;
}

.pd15 {
    padding: 0 15px
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

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

/* header */

/* #header{overflow:hidden} */

.main_box {
    padding: 0 30px 0 30px;
    width: 1300px;
    margin: auto;
    background-color: #FFFFFF;
}



/* top */

#header {
    *background: url(../images/top_bj.jpg) no-repeat center;
    height: 154px;
}

.top {
    width: 100%;
    height: 116px;
    background: url(../images/top_bg.jpg) no-repeat top center;
    position: relative;
}

.top .right-box {
    margin-top: 20px;
    position: absolute;
    right: 140px;
    top: 30px;
}
.top .right-box .list{
    display: flex;
    align-items: center;
    justify-content: right;
}
.top .right-box .list a{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.top .right-box .list a img{
    height: 18px;
    margin-right: 5px;
}

.logo {
    height: 116px;
    position: relative
}

.logo em {
    display: block;
    float: left;
    width: 325px;
    height: 67px;
    padding-right: 45px;
    border-right: 1px solid #d0d0d0;
    background: url(../images/logo.png) no-repeat
}

.logo p {
    float: left;
    margin-left: 45px;
    line-height: 64px;
    font-size: 26px;
    color: #a70d0d;
    font-family: STZhongsong, SimSun, Microsoft YaHei;
}

.logo em,
.logo p {
    margin-top: 24px
}



.search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    height: 28px;
    border: 1px solid #FFF;
}

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

.search .serach_input {
    width: 200px;
    line-height: 30px;
    background: #FFF;
    padding-left: 10px;
    border: 0;
    font-family: "宋体";
    font-size: 12px;
}

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



/* nav */

.nav_box {
    width: 100%;
    height: 38px;
    *background: #a70d0d;
    position: relative;
}

.nav_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    *background: rgba(255, 255, 255, .05)
}

.nav {
    width: 1300px;
    margin: 0 auto;
    background: url(../images/nav_bg.jpg) repeat-x center left;
}

ul.nav:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.nav li {
    float: left;
    width: calc(100% / 7 - 1px);
    height: 38px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    position: relative
}

.nav li.last {
    background: none;
}

.nav li:last-child {
    border-right: none !important
}

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

.nav li a span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    line-height: 38px
}

.nav li a.selected span {
    background: #ab1111;
}

.nav li a.selected2 span {
    background: #ab1111;
}

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

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

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

.nav li .submenu li {
    width: 100%;
    height: 38px;
    float: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #CCC;
    border-right: none !important
}

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

.nav li .submenu li a:hover {
    background: #ab1111;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}



/* content */

#content {
    overflow: hidden;
    margin: 34px auto 0 auto;
    background-color: #fff;
}



.area {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.area li {
    overflow: hidden;
}



.pic_news {
    width: 390px;
    background: #F1F1F1
}

.pic_news #pic_news-container .swiper-wrapper .swiper-slide a {
    display: block;
}

.pic_news #pic_news-container .swiper-wrapper .swiper-slide a p {
    position: absolute;
    bottom: 0;
    height: 40px;
    left: 0;
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 14px;
    color: #FFFFFF;
}

.pic_news #pic_news-container .swiper-wrapper .swiper-slide a p:after {
    content: '';
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.pic_news #pic_news-button-next,
.pic_news #pic_news-button-prev {
    display: none;
}

.pic_news #pic_news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
    background: #FFFFFF;
}

.pic_news #pic_news-pagination .swiper-pagination-bullet-active {
    background: #a70d0d;
}

.pic_news img {
    width: 100%;
}

/*.pic_news p{font-size:15px; color:#313030; margin:15px 0; padding:0 12px}*/

.pic_news i {
    font-size: 13px;
    color: #6e6d6d;
    padding: 0 12px
}

.pic_news a:hover p {
    color: #986512
}



/* 通知公告 */

.gzdt {
    width: 560px;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
}



.biaoti {
    width: 100%;
    position: relative;
    margin-bottom: 13px;
    *padding-bottom: 13px;
    *border-bottom: #f53533 solid 2px;
}

.biaoti:after {
    content: '';
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

/*.biaoti b:before{content:""; display:block; position:absolute; top:2px; left:0; width:2px; height:18px; background:#ea353a; border-right:2px solid #f8b064}*/

/*.biaoti b:before{content:"";display:block;width:0; height:0; border-width:0 5px 5px; border-style:solid; border-color:transparent transparent #f53533; *margin:40px auto; position:absolute;left:30px;bottom:0px;}*/

.biaoti b {
    font-size: 16px;
    color: #FFFFFF;
    *padding-left: 20px;
    float: left;
    text-align: center;
    width: 96px;
    height: 30px;
    line-height: 30px;
    background: #a70d0d;
}

.biaoti p {
    float: left;
    width: calc(100% - 96px);
    height: 28px;
    border: #e0e0e0 solid 1px;
    border-width: 1px 0;
}

.biaoti en {
    font-size: 13px;
    font-weight: normal;
    margin-left: 12px
}

.more {
    float: right;
    font-size: 13px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #a70d0d;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    margin-top: 3px;
    font-family: '宋体';
}

.more:hover {
    *color: #986512
}



.news_box dt {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.news_box dt:last-child {
    margin-bottom: 0px;
}

.news_box dt a {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 140px);
    font-size: 14px;
    padding-left: 18px;
    color: #454545;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news_box dt a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 9px;
    height: 9px;
    *background: #998464;
    background: url(../images/news_ico.png)no-repeat left center;
    /*-webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%;*/
}

.news_box dt a:hover {
    color: #a70d0d;
}

.news_box dt h6 {
    float: right;
    font-weight: normal;
    font-size: 13px;
    color: #8d8d8d;
    margin-left: 15px
}



.tzgg {
    width: 430px;
    overflow: hidden
}

.tzgg dl {
    overflow: hidden;
}

.tzgg dt {
    height: 46px;
    margin-bottom: 15px
}

.tz_time {
    width: 62px;
}

.tz_time p,
.tz_time i {
    height: 23px;
    line-height: 23px;
    text-align: center;
}

.tz_time p {
    font-size: 14px;
    color: #3c3c3c;
    background: #e4e4e4
}

.tz_time i {
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #a70d0d;
}

.tz_txt {
    float: right;
    width: 80%;
    height: 46px;
}

.tzgg dt a {
    display: block;
    font-size: 14px;
    color: #3c3c3c
}

.tzgg dt a:hover {
    color: #a70d0d
}



/* 专题链接 */

.zt_link {
    margin: 0px auto 0px auto;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
}

.zt_link dl dt {
    width: 278px;
    height: 180px;
    margin-bottom: 20px;
    border: #d2d2d2 solid 1px;
}
.zt_link dl dt:last-child {
    margin-bottom: 0px;
}

.zt_link dl dt a {
    display: block;
    width: 100%;
    height: 100%;
}
.zt_link dl dt img{
    display: block;
}

.zt_link dl dt:nth-child(3) {
    margin-bottom: 0px;
}



/* 资料下载 */

.download {
    width: calc(33.3% - 23.3px);
    *margin-right: 35px;
}

.news_box dd {
    width: 100%;
    margin: 10px 0 18px 0;
    overflow: hidden
}

.news_img {
    height: 100%
}

.news_img img {
    width: 118px;
    height: 88px
}



.news_xx {
    width: calc(100% - 135px);
    overflow: hidden
}

.news_xx a {
    display: block;
    font-size: 14px;
    color: #454545;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_xx a:hover {
    color: #a70d0d
}

.news_xx p {
    font-size: 12px;
    color: #888;
    line-height: 28px
}

.news_xx span {
    font-size: 12px;
    color: #7b7b7b;
    line-height: 17px
}



/* 学生资助 */

.index_xszz {
    width: calc(33.3% - 23.3px);
    margin-right: 35px;
}

/* 规章制度 */

.index_gzzd {
    width: calc(33.3% - 23.3px);
    margin-right: 35px;
}

/* 社团风采 */

.index_stfc {
    margin-top: 30px;
}

.index_stfc #stfc-pagination {
    display: none;
}

.index_stfc #stfc-container .swiper-slide {}

.index_stfc #stfc-container .swiper-slide p {
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_stfc #stfc-button-next {
    right: 0;
}

.index_stfc #stfc-button-prev {
    left: 0;
}

.index_stfc #stfc-button-prev,
.index_stfc #stfc-button-next {
    top: 40%;
    width: 25px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.index_stfc:hover #stfc-button-prev,
.index_stfc:hover #stfc-button-next {
    background: rgba(0, 0, 0, 0.5);
}

.index_stfc #stfc-button-next:after {
    content: '>';
    left: 0;
}

.index_stfc #stfc-button-prev:after {
    content: '<';
    right: 0;
}

.index_stfc #stfc-button-next:after,
.index_stfc #stfc-button-prev:after {
    width: 25px;
    position: absolute;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    font-family: '宋体';
}





/* 友情链接 */

.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yq_listbox {
    width: 1328px;
    height: 62px;
    margin: 20px auto 45px auto;
    overflow: initial !important
}

.yq_listbox .hd {
    width: 95px;
    height: 22px;
    position: absolute;
    right: 28px;
    top: -43px;
    overflow: hidden;
    display: block
}

.picScroll-left .hd .prev {
    left: 0
}

.picScroll-left .hd .next {
    right: 0
}

.yq_listbox .hd .prev,
.yq_listbox .hd .next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    width: 45px;
    height: 100%;
    font-family: "宋体";
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    color: #FFF;
    background: rgba(0, 0, 0, .3);
    z-index: 999
}

.yq_listbox .hd .prev:hover,
.yq_listbox .hd .next:hover {
    background: #f53533;
}

.picScroll-left .bd {
    width: 100%;
    margin: 0 auto
}

.yq_link {
    width: 1300px;
    margin: 16px auto 0 auto
}

.yqlink_tit {
    overflow: hidden
}

.yqlink_tit p {
    font-size: 18px;
    float: left;
    color: #444;
    line-height: 24px;
    margin-right: 10px
}

.yqlink_tit en {
    display: block;
    float: left;
    width: 30px;
    height: 22px;
    font-size: 14px;
    color: #777;
    border-bottom: 2px solid #d0171c
}

.yq_list li {
    width: 162px;
    height: 62px;
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 28px;
    position: relative
}

.yq_list li img {
    text-align: center;
    width: 160px;
    height: 60px;
    border: 1px solid #000;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.yq_list li p {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 62px;
    background: rgba(0, 0, 0, .6);
    color: #FFF;
    font-size: 12px;
    line-height: 62px;
    letter-spacing: 1px;
    word-wrap: break-word
}

.yq_list li:hover p {
    display: block
}



/* footer */

#footer {
    background: #a70d0d;
    padding: 36px 0;
    margin-top: 10px
}

.f_logo {
    width: 211px;
    height: 125px;
    background: url(../images/f_logo.png) no-repeat;
    margin-right: 85px
}

.f_info {
    padding-left: 85px;
    border-left: 1px solid rgba(241, 77, 77, 0.4);
}

.f_info b {
    display: block;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 17px
}

.f_info en {
    font-size: 12px;
    color: #FFF;
    margin-left: 22px
}

.f_info p {
    color: #fa9090;
    font-size: 12px;
    line-height: 25px
}

.f_qr {
    text-align: center
}

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

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

.f_nav {
    width: 255px;
    padding: 20px 0;
    margin-right: 100px;
    border-top: 1px solid rgba(241, 77, 77, 0.4);
    border-bottom: 1px solid rgba(241, 77, 77, 0.4);
}

.f_nav dt {
    float: left;
    width: 85px;
}

.f_nav dt a {
    display: block;
    font-size: 13px;
    color: #fa9090;
    text-align: center;
    margin: 14px 0
}

.f_nav dt:hover a {
    color: #FFF
}

.f_bq {
    width: 100%;
    background: #820a0a;
}

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







/* 内页start */

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



#ny_content {}



/* 当前位置 */

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

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

.n_add span {
    display: block;
    float: left;
    width: 12px;
    height: 40px;
    background: url(../images/position.png) no-repeat center;
    margin-right: 15px
}

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

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

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



/* 内页左侧 */

#ny_left {
    width: 195px;
    position: relative;
    margin-top: 0px;
    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: #a70d0d;
    position: relative;
    z-index: 99
}

.lm_name:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 155px;
    height: 80px;
    background: linear-gradient(55deg, transparent 85px, rgba(255, 255, 255, .1) 0) top left;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0)
}

.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 #a70d0d;
    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 #a70d0d;
}

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

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

#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 -76px
}

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



/* 内页右侧 */

#ny_right {
    width: 80%;
    min-height: 245px;
    margin-bottom: 45px;
    float: right;
}



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

.ny_right_cont .title {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #dfdfdf;
}

.ny_right_cont .title h3 {
    color: #333333;
    margin-bottom: 10px;
}

.ny_right_cont .title p {
    color: #888888;
    font-size: 12px;
}

.ny_right_cont .title p span {
    padding: 0 10px;
}

.ar_article {
    font-size: 14px;
    color: #4f5052;
    line-height: 34px;
    text-indent: 2em;
    text-align: justify
}

.ar_article p,
.ar_article b,
.ar_article span {
    font-size: 14px;
    color: #4f5052;
    line-height: 34px;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 15px
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #dcdfe0;
    margin: 2em auto
}

.ar_article img {
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px
}



/* 内页右侧新闻 */

.ny_news {
    overflow: hidden
}

.nyimg_box {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
}

.nyimg_box dt {
    width: 30%;
    background: #F4F4F4
}

.nyimgnews {
    border: 1px solid #EEE;
    height: 180px;
    overflow: hidden;
    position: relative
}

.nyimgnews img {
    max-width: 100%;
    max-height: 100%
}

.text_box {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px
}

.text_box a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: block
}

.text_box a:hover {
    color: #a70d0d
}

.text_box i {
    display: block;
    font-size: 12px;
    color: #777;
    line-height: 30px
}

.text_box b {
    font-size: 12px;
    color: #555;
    line-height: 22px
}



.nynew_list {
    overflow: hidden;
    margin: 25px auto
}

.nynew_list li {
    overflow: hidden;
    border-bottom: 1px dotted #CCC
}

.nynew_list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 2px;
    background: #a70d0d
}

.nynew_list li a {
    display: block;
    width: 85%;
    position: relative;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nynew_list li a:hover {
    color: #a70d0d
}

.nynew_list li i {
    float: right;
    font-size: 13px;
    color: #777;
}

.nynew_list li a,
.nynew_list li i {
    line-height: 55px
}



.page-box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0
}

.pages {
    overflow: hidden;
    display: inline-block
}

.pages a {
    float: left;
    color: #555;
    font-size: 13px;
    padding: 5px 15px;
    margin: 0 6px;
    border: 1px solid #CCC;
}

.pages a:nth-child(1) {
    margin-left: 0 !important
}

.pages .on {
    background: #a70d0d;
    border: 1px solid #a70d0d;
    color: #FFF
}

.pages a:hover {
    background: #a70d0d;
    border: 1px solid #a70d0d;
    color: #FFF
}