@charset "utf-8";

/* CSS Document */

/*--------------------全局-------------------------*/
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
big,
em,
font,
img,
strong,
tt,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Arial, Verdana;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

input,
select,
textarea {
    font-size: 12px;
    font-family: Arial, Verdana;
}

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

a {
    text-decoration: none;
    color: #797979;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

h4 {
    font-size: 18px;
}

.grey {
    color: #a8a8a8;
}

.orange {
    color: #ff6e05;
}

.blue {
    color: #055aa9;
}

.b {
    font-weight: bold;
}

.white {
    color: #fff;
}

/*header*/
.top_nav {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 80px;
    background-color: #fff;
    z-index: 10000;
}

.top_nav .logo {
    height: 50px;
    margin-top: 15px;
    width: 400px;
    float: left;
}

.top_nav .logo img {
    height: 100%;
}

.top_nav .search_form {
    float: right;
    margin-top: 25px;
    margin-right: 10px;
}

.top_nav .search_form input {
    border: 1px solid #d8d8d8;
    padding: 8px 10px;
    width: 180px;
    margin-right: 20px;
    outline: none;
}

.top_nav .search_form a {
    border: 1px solid #2E8FD4;
    padding: 7px 10px;
    background-color: #2E8FD4;
    color: #fff;
    text-decoration: none;
}

.nav {
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    background-color: #2E8FD4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.module {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    height: 42px;
    background-color: #2E8FD4;
}

.module ul {
    float: left;
}

.module ul .module-li {
    width: 192px;
    float: left;
    height: 42px;
    text-align: center;
    position: relative;
}

.module ul .module-li > a {
    font-size: 18px;
    color: white;
    font-weight: 900;
    text-decoration: none;
    border-right: 1px solid #4E9FDF;
    display: block;
    height: 24px;
    margin-top: 9px;
    line-height: 24px;
}

.module ul .module-li > a.last {
    border-right: 1px solid transparent;
}

.module li.selected a,
.module li a.selected {
    background-position: 0 -60px;
    text-decoration: none;
}

.module li.selected a span,
.module li a.selected span {
    background-position: 100% -60px;
    color: #ff7e00;
}

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

.module li .submenu {
    display: none;
    position: absolute;
    top: 42px;
    left: 40px;
    width: 100px;
    height: auto;
    padding: 5px 0;
    background-color: #2E8FD4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.module li .submenu li {
    float: none;
    padding: 0;
    background: none;
    height: auto;
    text-align: center;
}

.module li .submenu li.last {
    border: none;
}

.module li .submenu li a {
    float: none;
    padding: 5px 0;
    height: 28px;
    display: block;
    width: 100%;
    line-height: 28px;
    background: none;
    font-size: 14px;
    color: #fff;
}

.module li .submenu li a:hover {
    background: #fff;
    color: #000;
    font-weight: 800;
}

.search {
    clear: both;
    width: 940px;
    margin: 0 auto;
    height: 45px;
    border: 1px #4076B7 solid;
    background-color: white;
    padding: 25px 0 0 60px;
}

.search a {
    width: 50px;
    height: 16px;
}

.search a img {
    margin: 0 0 0 6px;
}

#container {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    margin-top: 140px;
}

/*news*/
.news_content {
    clear: both;
    padding: 12px 12px 18px 12px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}

.news_content:hover {
    background-color: #f2f2f2;
}

.news_title {
    padding: 5px 0;
}

.news_title a {
    color: #4076B7;
    font-weight: 700;
    font-size: 16px;
}

.news_title a font {
    font-weight: 700;
    font-size: 16px;
}

.news_source {
    float: left;
    margin-bottom: 10px;
}

.news_des {
    clear: both;
    line-height: 18px;
    font-size: 14px;
    margin-top: 20px;
}

.news_des font {
    font-size: 14px;
}

.news_summary {
    font-weight: 900;
}

#media {
    float: right;
    width: 330px;
}

.media_container {
    width: 328px;
    border: none;
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

.media_container ul {
    width: 321px;
    margin: 0 0 5px 9px;
    *padding: 0 0 5px 9px;
    float: left;
}

.media_container ul li {
    width: 106px;
    height: 16px;
    float: left;
    margin-top: 8px;
}

.media_level {
    font-size: 14px;
    font-weight: 900;
    height: 30px;
    color: white;
    color: #000;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

/*weibo*/
.weibo_content {
    clear: both;
    padding: 15px 0px 25px 0px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.weibo_des {
    line-height: 20px;
}

.weibo_des p a {
    color: #4076B7;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

.weibo_des p a font {
    font-weight: 700;
    font-size: 16px;
}

.weibo_des p span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.weibo_con {
}

.weibo_thumb {
    margin-bottom: 5px;
}

.weibo_thumb_s {
    height: 150px;
}

.weibo_date {
    float: right;
}

.weibo_date span {
    margin-left: 20px;
}

/*video*/
.video_list {
    clear: both;
    margin: 0px 0 9px;
    float: left;
    background-color: #fff;
}

.video_list li {
    width: 180px;
    padding: 9px 10px 10px 10px;
    margin-bottom: 15px;
    float: left;
}

.video_list li:hover {
    background-color: #f2f2f2;
}

.video_list li p {
    margin-bottom: 16px;
}

.video_list li p.video_title a {
    color: #000;
    font-size: 12px;
}

.video_list li p.video_title a:hover {
    color: #4285F4;
}

/*stat*/
.stat_title {
    height: 20px;
    margin: 0 20px 0 20px;
    background-color: white;
    border-bottom: 1px dotted #B7CBE4;
}

/*footer*/
.footer {
    clear: both;
    margin: 0px auto;
    width: 1000px;
    height: 99px;
    background-color: #fff;
}

.footer .foot_title {
    padding-top: 50px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

/*other*/
.p_200 {
    width: 200px;
}

.p_400 {
    width: 400px;
}

.p_600 {
    width: 600px;
}

/*上移*/
.side-btns-wrap {
    width: 50px;
    left: 50%;
    margin-left: 505px;
    position: fixed;
    bottom: 40px;
    z-index: 100;
    visibility: hidden;
    overflow: hidden;
}

.side-btns-top {
    width: 50px;
}

.side-btns-top a {
    display: block;
    line-height: 500px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.side-btns-top-btn {
    height: 50px;
    width: 50px;
    background: url('../images/news_zxh_content_btn_bg.png') no-repeat scroll 0px -110px transparent;
    opacity: 0.35;
    overflow: hidden;
}

.login_panel {
    width: 500px;
    margin: 0 auto;
    margin-top: 150px;
}

.login_panel .login_logoTop {
    height: 50px;
    text-align: center;
}

.login_panel .login_logoTop img {
    height: 100%;
}

.login_panel .login_con {
    text-align: center;
    margin-top: 40px;
}

.login_panel .login_con .form_group {
    height: 40px;
    margin-top: 10px;
}

.login_panel .login_con .form_group label {
    display: inline-block;
    width: 80px;
    line-height: 10px;
}

.login_panel .login_con .form_group input {
    padding: 6px 10px;
    width: 200px;
    outline: none;
    border: 1px solid #d8d8d8;
}

.login_panel .login_con .form_group #login {
    background-color: #3C94D4;
    color: #fff;
    outline: none;
    text-decoration: none;
    width: 56px;
    height: 26px;
    display: block;
    margin: 0 auto;
    line-height: 26px;
    margin-top: 10px;
    width: 220px;
    margin-left: 180px;
}

.password_panel{
    text-align: center;
}

.password_panel .form_group{
    margin-top: 15px;
    margin-right: 10px;
}

.password_panel .form_group input {
    border: 1px solid #d8d8d8;
    padding: 8px 10px;
    width: 180px;
    margin-right: 20px;
    outline: none;
}

.password_panel .form_group .update {
    width: 50px;
    border: 1px solid #2E8FD4;
    padding: 7px 10px;
    background-color: #2E8FD4;
    color: #fff;
    text-decoration: none;
}

.password_panel .form_group .close {
    width: 50px;
    padding: 7px 10px;
}

.password_panel .show {
    margin-top: 15px;
    color: red;
}