@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,
strong,
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;
}

/* 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: 14px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #999999;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #aa0b0b;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 1240px;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}

/**页面全局宽度**/
.top {
    background-color: #efefef;
    height: 34px;
    line-height: 34px;
    min-width: 1240px;
    display: none;
}

#clock {
    font-size: 15px;
    color: #aa0b0b;
}

.top-l {
    float: left;
}

.top-r {
    float: right;
    color: #aa0b0b;
    font-size: 15px;
}

.top-r a {
    color: #aa0b0b;
    display: inline-block;
}

.top-r a.topback {
    padding-left: 15px;
    border-left: 1px solid #aa0b0b;
    height: 16px;
    margin-left: 15px;
    display: inline-block;
    line-height: 16px;
}

.top-r a img {
    vertical-align: middle;
    width: 16px;
    display: inline-block;
    padding-bottom: 4px;
}

#banner {
    min-height: 460px;
}

#banner .inner {
    width: auto;
}

#qlinks {
    background-color: #f6f0ea;
    box-shadow: 10px 6px 10px #eae8e5;
    position: relative;
    z-index: 1001;
    min-width: 1240px;
}
.first_li {
    margin-bottom: 15px;
}
.first_li h1 {
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0;
    color: #aa0b0b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.first_li p {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-indent: 2em;
}
.item_li {
    margin-bottom: 15px;
}
.item_li p {
   line-height: 22px;
}
.item_li .time-box {
    width: 60px;
    background-color: #aa0b0b;
    color: #fff;
    margin-right: 18px;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.item_li .time-box h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}
.item_li .time-box p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 5px;
}
.item_li h2 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    float: left;
    width: 500px;
    padding-top: 0px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.item_li h2 a {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: normal;
}
/**标题栏新闻窗口**/
.post {
    margin-bottom: 20px;
}

.post .tt {
    height: 45px;
    border-bottom: 2px solid #aa0b0b;
    margin-bottom: 12px;
    position: relative;
}

/**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 22px;
    font-weight: normal;
    color: #aa0b0b;
}

/**标题字体**/
.ml .post-3 .tt .tit {
    color: #aa0b0b;
}

.post .tt .tit .title {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding-left: 0px;
    border-bottom: 0px solid #aa0b0b;
}

/**标题图标**/
.post .tt .tt-icon {
    padding-top: 18px;
    padding-left: 15px;
    display: inline-block;
}

.post .tt .more_btn {
    display: block;
    float: right;
    padding-top: 18px;
    color: #952032;
    font-size: 16px;
}

/**更多按钮**/
.post .tt .more_btn a {
    display: block;
}

.post .con {
    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.post-83 .tt .tit .title {}

.post.post-93 .tt .tit .title {
    background: url(images/t2.png) no-repeat left;
}

.post.post-88 .tt .tit .title {
    background: url(images/t8.png) no-repeat left;
}

.post.post-83 .tt {
    margin-bottom: 28px;
}

.post.post-8 .tt {
    margin-bottom: 0px;
}

.post.post-88 .tt {
    width: 320px;
    margin-bottom: 25px;
}

.post.post-88 .con {
    min-height: 50px;
}

.news-box li {
    line-height: 38px;
    border-bottom: 1px dotted #737373;
    padding: 12px 0px;
}

.news-box li>a {
    font-size: 18px;
    color: #303030;
    font-family: 微软雅黑;
    max-width: 440px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
}

.news-box li>a:hover {
    color: #aa0b0b;
}

.post-93 .news-box li>a {
    max-width: 510px;
}

.con-top-img {
    float: left;
    width: 580px;
}

.con-news {
    float: right;
    width: 580px;
}

#con-top {
    background-color: #fff;
    min-width: 1240px;
    margin-bottom: 20px;
}

#con-top .inner {
    padding-top: 35px;
}

.post.post-66 .tt {
    margin-bottom: 30px;
}
.img_list {
    margin-top: 20px;
}
.img-list-box {
    background-color: #aa0b0b;
    height: 100px;
    margin: 10px 0 15px 0;
    overflow: hidden;
}
.img-list-box ul {
    white-space: nowrap;
}
.img_list_item {}

.img_list_item li {
    width: 220px;
    height: 120px;
    position: relative;
    float: left;
    background-color: #eee;
    margin-right: 30px;
    margin-bottom: 30px;
}

.img_list_item li.i3,
.img_list_item li.i6 {
    margin-right: 0px;
}

.img_list_item li img {
    width: 220px;
    height: 120px;
}

.img_list_item li h1 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-bottom: 6px;
    color: #fff;
    font-weight: bold;
    top: 28%;
    line-height: 45px;
}

.img_list_item li h1 a {
    color: #fff;
}

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 24px;
    padding-left: 13px;
    background: url(images/icon_li0.gif) no-repeat 0 9px;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

.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;
}

.zt-box li {
    width: 355px;
    float: left;
    margin-right: 36px;
    position: relative;
    font-family: 宋体;
}

.zt-box li h1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: url(images/zt.png);
}

/**页头开始**/
#top {
    background-color: #5f0200;
}

#top .inner {
    height: 42px;
    line-height: 42px;
}

.top-left {
    float: left;
    color: #fff;
    font-size: 14px;
}

.top-right {
    float: right;
}

.tr-en {
    float: right;
}

#header1 {
    background: #aa1012 url(images/head_bg.jpg) no-repeat right top;
}

#header1 .inner {
    width: 100%;
    position: relative;
    z-index: 1001;
    min-width: 1240px;
    background: url(images/head.jpg) no-repeat left top;
}

.sitelogo {
    position: absolute;
    left: 0;
    top: 42px;
}

.head {
    width: 1200px;
    margin: 0 auto;
    height: 150px;
    position: relative;
    background: url(images/tips.png) no-repeat right;
}

/**页头部分**/
.head img {
    padding-top: 35px;
}

.head .sitetitle {
    position: absolute;
    left: 228px;
    top: 53px;
    font-size: 36px;
    font-weight: bold;
    font-family: "宋体";
    color: #fff;
}

.head .sitetitle a {
    color: #fff;
}

/**站点名称**/
.navbar {
    width: 100%;
    height: 60px;
    background: #fff;
}

/**导航区域背景**/
.navbar .navbox {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

/**导航窗口大小及位置**/
::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #fff;
    font-size: 16px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 16px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    font-size: 16px;
}

/***[搜索]*/
.headbar form {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.headbar input,
.headbar button {
    border: none;
    outline: none;
}

.headbar input {
    width: 160px;
    ;
    height: 40px;
    padding-left: 13px;
}

.headbar input::placeholder {
    color: #ddd;
    font-size: 14px;
}

.headbar button {
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
}

.headbar .search {
    float: left;
}

.headbar .bar8 {
    background: #590000;
    color: #eee;
    width: 300px;
}

.headbar .bar8 form {
    height: 40px;
}

.headbar .bar8 input {
    width: 0;
    padding: 0 40px 0 15px;
    border-bottom: 2px solid transparent;
    background: transparent;
    transition: .3s linear;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #eee;
}

.headbar .bar8 input:focus {
    width: 300px;
    z-index: 1;
    border-bottom: 2px solid #F9F0DA;
    color: #eee;
}

.headbar .bar8 button {
    background: #590000;
    top: 0;
    right: 0;
}

.headbar .bar8 button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
}

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,
.navbar .navbox .nav {
    height: 50px;
}

/**导航高度**/
.navbar .navbox .wp_nav li.nav-item {
    margin: 0 3px;
}

.navbar .navbox .wp_nav li.nav-item a {
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

/**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
    color: #000;
    font-weight: bold;
}

/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
    padding: 0 45px;
    height: 60px;
    line-height: 60px;
}

/**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
    background: #e41e15;
}

/**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
    font-size: 16px;
    font-weight: normal;
    border-top: 0px solid #D8E1CC;
}

/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
    background: #c10800;
    color: #fff;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0 22px;
    height: 34px;
    line-height: 34px;
    margin: 0px;
    display: block;
    text-align: center;
}

/**子菜单栏目高度与边距**/
.navbar .navbox .wp_nav li.nav-item .sub-nav .nav-item {
    margin: 0;
}

/**主体开始**/
#container {
    background-color: #ffffff;
    padding-bottom: 10px;
    min-width: 1240px;
}

#container .inner {}

/**首页三列布局**/
.mod {}

.mod1 {
    width: 580px;
    float: left;
    margin-right: 40px;
}

/**左列**/
.mod1 .ml {
    width: 100%;
}

.mbox {
    padding: 0px;
}

.mod2 {
    width: 580px;
    float: left;
}

.mod3 {
    width: 390px;
    float: right;
}

.mod2 .mc {
    width: 100%;
    float: left;
}

/**中间**/
.mod2 .mr {
    width: 380px;
    float: right;
}

/**右列**/
.main1-left {}

.main1-right {
    float: right;
    width: 390px;
}

/**列表页**/
.col_menu {
    width: 236px;
    float: left;
}

.col_menu .col_menu_head {
    background: #aa0b0b;
}

/**位置栏目背景**/
.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: 22px;
    padding: 14px 5px 14px 21px;
}

/**栏目名称图标**/
/**栏目列表*/
.col_menu_con {
    border: 1px solid #e4e4e4;
}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #2867A0;
    background: none;
    font-weight: normal;
    border-bottom: 1px solid #F6EAEA;
}

/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #aa0b0b;
    font-weight: bold;
    background: #faf7f4;
}

/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #aa0b0b;
}

.wp_article_list .list_item .Article_Title a {
    font-size: 16px;
}

.wp_listcolumn .wp_column a .column-name {
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: #faf7f4;
    border-top: 0px solid #f6eaea;
    border-bottom: 1px solid #f6eaea;
}

/**二级子栏目**/
.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: #aa0b0b;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 45px 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: #aa0b0b;
}

.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: #aa0b0b;
}

.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: #aa0b0b;
}

.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 45px;
}

.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 58px;
}

.col_news {
    width: 908px;
    float: right;
    min-height: 400px;
}

/**栏目新闻**/
.col_news_head {
    border-bottom: 1px solid #cbcbcb;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 49px;
    line-height: 49px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #aa0b0b;
    padding: 0;
    height: 48px;
    border-bottom: 3px solid #CBCBCB;
}

/**当前栏目名称**/
.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    margin-top: 16px;
}

/**当前位置**/

.col_news_box {
    padding: 10px 0;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {
    height: 32px;
    line-height: 32px;
}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
    height: 25px;
}

/**栏目新闻图标序号**/
.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: 6px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
.list-banner {
    background: url(images/banner_bg.jpg) no-repeat center top;
}

.list-banner .inner {
    width: 1200px;
    margin: 0 auto;
}

.list-banner .inner img {
    width: 1200px;
    height: 360px;
}

/**文章页**/
.infobox {
    margin: 0 auto;
}

.article {
    margin: 0 20px;
}

.article h1.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    padding: 40px 0px 12px 0px;
    text-align: center;
    font-size: 24px;
    color: #aa0b0b;
    border-bottom: 1px solid #d8d8d8;
}

/**文章标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 14px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p,
.article .entry .read span {
    line-height: 31px !important;
    font-family: 宋体, simsun;
    font-size: 18px !important;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 6px;
}

.article .entry .read img {
    max-width: 650px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/

/**页脚开始**/
#footer {
    min-width: 1240px;
    background:#aa0b0b url(images/foot_bg.jpg) no-repeat center;
}

#footer .inner {
    padding: 21px 0 21px 0;
    text-align: center;
}

#footer .inner p {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

#footer .inner p span {
    margin: 0 3px;
}

.lt-tt {
    font-size: 22px;
    color: #202021;
    font-style: italic;
    float: left;
    margin-right: 24px;
}

.lt-nav {
    float: left;
    padding-top: 5px
}

.lt-nav ul li {
    float: left;
    font-size: 14px;
    color: #333333;
}

.lt-nav ul li.i3 {
    border-right: 1px solid #333;
}

.lt-nav ul li a {
    font-size: 14px;
    color: #333333;
    border-left: 1px solid #333;
    line-height: 14px;
    display: inline-block;
    padding: 0 12px;
}

.sc {
    width: 338px;
    float: right;
    padding-top: 0px;
    border: 1px solid #fff;
    margin-top: 80px;
}

.search_box {}

.search-input {
    float: left;
    height: 40px;
}

.search-input .search-title {
    height: 38px;
    width: 200px;
    border: 0px;
    padding-left: 10px;
    background: none;
    color: #fff;
    font-size: 16px;
}

.search-btn {
    float: right;
    background: #ffffff url(images/search.png) no-repeat center;
    width: 76px;
    height: 40px;
}

.search-submit {
    background: none;
    border: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.foot-lb {
    position: relative;
    margin-top: 15px;
}

.foot-l {
    float: left;
}
.fl-logo {
    text-align: left;
}
.foot-r {
    float: right;
    width: 450px;
    margin-top: 8px;
}

.footl-l {
    float: left;
}

.footl-l.r2 {
    float: right;
}

.footl-l p {
    text-align: center;
}

.footl-l p a {
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

.foot_logo {
    margin-bottom: 50px;
}

.ft-img {
    padding: 10px;
    background-color: #fff;
}

.ft-img img {
    width: 125px;
    height: 125px;
}

.beian {
    position: absolute;
    top: 16px;
    left: 0;
    width: 80px;
}

.beian a {
    margin: 0 !important;
}

.beian img {}

.address {
    padding: 7px 0;
}

.address a {
    color: #333;
}

.ft-icon {
    display: inline-block;
    padding-left: 22px;
    background: url(images/bei.png) no-repeat left center;
}

.news-box .time {
    float: right;
    font-size: 14px;
    color: #999;
}

.news-box li {
    padding-left: 15px;
    background: url(images/li1.png) no-repeat -4px 9px;
    border: 0;
    padding: 2px 0px 2px 24px;
}

.news-col {
    background-color: #aa0b0b;
    line-height: 27px;
    height: 27px;
    padding: 0px 15px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}

.news-col a {
    font-size: 14px;
    color: #fff;
}

.link-tt {
    float: left;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

.link-tt.tt1 {}

.link-tt.tt2 {}

.link-tt.tt3 {}

.link-con {
    float: right;
    width: 260px;
}

.link-focus {
    background: #aa0b0b;
    margin-top: 15px;
}

.tt-img span {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px;
}

.link-tt p {
    line-height: 30px;
    color: #fff;
    padding-top: 8px;
    font-size: 14px;
}

.tt-i {
    background: url(images/i1.png) no-repeat left;
    padding-left: 30px;
}

.tt-i1 {
    background-image: url(images/i1.png);
}

.tt-i2 {
    background-image: url(images/i2.png);
}

.tt-i3 {
    background-image: url(images/i2.png);
    padding-left: 30px;
}

.tt-i4 {
    background-image: url(images/i3.png);
}

.tt-i5 {
    background-image: url(images/i8.png);
}

.tt-i6 {
    background-image: url(images/i4.png);
}

.tt-i7 {
    background-image: url(images/i5.png);
}

.tt-i8 {
    background-image: url(images/i9.png);
}

.tt-i9 {
    background-image: url(images/i7.png);
}

.post-73 {
    margin-bottom: 0px;
}

.post-83 {
    margin-bottom: 0px;
    margin-top: 6px;
}

.wp_article_list_table img {
    margin-right: 10px;
}

.wp_article_list_table a {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.tab-tlt {
    cursor: pointer;
}

.tab-tlt1 {}

.tab-tlt.selected {
    background-color: #aa0b0b;
    color: #fff;
}

.post-none {
    display: none;
}
.wechat {
    float: left;
    margin-left: 30px;
}
#footer .inner .wechat p {
    font-size: 16px;
}
.link-box {
    float: right;
}
.link-box li {
    background-color: #5f0200;
    width: 120px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.link-box li a {
    color: #fff;
}
.link-box h2 {
    font-size: 16px;
    color: #fff;
}
.wp_article_list_table a {
    width: 293px;
    margin-right: 10px;
    background-color: #e6e6e6;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.con-txt p {
    line-height: 42px;
    font-size: 18px;
    color: #333;
}
.con-txt p span {
    font-size: 18px !important;
}
.scroll li {
    display: inline-block;
    width: 242px;
    height: 77px;
    text-align: center;
    margin-top: 12px;
    border-right: 2px solid #bb3c3c;
}
.scroll li p a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.tr-en .wp_nav .nav-item a {
    font-size: 16px;
    color: #fff;
}
.tr-en .wp_nav .nav-item a span.item-name {
    line-height: 32px;
}
