﻿@charset "utf-8";

/* Base Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

/**布局开始**/
body {}

body,
p {
    font: 12px/1 "\u5b8b\u4f53", microsoft yahei, Tahoma, Geneva, sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #cd0200;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}

/**页面全局宽度**/

/**标题栏新闻窗口**/
.post {
    margin-bottom: 0px;
}

.post .tt {
    height: 60px;
    /* text-align: center; */
    margin-bottom: 20px;
}

/**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: none;
    font-size: 32px;
    font-weight: bold;
    color: #b92626;
    font-family: "宋体";
}

.post .tt .tit a {
    display: inline-block;
    float: none;
    font-size: 32px;
    /* font-weight: normal; */
    color: #b92626;
    display: inline-block;
    /* background: url(images/tt2.png) no-repeat left; */
    /* padding: 0px 65px; */
}
.news-r { border: 1px solid #ffd5d5; height: 76px;margin-bottom: 22px;}
.news-r li { margin-bottom: 10px;}
.news-r h1 { color: #000; font-size: 16px; font-weight: bold; line-height: 30px; padding-top: 12px;}
.news-r h1 a { color: #b92626;}
.news-r p { color: #7f7f7f; font-size:14px; line-height: 26px;}
.content-box { background:#f3f6f4 url(../images/news-bg.png) no-repeat center bottom; padding-top: 24px;}
.news-time {
    width: 76px;
    height: 76px;
    text-align: center;
    background-color: #fef5ee;
    color: #666666;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}
.time-top {
    font-size: 40px;
    line-height: 50px;
}
.time-btm {
    font-size: 15px;
}
.news-img {
    margin-bottom: 30px;
}
.news-r:hover .news-time {
    background-color: #b92626;
}
.news-r:hover .news-time {
    color: #fff;
}
.post-img-con li {
    float: left;
    width: 375px;
    background-color: #fef5ee;
    margin-right: 35px;
}
.post-img-con li img {
    width: 100%;
    height: 280px;
}
.post-img-con li:last-child {
    margin-right: 0;
}
.post-list_box {
    margin-top: 20px;
    background-color: #fff;
    padding: 15px;
}
.post-list_box li {
    margin-bottom: 20px;
    width: 555px;
    float: left;
    margin-right: 10px;
}
.post-list_box li a {
    font-size: 16px;
    color: #000;
}
.post-list_box li span {
    display: inline-block;
    width: 116px;
    height: 28px;
    line-height: 28px;
    text-indent: 30px;
    color: #fff;
    font-size: 14px;
    background:#b92626 url(images/li.png) no-repeat 10px;
    margin-right: 10px;
}

.post-text {
    padding-top: 10px;
}
.post-img-time {
    width: 55px;
    height: 55px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 10px;
}
.post-img-time .img-time-top {
    font-size: 30px;
    color: #b92626;
    margin-bottom: 3px;
}
.img-time-btm {
    font-size: 12px;
    color: #000;
}
.post-img-title {padding-top: 5px;}
.post-img-title h1 {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    font-weight: bold;
}
.post-img-title p {
    font-size: 14px;
    color: #808080;
}

.list_two_box {
    background:#eee url(images/main_bg.jpg) no-repeat center;
}
#container .list_two_box .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.xxck {
    width: 588px;
    float: left;
}
.mtjj {
    width: 588px;
    float: right;
}
.xx-tt-bd  {border-bottom: 1px dashed #bcbcba;}

.post-4 {
    
}
.post-4 .tt .tit a {
    /* background: url(images/tt3.png) no-repeat left; */
}

.post-28 .tt .tit a {
    /* background: url(images/tt4.png) no-repeat left; */
}

.post-29 .tt .tit a {
    /* background: url(images/tt5.png) no-repeat left; */
}

.post-27 .tt .tit a {
    /* background: url(images/tt6.png) no-repeat left; */
}

.post-77 .tt .tit a {
    /* background: url(images/tt7.png) no-repeat left; */
    color: #fff;
}

/**标题字体**/
.post .tt .tit .title {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding-left: 70px;
    background: url(images/tt1.png) no-repeat left;
}
.post.post-77 .tt {
    border-bottom:1px solid #fff;
}
/**标题图标**/
.post .tt .more_btn {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    float: right;
    /* display: none; */
    padding-top: 12px;
    font-size: 16px;
}
.post.post-77 .tt .more_btn a {
    color: #fff;
}
/**更多按钮**/
.post .con {
    padding: 0px 0;
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post-5 .tt {
    margin-bottom: 5px;
}

.post-5 .tt .tit .title {
    background: url(../images/titbg-2.png) left center no-repeat;
}

.post-5 .news_list {
    margin: 0 -20px;
}

.post-5 .news_list .news {
    width: 50%;
    float: left;
    border: 0;
}

.post-5 .news_list .news .news_box {
    margin: 0 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
    margin-bottom: 6px;
}

.post-5 .news_list .news .news_box .news_title {
    width: 100%;
    color: #b92626;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
}

.post-5 .news_list .news .news_box .news_text {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}


.news-span {
    /*display: inline-block;*/
    padding: 8px 15px;
    background-color: #b92626;
    color: #fff;
display: none;
}
.post-news-box li {
    padding: 10px 0;
    border-bottom: 1px dashed #bcbcba;
}

.post-news-box .news-con-time {
    float: right;
}
.news-text {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}
.post-news-box li:hover .news-text {
    color: #b92626;
}
/**新闻列表图标**/
.news-tt {
    line-height: 60px;
    font-size: 22px;
    color: #b92626;
    font-weight: bold;
    /* margin-bottom: 35px; */
    /* text-align: center; */
    border-bottom: 2px solid #b72824;
}

.news-tt a {
    line-height: 60px;
    font-size: 30px;
    color: #b92626;
    font-weight: bold;
    font-family: "宋体";
    /* padding: 0px 68px; */
    /* background: url(images/tt1.png) no-repeat left; */
    display: inline-block;
}

.post-focus-box {
    width: 585px;
    height: 380px;
    float: left;
}

.news-list {
    width: 565px;
    height: 380px;
    float: right;
    margin-right: 25px;
}

.list-box li {
    line-height: 53px;
    border-bottom: 1px dashed #b0b0b0;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.list-box li a {
    font-size: 22px;
}

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 35px;
    border-bottom: 1px dashed #b0b0b0;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

.news_list li.news span.news_title a {
    font-size: 18px;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
}

.news_list li.news p {
    clear: both;
    line-height: 20px;
    color: #787878;
}

.news_list li.news p a {
    color: #787878;
}

.news_list li.news p a:hover {
    color: #444;
    text-decoration: underline;
}

.col_news_list .wp_article_list .list_item {
    border-bottom: 1px dotted #e1e1e1;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.wp_article_list .list_item .Article_Title a {
    color: #383838;
    font-size: 18px;
    line-height: 45px;
}

/**页头开始**/
#header {}

#header .inner {
    width: 100%;
}

.head {
    width: 100%;
    position: relative;
    background-size: cover;
}

.head img {
    width: 100%;
}

/**页头部分**/
.head .sitetitle {
    position: absolute;
    left: 366px;
    top: 48px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/
.navbar {
    width: 100%;
    height: 60px;
    background: #b92626;
}

/**导航区域背景**/
.navbar .navbox {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

/**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav {
    height: 60px;
}

/**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

/**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
    color: #fff;
    background: #de3535;
}

/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
    padding: 0 66px;
    height: 60px;
    line-height: 60px;
}

/**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
    background: #B92626;
}

/**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
    font-size: 14px;
    font-weight: normal;
}

/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
    background: #DE3535;
    color: #fff;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
}

/**子菜单栏目高度与边距**/

/**主体开始**/
#container {
    padding: 0px 0;
}

#container .inner {
    width: 100%;
    padding: 30px 0;
    padding-bottom: 0px;
}

#container1 .inner {
    width: 1200px;
    padding: 35px 0 30px 0;
    display: none;
}

#container1 .inner .mod1 {
    width: 740px;
    float: left;
}

#container1 .inner .mod1 .ml {
    width: auto;
    padding-bottom: 10px;
}

#container1 .inner .mod2 {
    width: 415px;
    float: right;
    background: none;
}

#container1 .inner .mod2 .mc {
    width: auto;
    padding: 0px 0;
}

.info-box #container .inner {
    width: 1200px;
    margin: 0 auto
}

.con3 {}

.con3 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.con3-l {
    width: 400px;
    float: left;
    padding-bottom: 8px;
}

.con3-m {
    width: 740px;
    float: left;
    margin-left: 0px;
    padding-bottom: 20px;
    display: none;
}

.con3-r {
    width: 415px;
    float: right;
    padding-bottom: 20px;
    display: none;
}

.con3-rr {}

/* .con3-rr li {padding: 43px 0; margin-top: 15px;} */
.con3-rr li img {
    width: 100%;
    height: auto;
}

/**首页三列布局**/
.mod {}

.mod1 {}

/**左列**/
.mod1 .ml {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
}
.mtop {
    padding-top: 30px;
}
.mbox {}

.mod2 {
    background-color: #f9f8f3;
}

.mod2 .mc {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

/**中间**/
.mod2 .mr {
    width: 236px;
    float: right;
}

/**右列**/

/**列表页**/
.col_menu {
    width: 220px;
    float: left;
}

.col_menu .col_menu_head {
    background: #b92626;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 44px;
    text-align: center;
}

/**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #fff;
    background: #de3535;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #B92626;
    font-weight: normal;
    font-size: 16px;
}

/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #FFF;
    background: #de3535;
    font-weight: bold;
}

/**鼠标经过或选中一级子栏目**/
.wp_listcolumn .wp_column a .column-name {line-height: 40px;}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #fff;
    line-height: 40px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: #e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_2_hover.gif);
}

/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
}

/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_news {
    width: 945px;
    float: right;
}

/**栏目新闻**/
.col_news_head {
    border-bottom: 2px solid #e5e5e5;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 44px;
    line-height: 44px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 0 5px 0 0px;
}

/**当前栏目名称**/
.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
}

/**当前位置**/

.col_news_box {
    padding: 10px 0;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
    height: 38px;
}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/

/**文章页**/
.infobox {
    margin: 0 auto;
}

.article {}

.article h1.arti_title {
    line-height: 70px;
    font-family: "Microsoft YaHei";
    padding: 5px 5px 15px 5px;
    text-align: center;
    font-size: 35px;
    color: #b92626;
    border-bottom: 2px solid #ECECEC;
}

/**文章标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.6;
    font-size: 18px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.article .entry .read img {
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.link-box {
    background: #800200;
    border-top: 3px solid #d27d34;
}

.link-box .inner {
    width: 1200px;
    margin: 0 auto;
}

.link-box .inner li {
    line-height: 50px;
    text-align: center;
}

.link-box .inner li span {
    margin: 0px 24px;
}

.link-box .inner li a {
    color: #eae5e4;
    font-size: 18px;
}

/**页脚开始**/
#footer {
    background: #800200;
    border-top: 1px solid #a54b4a;
}

#footer .inner {
    padding: 30px 0;
}

#footer .inner p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

#footer .inner p span {
    margin: 0 3px;
}

.slider {
    margin: 0 -25px;
}

.slider .news {}

.slider .news .news_box {
    margin: 0px;
}

.slider .news .news_box .news_imgs {
    /* padding-top: 110%; */
    background-color: #FCF1D3;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.slider .news .news_box .news_imgs img {
    width: 100%;
    height: 133px;
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.slider .news .news_box .news_con {
    background: #fbf1d3;
    padding: 8px 0;
    display: none;
}

.slider .news .news_box .news_con .news_arti {
    width: 100%;
    color: #333333;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slider .news .news_box .news_con .news_title {
    width: 100%;
    color: #333333;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-center {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    height: 33px;
    background: url(images/borderbg.png) center repeat-x;
}

.tabcon {
    position: relative;
    height: 258px;
    overflow: hidden;
}

.post-27 .articlecontent {
    padding-top: 10px;
}

.post-27 .articlecontent p {
    line-height: 31px;
    font-size: 16px;
    text-align: left;
}

.scroll_box {
    background: url(images/scroll_bg.jpg) no-repeat center;
    background-size: cover;
}

.scroll_box .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.scroll li img {
    width: 380px;
    height: 240px;
    margin: 0px 10px;
}

.col-md-3 {
    float: left;
    width: 285px;
    padding-top: 18px;
    margin-right: 20px;
}

.col-md-3.n4 {
    margin-right: 0px;
}

.focus-con1 {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.focus-title1 {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

.focus-title1 a {
    color: #333;
    font-size: 16px;
}

.focus-title1 a:hover {
    color: #c87f00;
}
.focus-title-bg {
    background-color: #b92626 !important;
}

.news_list_bottom li {
    float: left;
    width: 285px;
    margin-right: 20px;
    margin-top: 20px;
}

.news_list_bottom li:hover a {
    box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.4);
    transition: 0.6s all;
    border-bottom: 3px solid #b92626;
}

.news_list_bottom li a {
    display: block;
    transition: 0.6s all;
    position: relative;
    padding: 23px 15px 10px;
    background: #fff;
    border-bottom: 3px solid #e9e9e9;
    box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.2);
}

.news_list_bottom li .time {
    width: 60px;
    position: relative;
    float: left;
    margin-top: 5px;
}

.news_list_bottom li .day {
    font-size: 40px;
    color: #b92626;
    text-align: center;
    transition: 0.6s all;
}

.news_list_bottom li .year {
    font-size: 15px;
    color: #323232;
    text-align: center;
    text-align: center;
    transition: 0.6s all;
}

.news_list_bottom li .text {
    margin-left: 72px;
    position: relative;
    padding-bottom: 14px;
}

.news_list_bottom li .text p {
    transition: 0.6s all;
    padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #323232;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line_div {
    width: 30px;
    height: 2px;
    background: #b92626;
    transition: 0.6s all;
}

.news_list_bottom li:hover .text p {
    color: #b92626;
    transition: 0.6s all;
}

.news_list_bottom li:hover .day {
    color: #b92626;
    transition: 0.6s all;
}

.news_list_bottom li:hover .year {
    color: #b92626;
    transition: 0.6s all;
}

.news_list_bottom li.li4 {
    margin-right: 0px;
}

.list-time {
    font-size: 14px;
    color: #000;
    float: right;
}

.new_more {
    float: right;
    padding-top: 24px;
}

.new_more a {
    font-size: 16px;
    color: #000;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: normal;
    font-family: "微软雅黑";
}
.new_more a:hover {
    color: #cd0200;
}
.sudy-scroll {
    padding-top: 12px;
}

.img{display: block;overflow: hidden;width: 100%;height: 0;}
.imgCentered{display: block;overflow: hidden;width: 100%;height: 0;position: relative;}
.img img{width: 100%;display: block;transition: all 0.3s ease;height: 270px;}
.imgCentered img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-height: 100%;width: auto;margin: auto;}
.img:hover img{transform: scale(1.1);}
.arti-metas {
    line-height: 40px;
    font-size: 14px;
}
body {
    min-width: 1200px;
}
.white,.white a:link,.white a:visited,.white a:hover{color:white;}
.list-zl{position:relative;width:284px;height:370px;float:left;margin-left:21px;}
.list-zl:first-child{margin-left:0px;}
.list-zl .title{background:#E02323;height:60px;font-size:24px;font-weight:bold;line-height:60px;}
.list-zl .title i{background:#fff;height:8px;width:8px;display:inline-block;vertical-align:middle;margin:0 8px 0 10px;}
.list-zl .top-arr{position:absolute;top:66px;left:0;right:0;margin:0 auto;z-index:999;cursor:pointer;}
.list-zl .bottom-arr{position:absolute;bottom:5px;left:0;right:0;margin:0 auto;z-index:999;cursor:pointer;}
.list-zl .swiper-container {
    overflow: hidden;
}
.list-zl .swiper-container .swiper-slide{border-bottom:1px dashed #bcbcba;}
.list-zl .swiper-container{height:272px;margin-top:20px;}
.list-zl li{font:normal 14px/180% "Microsoft YaHei";display:table-cell;vertical-align:middle;height:70px;width:280px;line-height:27px;font-size: 16px;}
.list-zl .swiper-slide{height:70px;overflow:hidden;width:284px;}
.list-zl .swiper-container .swiper-slide-next{border-bottom:1px dashed #bcbcba;border-top:1px dashed #bcbcba;}
