@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;
    color: #333;
}

ol,
ul,
li {
    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 {
    background: #fff;
}

body,
p {
    font: 12px/1 "Microsoft YaHei", Tahoma, Geneva, sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff9900 !important;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}

/**页面全局宽度**/
/**标题栏新闻窗口**/
.post {}

.post .tt {
    height: 36px;
    background: #ededed;
}

/**标题栏**/
.post .tt .tit {
    padding-left: 40px;
    font-size: 16px;
    float: left;
    line-height: 36px;
    height: 36px;
    color: #0363b7;
    display: block;
    font-weight: bold;
}

/**标题字体**/
.post .tt .tit .title {}

/**标题图标**/
.post .tt .more_btn {
    margin-right: 10px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 12px;
    color: #999;
}

.post .tt .more_btn a span {
    color: #999;
}

/**更多按钮**/
.post .con {
    padding: 15px 0 0 0;
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: none;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    /* background: url(images/li.gif) no-repeat center; */
}

/**新闻列表图标**/
.post-20 .tt .tit {
    background: url(images/iconPic.png) 13px center no-repeat;
}

#wp_news_w201 {
    /* border-top: 1px dotted #ddd; */
}

.post-21 .tt .tit {
    background: url(images/iconNotice.png) 13px center no-repeat;
}

.post-21 .con {
    padding: 15px 0 0 0;
}

.post-22 .tt .tit {
    background: url(images/iconActivity.png) 13px center no-repeat;
}

.post-22 .con {
    padding-top: 15px;
}

.post-23 {
    margin-top: 15px;
}

.post-23 .tt {
    height: 36px;
}

.post-23 .con {
    padding: 0;
}

.post-23 .tt .tit {
    background: url(images/iconAcademy.png) 13px center no-repeat;
}

/**自定义新闻列表**/
.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;
}

/**页头开始**/
#header {
    /* background: url(images/body_bg.jpg) center top no-repeat #dadada; */
}

#header .inner {}

#nav {
    background: #0063b6;
    height: auto;
    position: relative;
    *position: static;
}

#nav .inner {
    width: 100%;
    background: #0063b6;
}

.head {
    width: 100%;
    height: 130px;
    position: relative;
    background: #ededed url(images/header-bg.png) no-repeat center;
}

/**页头部分**/
.head .sitetitle {
    position: absolute;
    left: 366px;
    top: 48px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/
.navbar {
    width: 100%;
    height: 50px;
    background: #0063b6;
}

/**导航区域背景**/
.navbar .navbox {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    /* background: url(images/nav1.png) no-repeat left center; */
}

/**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,
.navbar .navbox .nav {
    height: 50px;
}

/**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

/**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover {
    color: #ffb546 !important;
}

/**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
}

#wp_nav_w2 .wp_nav .nav-item {
  /* background: url(images/nav1.png) no-repeat right center; */
}

/**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
    background: #0777b3;
}

/**子菜单背景**/
.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: #1F5E7C;
    color: #fff;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
}

/**子菜单栏目高度与边距**/
/**主体开始**/
#pic {}

#pic .inner {
    height: 350px;
}

#lmtu {
    background: #eaeaea;
}

#lmtu .inner {
    height: 285px;
}

#container {}

#container .inner {}

#link {
    background: #dbdbdb;
    margin-top: 12px;
}

#link .inner {}

/**首页三列布局**/
.mod {}

.mod-tl {
    width: 780px;
    float: left;
}

.mod-tr {
    width: 400px;
    float: right;
}

/**列表页**/
.col_menu {
    width: 230px;
    float: left;
    margin-top: 20px;
}

.col_menu .col_menu_head {
    background: #0063b6;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 21px;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

/**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
    border-top: none;
    border-bottom: none;
}

.col_list .wp_listcolumn .wp_column a {
    color: #000;
    background: url(images/more.png) no-repeat 56px center;
    border-top: none;
    border-bottom: 1;
}

/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    background: #fff;
}

/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #f90;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    font-size: 12px;
    color: #666;
    background: url(images/icon_li0.gif) no-repeat 72px center;
    border-top: none;
    border-bottom: none;
}

/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
    background: url(images/icon_li0.gif) no-repeat 72px center;
}

/**鼠标经过或选中二级子栏目**/
.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: none;
    border-top: none;
    border-bottom: none;
}

/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    background-image: none;
}

/**鼠标经过或选中三级子栏目**/
.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: none;
    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 {
    background-image: none;
}

/**鼠标经过或选中四级子栏目**/
.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: none;
    border-top: none;
    border-bottom: none;
}

/**五级子栏目**/
.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 {
    background-image: none;
}

/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_menu_con {
    background: #eaeaea;
}

.col_news {
    width: 940px;
    float: right;
    margin-top: 20px;
}

/**栏目新闻**/
.col_news_head {
    background: url(images/line.gif) repeat-x left bottom;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
    background: #0f6ab3 url(images/col_title.gif) no-repeat right bottom;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 0 50px 0 25px;
}

/**当前栏目名称**/
.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
}

/**当前位置**/
.wp_listcolumn .wp_column a {
    font-weight: normal;
}

.wp_listcolumn .wp_column a .column-name {
    padding: 5px 10px 5px 76px;
}

.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; */
}

/**栏目新闻图标序号**/
.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); */
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    margin: 0 auto;
}

.article {}

.article h1.arti_title {
    font-family: "Microsoft YaHei";
    padding: 34px;
    text-align: center;
    font-size: 20px;
    color: #313131;
}

/**文章标题**/
.article .arti_metas {
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 6px;
}

.article .entry .read img {
    max-width: 940px;
    /* _width: expression(this.width > 940 ? "940px" : this.width); */
}

/**文章阅读部分图片大小限制**/
/**页脚开始**/
#footer {
    background-color: #ededed;
}

#footer .inner {
    height: 52px;
    padding: 0;
}

.foot {
    float: left;
}

#footer p {
    font-size: 12px;
    line-height: 52px;
    height: 52px;
    color: #4f4f4f;
    text-align: center;
    font-family: "Microsoft YaHei";
}

/**自定义**/
#wp_news_w22 .news_z {
    margin-top: 15px;
}

#wp_news_w3 .news_z {
    margin-bottom: 17px;
}

.zs {
    width: 60px;
    height: 60px;
    float: left;
}

.zs .date-day {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #2175b9;
}

.zs .date-month {
    font-size: 20px;
    text-align: center;
    height: 30px;
    background-color: #efeeee;
    line-height: 30px;
}

.zs_1 {
    float: right;
    width: 318px;
}

#wp_news_w5 .zs_1 {
    float: left;
    margin-left: 5px;
}

.zs_1 .bt {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
}

.zs_1 .jj {
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 20px;
    color: #545454;
}

.news_y {}

.news_y .ys {}

.news_y .ys .bt {}

.news_y .ys .bt a {
    font-size: 14px;
    line-height: 38px;
    color: #005398;
}

.news_y .ys .jj {
    line-height: 22px;
}

.news_ys {
    border-bottom: 1px #d9d6d6 dashed;
    height: 66px;
}

.news_ys .ys_x {}

.news_ys .ys_x .bt {}

.news_ys .ys_x .bt a {
    font-size: 14px;
    color: #464646;
    line-height: 30px;
}

.news_ys .ys_x .jj {
    line-height: 22px;
    /* 18 */
}

.news_ys .ys_x .bt a {
    color: #9a9a9a;
}

#wp_nav_w2 .wp_nav .nav-item {
    width: 16.5%;
}

#wp_nav_w2 .wp_nav .sub-nav {
    width: 100% !important;
    border: none;
    display: none;
}

#wp_nav_w2 .wp_nav .sub-nav .nav-item a {
    border-top: none;
}

#wp_nav_w2 .wp_nav .sub-nav .nav-item a {
    text-align: center;
}

.wp_article_list .list_item .Article_Index {
    display: none
}

.wp_article_list .list_item {
    height: 30px;
    line-height: 30px;
}

#wp_nav_w10 .wp_nav .nav-item {
    width: 12.5%;
    margin-top: 45px;
    height: 41px;
}

#wp_nav_w10 .wp_nav .nav-item:hover {
    opacity: 0.8;
}

#wp_nav_w10 .wp_nav .nav-item a {
    font-size: 13px;
}

#wp_nav_w10 .wp_nav .nav-item a span.item-name {
    padding: 0;
    line-height: 100px;
}

#wp_nav_w10 .wp_nav .i1 {
    background: url(images/q1.png) no-repeat center;
}

#wp_nav_w10 .wp_nav .i2 {
    background: url(images/q2.png) no-repeat center;
}

#wp_nav_w10 .wp_nav .i3 {
    background: url(images/q3.png) no-repeat center;
}

#wp_nav_w10 .wp_nav .i4 {
    background: url(images/q4.png) no-repeat center;
}

#wp_nav_w10 .wp_nav .i5 {
    background: url(images/q5.png) no-repeat center;
}

#wp_nav_w10 .wp_nav .i6 {
    background: url(images/q6.png) no-repeat center;
}

#wp_nav_w10 .wp_nav .i7 {
    background: url(images/q7.png) no-repeat center;
}

#wp_nav_w10 .wp_nav .i8 {
    background: url(images/q8.png) no-repeat center;
}

#wp_news_w114 .wp_article_list .list_item {
    border-bottom: none;
    height: 30px;
    line-height: 30px;
}

#wp_news_w4 .news_ys {
    height: 78px;
}

.wp_article_list .list_item .Article_Title a {
    font-size: 14px;
    color: #464646;
}

.wp_article_list .list_item .Article_PublishDate {
    font-size: 14px;
    color: #999;
}

.wp_listcolumn .wp_subcolumn {
    border-top: none;
}

.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 90px;
}

.playlist {
    display: none;
}

.navlist {
    width: 100%;
    padding: 10px 0;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 100;
    background: #0063b6;
    *top: 180px;
    opacity: 0.8;
    /* filter: alpha(opacity:80); */
    -moz-opacity: 0.88;
    -khtml-opacity: 0.8;
}

.nav_list1 {
    width: 1200px;
    margin: 0 auto;
    background-color: #0063b6;
    opacity: 0.8;
    /* filter: alpha(opacity:80); */
    -moz-opacity: 0.88;
    -khtml-opacity: 0.8;
}

.navlist .navlist-li {
    float: left;
    width: 16.5%;
}

.navlist .navlist-li-1 {}

.navlist .navlist-li-0 {height:1px}

.navlist .nav-item {
    text-align: center;
    *display: inline !important;
}

.navlist .nav-item a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: "microsoft yahei";
}

.navlist .nav-item a:hover {
    color: #f90;
}

.navlist-li-9 .wp_nav .i1 {
    margin-right: 20px;
}

.navlist-li-9 .wp_nav .i2 {
    margin-right: 20px;
}

.div_piccontenttitle_li .c_pt_12 .c_pic {
    padding: 0;
}

.div_piccontenttitle_li .c_pt_12 .c_pic img {
    padding: 0;
}

.div_piccontenttitle_li .c_pt_12 .c_txt {
    width: 480px;
    float: right;
}

.div_piccontenttitle_li .c_pt_12 .c_txt h3 a span {
    font-weight: bold;
}

.div_piccontenttitle_li .c_pt_12 .c_txt a span {
    line-height: 24px;
    font-size: 14px;
}

.div_piccontenttitle_li .c_pt_12 .c_txt p {
    text-align: justify;
}

/***[搜索]***/
.ss {
    /* width: 210px; */
    float: right;
}

.ss form {
    padding-top: 10px;
}

.wp_search {
    position: relative;
}

.wp_search #keyword {
    border: none;
    height: 30px;
    line-height: 30px;
    width: 200px;
    border-radius: 5px;
    padding-left: 15px;
}

.wp_search #keyword:hover {
    background: #fff;
}

.wp_search .search {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url(images/iconSearch.png) center center no-repeat;
    border: none;
    cursor: pointer;
}

.wp_search .search:hover {
    /* background: url(images/iconSearch.png) center center no-repeat; */
}

/* CSS Document */

#footer.list .foot {
    float: none;
}


#logArea {
    font-family: "Microsoft YaHei";
    background: #fff;
    padding: 10px;
}

#logArea input {
    width: 234px;
    height: 32px;
    line-height: 32px;
    padding-left: 24px;
    font-size: 14px !important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#logArea .user input {
    background: url(images/login_bg.gif) no-repeat 0px -2px;
}

#logArea .pwd input {
    background: url(images/login_bg.gif) no-repeat 0px -141px;
}

#logArea .select_options {
    width: 260px;
    height: 32px;
    line-height: 32px;
    padding-left: 24px;
    background: url(images/login_bg.gif) no-repeat 0px -51px;
    font-size: 14px !important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#logArea .select_options option {
    height: 32px;
    line-height: 32px;
    font-size: 14px !important;
}

#logArea .btn .submit {
    line-height: 32px;
    width: 260px;
    border: 0px;
    background: url(images/login_bg.gif) no-repeat 0px -277px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.mailcon {
    float: right;
    /* width:560px */
}

.mailcon ul {
    display: inline-block;
    width: 100%;
}

.mailcon li {
    float: left;
    line-height: 55px;
    position: relative;
    cursor: pointer;
}

.mailcon li.hover {
    background: #fff;
}

.mailcon li.hover a {
    color: #ff9900;
}

.mailcon li a {
    font-size: 14px;
    padding: 0px 16px;
}

.mailcon .con {
    display: none;
    position: absolute;
    bottom: 55px;
    left: 0px;
    z-index: 1000;
}

.mailcon .mail1 .con {
    left: 0px;
}

.mailcon .mail2 .con {
    left: auto;
    right: 0px;
}

.mailcon .mail3 .con {
    background: #fff;
}

.mailcon .mail3 .con li {
    width: 100%;
    line-height: 35px;
    border-bottom: 1px solid #efefef
}

.mailcon .mail3 .con li a {
    display: block;
    line-height: 35px;
    padding: 0px 20px;
    color: #000;
}

.mailcon .mail3 .con li a:hover {
    background: #0063b6;
    color: #fff !important;
}

.mod-box {
    width: 780px;
    float: left;
}

.mod-box.clearfix {
    float: left;
    width: 780px;
}

.mod-t2 {
    margin-top: 25px;
}