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%; font-weight:normal}
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:14px}
input::-moz-placeholder{color:#A9A9A9; font-size:14px   /* Mozilla Firefox 19+ */}
input:-moz-placeholder{color:#A9A9A9; font-size:14px    /* Mozilla Firefox 4 to 18 */}
input:-ms-input-placeholder{color:#A9A9A9; font-size:14px  /* Internet Explorer 10-11 */}
::selection{background:#655234; color:#fff;}
::-moz-selection{background:#655234; color:#fff;}
::-webkit-selection{background:#655234; color:#fff;}
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; overflow:hidden}
.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{}

/* nav */
.top_2{}
.logo, .colltit, .nav{height:105px}
.colltit{margin-left:0px;}
.colltit p{font-size:26px; color:#777; border-left:1px solid #CCC; line-height:50px; padding-left:25px}
.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;float:left;display:block;}
.nav li a.selected span{color:#8c734b; border-bottom:2px solid #8c734b}
.nav li a.selected2 span{color:#8c734b; border-bottom:2px solid #8c734b}
.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 8px}

/* banner */
#banner{position:relative; height:450px; overflow:hidden; margin:0 auto}
#banner .bd{position:relative; }
#banner .bd a{display:block; width:100%; height:450px; }
#banner .hd{margin:0 auto; position:absolute; width:100%; bottom:25px; }
#banner .hd a{display:block; }
#banner .hd ul{margin:0 auto; width:100%; display:inherit; text-align:center; position:relative;}
#banner .hd ul li{display:inline-block; width:15px; height:15px; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; margin:0 3px; background:#FFF; cursor:pointer}
#banner .hd ul .on{ background:#ea353a;}

#banner .bnt{position:absolute; top:50%; z-index:3; margin-top:-20px; }
#banner .bnt:hover{}
#banner .prev{position:absolute; left:-54px; }
#banner .prev em{display:block; line-height:50px; padding:0 8px; font-size:30px; background:rgba(0,0,0,.4); color:#FFF; font-family:"宋体"; }
#banner .next{position:absolute; right:-54px; }
#banner .next em{display:block; line-height:50px; padding:0 8px; font-size:30px; background:rgba(0,0,0,.4); color:#FFF; font-family:"宋体"; }
#banner:hover .prev{left:40px; opacity:1; filter:alpha(opacity=100); }
#banner:hover .next{right:40px; opacity:1; filter:alpha(opacity=100); }
#banner .prev em:hover, #banner .next em:hover{color:#D83648}
#banner .prev, #banner .next{-moz-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; -ms-transition:all .5s ease-in-out; transition:all .5s ease-in-out; cursor:pointer}



/* banner里的专业滚动区 */
.collgd{position:absolute; bottom:0; width:100%; height:95px; background:rgba(0,0,0,.6)}
.swiper-container{width:1200px; height: 100%; margin:0 auto; overflow:hidden; position:relative}
.swiper-wrapper{position:relative; width:1200px; height:100%; margin:0 auto; z-index:1; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; -o-transition-property:transform; transition-property:transform; transition-property:transform,-webkit-transform; -webkit-box-sizing:content-box; box-sizing:content-box}
.swiper-slide{-webkit-flex-shrink:0; -ms-flex-negative:0; flex-shrink:0; position:relative}
.swiper-slide{box-sizing:border-box; border-left:1px solid #FFF}
/*箭头*/
.jt_width{position:absolute; top:0; left:50%; transform:translate(-50%,0); width:1300px; height:95px; }
.swiper-button-next, .swiper-button-prev{position:absolute; top:50%; width:50px; height:100%; font-family:"宋体"; font-size:30px; text-align:center; line-height:95px; color:#FFF; transform:translate(0%,-50%); z-index:10; cursor:pointer; outline:none}
.swiper-button-prev{left:0}
.swiper-button-next{right:0; box-sizing:border-box; border-left:1px solid #FFF}
.swiper-button-disabled{color:rgba(255,255,255,.3)}
.swiper-wrapper{position:relative;}
.swiper-slide a{width:100%; height:100%; display:flex; justify-content:center; align-items:center;}
.coll_icon{width:58px; height:58px; position:relative; border:1px solid #AAA; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; transition:all .6s ease; -webkit-transition:all .6s ease; -moz-transition:all .6s ease; -ms-transition:all .6s ease; -o-transition:all .6s ease;}
.coll_icon em{display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:34px; height:34px;}
.coll_text{margin-left:15px; max-width:220px; overflow:hidden}
.coll_text p{font-family:"宋体"; font-size:18px; color:#FFF; line-height:38px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.coll_text h6{font-size:12px; color:#FFF;}
.swiper-wrapper .swiper-slide:nth-child(1) .coll_icon em{background:url(../images/coll_icon.png) 0 0; background-size:280px 35px}
.swiper-wrapper .swiper-slide:nth-child(2) .coll_icon em{background:url(../images/coll_icon.png) -35px 0; background-size:280px 35px}
.swiper-wrapper .swiper-slide:nth-child(3) .coll_icon em{background:url(../images/coll_icon.png) -70px 0; background-size:280px 35px}
.swiper-wrapper .swiper-slide:nth-child(4) .coll_icon em{background:url(../images/coll_icon.png) -105px 0; background-size:280px 35px}
.swiper-wrapper .swiper-slide:nth-child(5) .coll_icon em{background:url(../images/coll_icon.png) -140px 0; background-size:280px 35px}
.swiper-wrapper .swiper-slide:nth-child(6) .coll_icon em{background:url(../images/coll_icon.png) -175px 0; background-size:280px 35px}
.swiper-wrapper .swiper-slide:nth-child(7) .coll_icon em{background:url(../images/coll_icon.png) -210px 0; background-size:280px 35px}
.swiper-wrapper .swiper-slide:nth-child(8) .coll_icon em{background:url(../images/coll_icon.png) -245px 0; background-size:280px 35px}
.swiper-slide:hover .coll_icon{-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0; transition:all .6s ease; -webkit-transition:all .6s ease; -moz-transition:all .6s ease; -ms-transition:all .6s ease; -o-transition:all .6s ease;}



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

.biaoti{overflow:hidden; text-align:center; position:relative; margin-bottom:20px}
.biaoti p{font-size:22px; color:#936a26; margin-bottom:20px}
.biaoti i{font-size:15px; color:#777; background:#FFF; padding:0 35px; position:relative; z-index:2}
.biaoti em{display:block; position:absolute; bottom:9px; left:50%; transform:translate(-50%,0); width:1000px; height:1px; background:#CCC;}

/* 部门动态 */
#bmdt{overflow:hidden; margin-bottom:45px}
.new_news{overflow:hidden}
.newimg{width:29%;}
.newimg img{width:100%; max-height:230px}
.newtxt{width:68%;}
.newtxt a{font-size:18px; font-weight:bold; color:#444}
.newtxt i{display:block; font-size:14px; color:#666; padding-bottom:18px; margin:18px 0; border-bottom:1px dashed #CCC}
.newtxt b{font-size:13px; color:#777; line-height:24px}
.newtxt span{display:block; width:120px; height:32px; margin-top:20px; background:#bb9e6f; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px;}
.newtxt span a{width:100%; height:100%}
.newtxt span b{font-family:"宋体"; font-size:13px; color:#FFF; line-height:10px; padding-left:26px; background:url(../images/eye.png) no-repeat}
.newtxt a:hover{color:#bb9e6f}

.newlist_box{margin-top:35px; overflow:hidden; display:flex; display:-webkit-flex; /* Safari */ justify-content:space-between; flex-wrap:wrap;}
.newlist_box dt{width:48%; margin-bottom:15px; padding:6px 0; border-bottom:1px dashed #CCC; position:relative}
.newlist_box dt:before{content:""; display:block; position:absolute; left:0; top:50%; transform:translate(0,-50%); width:5px; height:5px; background:#de6c6e; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%;}
.newlist_box dt a{display:block; float:left; width:79%; margin-left:18px; font-size:15px; color:#414141; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; 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;}
.newlist_box dt i{float:right; font-size:15px; color:#888}
/* .newlist_box dt a, .newlist_box dt i{line-height:28px;} */
.newlist_box dt a:hover{margin-left:26px; color:#8c734b; 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;}

/* 专业设置 */
#zysz{overflow:hidden}

.zysz_box{width:100%; height:290px; position:relative; margin-top:120px; background:#d7d7d7}
.zysz_img{position:absolute; top:-120px; left:55px; width:240px; height:240px; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; border:8px solid #FFF; background:url(../images/zysz_img.jpg) no-repeat; z-index:2}

.zywz_box{position:absolute; top:-80px; right:130px; width:60%}
.zywz_box h4{font-size:18px; font-weight:bold; color:#ae9770; margin:26px 0 56px 0}
.zywz_box i{font-size:16px; color:#666; font-weight:normal; margin-left:8px}
.zywz_box p{font-size:14px; color:#5a5a5a; line-height:29px; margin-bottom:10px}
.zywz_box a{float:right; font-size:13px; color:#FFF; background:#bb9e6f; padding:7px 30px; -webkit-border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; border-radius:7px;}

.tabzy{width:60%; position:absolute; left:60px; bottom:16px;}
#n_wrap{overflow:hidden}
#news_tabtit{width:17%; text-align:center}
#news_tabtit li{}
#news_tabtit li a{display:block; line-height:25px; font-size:13px; color:#555; cursor:pointer; position:relative}
.zyselected{background:#bb9e6f; color:#FFF!important}
.zyselected:before{
	content:"";
	display:block;
	position:absolute;
	right:-7px;
	top:50%;
	transform:translate(0,-50%);
	width:0;
	height:0;
    border-top:5px solid transparent;
    border-left:7px solid #bb9e6f;
    border-bottom:5px solid transparent;}

#menu_con{width:80%}
.tag1, .tag2, .tag3, .tag4{width:100%;}
.tag2{margin-top:26px}
.tag3{margin-top:6px}
.tag4{margin-top:30px}
#menu_con p{font-size:13px; color:#a4824c; line-height:23px}

/* 演出讲座+党建工作+资料下载 */
.area{overflow:hidden; margin:50px auto; display:flex; display:-webkit-flex; /* Safari */ justify-content:space-between; flex-wrap:wrap;}
.area li{width:31%; overflow:hidden}
/* 版块标题 */
.ar_biaoti{width:100%; position:relative; margin-bottom:16px}
.ar_biaoti b:before{content:""; display:block; position:absolute; top:2px; left:0; width:2px; height:20px; background:#ea353a; border-right:2px solid #f8b064}
.ar_biaoti b{font-size:17px; font-weight:bold; color:#474747; padding-left:25px;}
.more{color:#FFF; float:right; width:15px; height:15px; line-height:12px; text-align:center; margin-top:8px; background:#ea353a}
.more{font-size:12px;
	display:inline-block;
    transform: scale(0.75);
    transform-origin:0 0;
    -ms-transform: scale(0.75);         /* IE 9 */
    -ms-transform-origin:0 0;       /* IE 9 */
    -webkit-transform: scale(0.75); /* Safari å’Œ Chrome */
    -webkit-transform-origin:0 0;   /* Safari å’Œ Chrome */
    -moz-transform: scale(0.75);        /* Firefox */
    -moz-transform-origin:0 0;      /* Firefox */
    -o-transform: scale(0.75);      /* Opera */
    -o-transform-origin:0 0;}
.more:hover{background:#f60}
/* 新闻列表 */
.news_box{overflow:hidden}
.news_box dd{width:100%; height:90px; margin:10px 0 16px 0}
.news_img{height:100%}
.news_img img{width:130px; height:90px}

.news_xx{width:65%; overflow:hidden}
.news_xx a{display:block; font-size:15px; font-weight:bold; color:#363636; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.news_xx a:hover{color:#8c734b}
.news_xx p{font-size:12px; color:#888; line-height:32px}
.news_xx span{font-size:12px; color:#7b7b7b; line-height:17px}

.news_box dt{width:100%;}
.news_box dt a:before{content:""; display:block; position:absolute; left:0; top:50%; transform:translate(0,-50%); width:4px; height:4px; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; background:#dc6265}
.news_box dt a{display:block; position:relative; float:left; width:72%; font-size:13px; color:#484848; padding-left:12px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.news_box dt a:hover{color:#8c734b; text-decoration:underline}
.news_box dt a, .news_box dt h6{line-height:29px}
.news_box dt h6{float:right; font-weight:normal; font-size:13px; color:#484848}

/* 艺术长廊 */
.picScroll-left{position:relative;}
.ys_listbox{width:100%; margin:35px auto 10px auto; overflow:initial!important}
.ys_listbox .hd{width:85px; height:28px; position:absolute; right:9px; top:-43px; overflow:hidden; display:block}
.picScroll-left .hd .prev{left:0}
.picScroll-left .hd .next{right:0}
.ys_listbox .hd .prev, .ys_listbox .hd .next{display:block; position:absolute; top:50%; transform:translate(0,-50%); cursor:pointer; width:40px; height:100%; font-family:"宋体"; font-size:15px; text-align:center; line-height:28px; color:#FFF; background:rgba(0,0,0,.3); z-index:999}
.ys_listbox .hd .prev:hover, .ys_listbox .hd .next:hover{background:#a88751}

.picScroll-left .bd{width:100%; margin:0 auto}
.ys_list li{width:310px; height:250px; float:left; overflow:hidden; text-align:center; margin:0 7.5px; position:relative}
.ys_list li img{text-align:center; height:210px; image-rendering:pixelated; image-rendering:-webkit-optimize-contrast;}
.ys_list li p{height:40px; line-height:40px; color:#222; font-size:15px;}

.yscl{width:80%; position:relative}
.yscltit{position:relative;}
.yscltit:before{content:""; display:block; position:absolute; width:2px; height:100%; background:#d02d31; border-right:2px solid #f8b064}
.yscltit p{margin-left:15px; font-size:17px; font-weight:bold; color:#474747}
.yscltit en{font-size:12px; margin-left:15px; color:#616161; font-weight:normal; text-transform:Capitalize}

/* 友情链接 */
.yq_link{margin:60px 0 40px 0}
.yq_link b{font-size:13px; color:#333}
.yq_link a{font-size:13px; color:#666; margin:0 10px}
.yq_link a:hover{color:#8c734b; text-decoration:underline}





/* footer */
#footer{background:#8c734b; padding:55px 0;}
.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 #ad946b}
.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:#dcd5ca; 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 #ad946b; border-bottom:1px solid #ad946b}
.f_nav dt{float:left; width:85px;}
.f_nav dt a{display:block; font-size:13px; color:#dcd5ca; text-align:center; margin:14px 0}
.f_nav dt:hover a{color:#ff9954}
.f_bq{width:100%; background:#614e2f}
.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{}

/* 内页左侧 */
#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:#8c734b; 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,.07) 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 #8c734b; 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 #8c734b;}
#sub_nav dt:hover .a{color:#fff; border-bottom:1px solid #8c734b;}
#sub_nav dt.on .a{color:#fff; border-bottom:1px solid #8c734b;}
#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;}

.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:#534227; font-style:normal;}
.n_add a:hover{color:#534227; text-decoration:underline;}

.ny_right_cont{padding-bottom:80px; position:relative; min-height:600px;}
.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{display:block; 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:#946821}
.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:#946821}
.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:#946821}
.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:#8c734b; border:1px solid #8c734b; color:#FFF}
.pages a:hover{background:#8c734b; border:1px solid #8c734b; color:#FFF}






