.top_nav_box {
    border-top: 5px solid #bf0101;
    padding-top: 25px;
    margin-bottom: -17px;
    min-width: 1000px;
}

.wide1000 {
    /* width: 1000px; */
    margin: auto;
    /* padding: 0px 10px 0px 10px; */
}

.wide1_1000 {
    /* width: 1000px; */
    margin: auto;
    /* padding: 0px 10px 40px 10px; */
}

.top_box {
    background: url(../images/logo_bk.jpg) no-repeat center top;
    padding-top: 35px;
    min-width: 1000px;
    height: 163px;
}

.top_departmentbox {
    background: #FFF;
    padding-top: 35px;
    min-width: 1000px;
    border-top: 5px solid #bf0101;
}

.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    visibility: hidden;
    margin-top: 0px !important;
    margin-top: -2px;
    background: none;
    overflow: hidden;
}

.top_nav_box .navbar {
    background: none;
    border: none;
    height: 33px;
}

.top_nav_box .navbar ul li a {
    background: url(../images/top_nav_grey.jpg) no-repeat right bottom;
    height: 33px;
    padding-top: 0px;
    font-size: 12px;
}

.top_nav_box .navbar ul .no_grey a {
    background: none;
}

.works_group ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.works_group ul li {
    float: left;
    width: 33%;
    text-align: center;
    padding: 15px 0px;
}

.top_nav_box .btn-default {
    color: #FFF;
    background-color: #285caf;
    border: none;
}

.top_nav_box .btn-default:hover,
.top_nav_box .btn-default:focus,
.top_nav_box .btn-default:active,
.top_nav_box .btn-default.active,
.top_nav_box .open > .dropdown-toggle.btn-default {
    color: #FFF;
    background: #1374dd;
    border: none;
}

.top_nav_box .btn-default:active,
.top_nav_box .btn-default.active,
.top_nav_box .open > .dropdown-toggle.btn-default {
    background-image: none;
}

.top_nav_box .navbar-form {
    padding: 1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 38px;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*下拉菜单*/
.nav_second_relative {
    position: relative;
    width: 1000px;
    margin: auto;
}

.nav_second_box {
    border: 3px #6db0e3 solid;
    width: 100%;
    height: 330px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px #000;
    -moz-box-shadow: 5px 5px 10px #000;
    box-shadow: 5px 5px 10px #000;
}

.nav_second_aboutus {
    background: #fff;
}

.nav_second_news {
    background: #fff;
}

.nav_second_radiotv {
    background: url(../images/nav_second_bg_radiotv.jpg);
}

.nav_second_filmtv {
    background: url(../images/nav_second_bg_filmtv.jpg);
}

.nav_second_imgtext {
    background: #fff;
}

.nav_second_active {
    background: url(../images/nav_second_bg_active.jpg);
}

.nav_second {
    width: 250px;
    float: left;
    padding-left: 20px;
    padding-top: 30px;
}

.nav_second ul {
    padding: 0;
    margin: 0;
}

.nav_second ul li {
    background: url(../images/nav_second_li_bg.gif) left bottom no-repeat;
    border: 1px #ddd solid;
    border-radius: 5px;
    list-style: none;
    width: 210px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 35px;
}

.nav_box .nav_second ul li a {
    height: 35px;
    padding-left: 15px;
    line-height: 35px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: left;
}

.nav_second ul li a:hover {
    color: #e11e26;
    text-decoration: none;
}

.nav_second .radiotv li, .nav_second .radiotv li a {
    width: 270px;
}

.dropdown_line {
    background: url(../images/nav_second_line.jpg) left top no-repeat;
    width: 1px;
    height: 290px;
    float: left;
    margin: 0 20px 0 10px;
}

.dropdown_news, .dropdown_text {
    float: left;
    width: 220px;
    padding-top: 25px;
    color: #888;
    line-height: 23px;
}

.dropdown_right_pic {
    float: right;
    text-align: right;
}


.navbar {
    margin-bottom: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.search_box {
}


.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #efefef;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search_box {
    width: 308px;
    padding-top: 35px;
    margin-right: 10px;
}

.search_box .btn-default {
    color: #b9b9b9;
    background-color: #FFF;
    border: none;
}

.search_box .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    height: 35px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    border-radius: 50px;
}

.search_box .denglu .btn-login {
    background: #005494;
    background-image: -moz-linear-gradient(top, #0068b6, #005494); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0068b6), color-stop(1, #005494)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068b6', endColorstr='#005494', GradientType='0');
    border: 1px #005494 solid;
    color: #fff;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 30px;
}

.search_box .denglu .btn-login:hover,
.search_box .denglu .btn-login:focus,
.search_box .denglu .btn-login:active,
.search_box .denglu .btn-login.active {
    background: #be0008;
    background-image: -moz-linear-gradient(top, #e11e26, #be0008); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e11e26), color-stop(1, #be0008)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e11e26', endColorstr='#be0008', GradientType='0');
    border: 1px #be0008 solid;
    color: #fff;
}

.nav_box {
    height: 42px;
    background: #005392;
    background-image: -moz-linear-gradient(top, #0068b7, #005392); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0068b7), color-stop(1, #005392)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068b7', endColorstr='#005392', GradientType='0'); /* IE*/
    min-width: 1000px;
}

.department_nav_box {
    background: #002454;
}

.nav_box ul .return {
    float: right;
}

.nav_box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.nav_box ul li {
    float: left;
    font-size: 16px;
    line-height: 42px;
    padding: 0px 13px;
    text-align: center;
}

.nav_box ul li a {
    color: #FFF;
    height: 42px;
}

.nav_box ul .now {
    background: #6db0e3;
}

.nav_box ul .none {
    background: none;
}

.index_column_box {
    padding-bottom: 15px;
    padding-top: 12px;
}

.left_box {
    width: 747px;
}

.right_box {
    width: 218px;
}

.container {
    /* padding-right: 0px; */
    /* padding-left: 0px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
}

.yihang {
    display: block;
    width: 100%;
}

.box230 {
    width: 230px;
}

.box745 {
    width: 725px;
}

.title_box {
    height: 26px;
    line-height: 26px;
    color: #FFF;
    background: #285caf;
    padding-left: 70px;
    font-size: 16px;
    font-weight: bold;
}

.left_nav_box {
    padding-bottom: 80px;
    border-bottom: 5px solid #1374dd;
    margin-bottom: 25px;
}

.left_nav {
    padding: 10px;
    margin: 0px;
    list-style: none;
}

.left_nav li {
    border-bottom: 1px solid #d0e9ff;
    padding: 10px 10px 10px 60px;
    font-weight: bold;
    background: url(../images/dian_black.jpg) no-repeat center left;
    background-position: 50px 20px
}

.left_nav li img {
    margin-right: 10px;
}

.left_nav li a {
    color: #000;
}

.left_nav li a:hover {
    color: #1671dc;
}

.left_nav .left_now {
    background: url(../images/dian_blue.jpg) no-repeat center left;
    background-position: 50px 20px
}

.left_nav .left_now a {
    color: #1671dc;
}

.blue_box {
    background: #ecf6ff;
    border: 1px #cae1f5 solid;
    border-radius: 5px;
}

.left_button_box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.left_button_box ul li {
    margin-bottom: 5px;
}

.pic_radio {
    background: url(../images/button_radio.jpg) no-repeat center center;
    width: 230px;
    height: 65px;
}

.pic_radio:hover {
    background: url(../images/button_radio_a.jpg) no-repeat center center;
}

.pic_film {
    background: url(../images/button_film.jpg) no-repeat center center;
    width: 230px;
    height: 65px;
}

.pic_film:hover {
    background: url(../images/button_film_a.jpg) no-repeat center center;
}

.pic_making {
    background: url(../images/button_making.jpg) no-repeat center center;
    width: 230px;
    height: 65px;
}

.pic_making:hover {
    background: url(../images/button_making_a.jpg) no-repeat center center;
}

.pic_social {
    background: url(../images/button_social.jpg) no-repeat center center;
    width: 230px;
    height: 65px;
}

.pic_social:hover {
    background: url(../images/button_social_a.jpg) no-repeat center center;
}

.h_box {
    background: url(../images/h_blue.jpg) repeat-x center top;
    height: 26px;
    line-height: 26px;
}

.h_box .h_blue {
    background: #285caf;
    height: 26px;
    line-height: 20px;
    display: block;
    float: left;
    border-right: 1px solid #FFF;
    color: #FFF;
    padding: 3px 15px;
    font-weight: bold;
}

.more {
    margin-right: 15px;
    font-size: 14px;
}

.list_box ul, .pic_box ul, .audio_box ul {
    padding: 10px 0px;
    margin: 0px;
    list-style: none;
}

.list_box ul li {
    background: url(../images/list.jpg) no-repeat center left;
    padding-left: 15px;
    line-height: 36px;
    font-size: 14px;
}

.audio_box ul li {
    line-height: 36px;
    font-size: 14px;
}

.audio_box ul li span {
    margin-right: 10px;
}

.list_box ul li a, .audio_box ul li a {
    color: #595959;
}

.list_box ul .borders, .audio_box ul .borders {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.link_box {
    height: 61px;
    background: #aad7ff;
    min-width: 1000px;
    padding-top: 15px;
    text-align: center;
}

.link_box .btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 0px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #FFF;
}

.copyright_box {
    text-align: center;
    padding: 40px 0px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: #005392;
    min-width: 1000px;
}

.copyright_box a {
    color: #fff;
    text-decoration: underline;
}

.leadership_box {
    padding: 23px 30px;
    background: url(../images/leader_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}

.leadership_img {
    margin-right: 25px;
    width: 200px;
    height: 264px;
    overflow: hidden;
    width: 200px;
    height: 264px;
    background-color: #eeeeee;
    box-shadow: 1.6px 1.2px 7.7px 0.3px 
  rgba(0, 0, 0, 0.16);
    border: solid 0px #ffffff;
}

.leadership_introduce {
    /* width: 490px; */
    margin-top: 28px;
}

.leadership_name {
    /* color: #1374dd; */
    /* padding-bottom: 15px; */
    /* margin-bottom: 15px; */
    /* font-size: 18px; */
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #03672d;
    border-bottom: 1px solid #cbe1cc;
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}

.leadership_name span {
    font-size: 30px;
    margin-right: 25px;
    font-weight: bold;
    display: block;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.leadership_work ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.leadership_work ul li {
    background: url(../images/dian_black.jpg) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
}

.leadership_work ul .work_h {
    background: none;
    padding-left: 0px;
    font-weight: bold;
}

.ultimate_box h2 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 15px;
}

.ultimate_box {
    line-height: 32px;
    color: #000;
    min-height: 500px;
}

.ultimate_box_info {
    line-height: 32px;
    color: #000;
}

.leadership_3h {
    font-weight: bold;
    text-align: center;
    background: url(../images/leadership_tiao.jpg) repeat-x center center;
}

.leadership_3h span {
    background: #ecf6ff;
    padding: 0px 10px;
}

.leadership_3box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.leadership_3box ul li {
    float: left;
    width: 33%;
    text-align: center;
    padding: 15px 0px;
}

.leadership_3box ul li img {
    margin-bottom: 10px;
}

.grid_9 {
    padding: 15px 0px;
}

body .margin_r0, .grid_9 .margin_r0, #indexbox, .platform_box .margin_r0 {
    margin-right: 0px;
}

.pic_box {
    margin-bottom: 25px;
}


.top_new_box {
    width: 365px;
}

.index_list_box {
}

.index_list_box ul {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}

.index_list_box ul li {
    color: #000000;
    background: url(../images/dian_blue1.jpg) no-repeat center left;
    line-height: 29px;
    padding-left: 15px;
    font-size: 14px;
}

.index_list_box ul li a {
    color: #000000;
}

.index_list_box ul li a:hover {
    color: #c10601;
}

.index_list_box ul .index_list_new a {
    color: #000;
}

.index_list_box ul .index_list_new img {
    margin-left: 10px;
}

.top_new_box .index_list_more {
    border: none;
    background: none;
    padding-right: 12px;
    font-size: 14px;
}

.top_new_box .index_list_more a {
    color: #1274dc;
}

.path_box {
    padding-top: 12px;
    font-size: 12px;
    color: #a8a8a8;
}

.path_box a {
    color: #a8a8a8;
}

.high23 {
    height: 23px;
}

.index_column4_box1 {
    width: 365px;
    margin-right: 15px;
}

.index_edge {
    border: 1px solid #c1defe;
    padding: 2px;
    margin-bottom: 19px;
}

.index_edge_lv {
    border: 1px solid #bcd7aa;
    padding: 2px;
    margin-bottom: 19px;
}

.index_h_box {
    height: 22px;
    padding-left: 5px;
    background: url(../images/h_blue1.jpg) repeat-x center center;
}

.index_h_lvbox {
    height: 22px;
    padding-left: 5px;
    background: url(../images/h_green.jpg) repeat-x center center;
}

.index_h_blue {
    float: left;
    background: #FFF;
    padding: 0px 10px;
    height: 22px;
    color: #0045bc;
    font-weight: bold;
}

.index_h_green {
    float: left;
    background: #FFF;
    padding: 0px 10px;
    height: 22px;
    color: #5b942b;
    font-weight: bold;
}

.index_column_top {
    margin-bottom: 6px;
}

.index_column4_imgbox {
    width: 141px;
    margin-right: 20px;
}

.index_column4_imgbox img {
    margin-bottom: 23px;
    border: 1px solid #e5e5e5;
}

.index_column4_listbox {
    width: 200px;
}

.index_column4_listbox ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.index_column4_listbox ul li {
    color: #000;
    background: url(../images/dian_black.jpg) no-repeat center left;
    padding-left: 10px;
    font-size: 14px;
    line-height: 29px;
}

.index_column4_listbox ul li a {
    color: #000;
}

.index_column4_listbox ul li span {
    margin-right: 5px;
}

.index_column4_listbox ul .index_list_more {
    border: none;
    background: none;
}

.index_column4_listbox ul .index_list_more a {
    color: #1274dc;
}


.announcement_box {
    /* background: #d0e9ff; */
    /* padding: 7px 7px 17px 7px; */
    border-radius: 10px;
    /* margin-bottom: 20px; */
}

.national_box {
    margin-bottom: 17px;
    padding-top: 3px;
}

.announcement_h {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.announcement_content {
    /* background: #ecf6ff; */
    border-radius: 10px;
    padding: 0 10px;
    /* margin-bottom: 10px; */
}

.announcement_content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.announcement_content ul li {
    /* color: #000; */
    /* line-height: 29px; */
    /* font-size: 14px; */
    /* display: inherit; */
}

.announcement_content ul li a {
    /* color: #000; */
}

.announcement_content ul li a:hover {
    color: #03672d;
}

.more {
    padding-top: 2px;
}

.more a {
    color: #1274dc;
    font-size: 14px;
    text-align: right;
}

.more a:hover {
    color: #e11e26;
}

/*.announcement_content ul li { border-bottom:1px solid #d0e9ff; font-size:12px; padding:10px; line-height:21px; color:#888888;}
.announcement_content ul li span {display:block;}
.announcement_content ul li a { color:#0a5db5;}
*/
.index_leadership_box {
    border-radius: 10px;
    background: #d0e9ff;
    padding-bottom: 25px;
}

.index_leadership_h {
    background: #1374dd;
    color: #FFF;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

.index_leadership_3h .center_leadership {
    background: #d0e9ff;
    padding: 0px 10px;
    color: #000;
}

.index_leadership_3h {
    font-weight: bold;
    text-align: center;
    background: url(../images/leadership_tiao.jpg) repeat-x center center;
    margin: 12px;
}

.leadership3_index ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.leadership3_index ul li {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-bottom: 8px;
}

.leadership3_index ul li a {
    color: #000;
    font-weight: bold;
    text-align: center;
}

.department_index ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.department_index ul li {
    float: left;
    min-width: 100px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 29px;
}

.department_index ul li a {
    color: #1374dd;
}

.department_index .center_leadership {
    color: #1374dd;
}


.platform_box {
    margin-bottom: 15px;
}

.platform_box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.platform_box ul li {
    float: left;
    margin-right: 20px;
}

.platform_h {
    color: #1374dd;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/platform_tiao.jpg) repeat-x center center;
    margin-bottom: 15px;
}

.platform_h span {
    background: #FFF;
    padding-right: 10px;
}


.index_h2box {
    background: #e7f3ff;
    font-size: 16px;
    height: 17px;
    line-height: 16px;
    margin-bottom: 15px;
}

.index_h2blue {
    background: #1374dd;
    float: left;
    padding-left: 10px;
    height: 17px;
}

.index_h2blue span {
    background: #FFF;
    padding: 0px 12px;
    height: 17px;
    color: #1374dd;
    font-weight: bold;
}

.index_video_img {
    margin-right: 25px;
}

.index_video_introduce {
    width: 460px;
    line-height: 28px;
    color: #666;
}

.index_video_introduce .index_video_name {
    font-weight: bold;
    line-height: 28px;
    display: block;
    margin-bottom: 35px;
}

.index_video_introduce .blue_word {
    color: #1374dd;
}

.index_video_introduce .btn {
    display: block;
    padding: 6px 50px;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #1374dd;
    background-color: #03672d;
}

.banner_box {
    margin-bottom: 35px;
}

.map_box {
    width: 488px;
    margin-right: 25px;
}

.region_box {
    width: 465px;
}

.region_left {
    margin-right: 23px;
}

.region_left ul, .region_right ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.region_left ul li {
    background: url(../images/region_background.jpg) no-repeat left top;
    padding: 3px;
    width: 89px;
    height: 75px;
    margin-bottom: 25px;
}

.region_right {
    overflow: hidden;
}

.region_right ul li {
    line-height: 28px;
    font-size: 12px;
    line-height: 33px;
    border-bottom: 1px #ddd solid;
    color: #999;
    width: 100%;
}

.region_right ul li a {
    color: #000;
    font-size: 14px;
}

.region_right ul li a:hover {
    color: #e11e26;
}

.region_right ul li span {
    margin-right: 10px;
}

.text_box {
    line-height: 32px;
    color: #666;
}

.works_h {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px 6px 6px 6px;
}

.works_p {
    text-align: center;
    padding: 20px;
}

.works_name {
    padding: 10px;
}

.works_group {
    padding: 20px;
}

.works_group table td {
    width: 33%;
    text-align: center;
    padding: 15px 0px;
}

.vip_box {
    margin: 50px 100px;
    padding: 30px;
    border-radius: 10px;
}

.vip_box .btn {
    display: block;
    /* padding: 6px 50px; */
    margin-bottom: 0;
    margin-top: 30px;
    /* font-size: 18px; */
    /* line-height: 1.42857143; */
    /* text-align: center; */
    /* white-space: nowrap; */
    /* vertical-align: middle; */
    /* cursor: pointer; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* background-image: none; */
    border: none;
    /* border-radius: 4px; */
    /* background: #1374dd; */
    color: #FFF;
    width: 161px;
    height: 48px;
    background-color: #03672d;
    border-radius: 4px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 5px;
    color: #ffffff;
    padding: 0;
}

.vip_h {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 35px;
    border-bottom: 1px solid #c4e3ff;
    margin-bottom: 35px;
}

.list4_box {
    float: left;
    margin-right: 15px;
    width: 355px;
    margin-bottom: 20px;
}

.media_box {
    padding: 25px 0px;
}

.media_img {
    margin-right: 15px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.media_img img {
    border: 1px solid #CCC;
}

.media_introduce {
    line-height: 30px;
}

.media_introduce span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.width457 {
    width: 457px;
}

.width200 {
    width: 200px;
}

.trailer_box {
    /* width: 445px; */
    width: 525px;
}

.trailer_h {
    border-bottom: 1px solid #e3e3e3;
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}

.trailer_h span {
    border-bottom: 3px solid #FFF;
    float: left;
    height: 32px;
    padding: 0px 15px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.trailer_introduce .trailer_introduce_h , .live_info h1 {
    display: block;
    /* color: #c91618; */
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333;
    margin-top: 30px;
    line-height: 1.3;
}

.trailer_introduce {
    color: #666;
    line-height: 32px;
    letter-spacing: 1px;
    color: #333333;
}

.trailer_introduce .trailer_introduce_time {
    /* font-weight: bold; */
    margin-bottom: 30px;
    display: block;
    letter-spacing: 0.4px;
    color: #03672d;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
}

.trailer_introduce .btn {
    display: block;
    padding: 6px 50px;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    background: #1374dd;
    color: #FFF;
}

.social_activity {
    font-size: 12px;
    margin-bottom: -5px;
    padding-bottom: 10px;
}

.advertising_box, .social_news_box {
    margin-bottom: 35px;
}

.social_activity span {
    color: #999;
    line-height: 24px;
}

.social_activity h3 {
    color: #1757a6;
}

.social_activity .countdown_time {
    margin-bottom: 0px;
    text-align: right;
    color: #999;
}

.progress {
    height: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.social_h_box {
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: bold;
    color: #c91618;
}

.q_a {
    font-size: 18px;
    font-weight: bold;
    color: #c91618;
}

.social_h_box a, .q_a a {
    font-size: 12px;
    color: #888888;
}

.social_h_box span, .q_a span {
    float: left;
    border-bottom: 3px solid #c91618;
    padding-right: 40px;
    color: #c91618;
    padding-bottom: 5px;
}

.about_box {
    padding: 15px;
    line-height: 30px;
    color: #000;
}

.now_play {
    padding: 15px;
    background: #474747;
    text-align: center;
}

.now_name {
    background: #474747;
    color: #FFF;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #666;
}

.social_img {
    margin-right: 25px;
}

.alerts_box {
    width: 470px;
}

.alerts_introduce {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 22px;
}

.alerts_introduce span {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.alerts_introduce span a {
    color: #1757a6;
}

.alerts_list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.alerts_list ul li {
    background: url(../images/dian_black.jpg) no-repeat center left;
    padding-left: 20px;
    line-height: 28px;
    font-size: 12px;
}

.alerts_list ul li a {
    color: #1757a6;
}

.logo_bumen_img {
    border-right: 1px solid #e3e3e3;
    margin-right: 22px;
}

.small_name {
    font-size: 16px;
}

.big_name {
    font-size: 40px;
    font-weight: bolder;
}

.department_h_box {
    font-size: 24px;
    font-weight: bold;
}

.department_h_box span {
    color: #b2b2b2;
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    text-transform: uppercase;
}

.department_h_box span a {
    font-size: 12px;
    line-height: 50px;
    color: #b2b2b2;
}

.underline_box {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.department_news_h {
    background: #285caf;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 5px 15px;
}

.department_news_list {
    background: #f7f7f7;
    padding: 15px;
}

.media-heading {
    color: #666;
    line-height: 26px;
}

.department_list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.department_list ul li {
    width: 45%;
    float: left;
    background: url(../images/dian_blue.jpg) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5%;
}

.department_list ul li a {
    color: #000;
}

.department_news_h_red {
    background: #c20000;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 5px 15px;
}

.department_right_grey {
    background: #f7f7f7;
    height: 330px;
    margin-bottom: 20px;
}

.department_news_box {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.white_box {
    background: #FFF;
    padding-bottom: 15px;
}

.blue_b5 {
    border-bottom: 5px solid #285caf;
}

.about_box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.about_box ul li {
    line-height: 26px;
}

.about_box ul li a {
    color: #000;
}

.grey_background {
    background: #f7f7f7;
    margin-bottom: 35px;
    padding: 10px;
}

.department_red_h {
    border-bottom: 1px solid #FFF;
    font-size: 24px;
    font-weight: bold;
    color: #c00301;
    line-height: 40px;
}

.department_red_h span {
    margin-right: 10px;
}

.top_edge {
    border-top: 1px solid #edebec;
}

.placeholder {
    background: #FFF;
    height: 68px;
    border-bottom: 5px solid #285caf;
}

.department_neat {
    background: #f7f7f7;
    margin-bottom: 20px;
}

.high535 {
    height: 535px;
}

.high445 {
    height: 445px;
}

.high270 {
    height: 270px;
}

.department_neat img {
    margin-bottom: 10px;
}

.about_box .btn {
    padding: 6px 20px;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #FFF;
    color: #1374dd;
}

.trailer_introduce .btn {
    display: inline-block;
    padding: 8px 25px;
    margin-bottom: 0;
    /* font-weight: bold; */
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    width: 130px;
    height: 42px;
    background-color: #03672d;
    border-radius: 4px;
    letter-spacing: 1.1px;
    color: #ffffff;
    line-height: 42px;
    font-weight: normal;
    padding: 0;
    font-size: 18px;
    /* float: right; */
}

.trailer_introduce .dark {
    background: #eaeaea;
    color: #aaaaaa;
}

.trailer_introduce .bright {
    background: #c91618;
    color: #FFF;
    background-color: #f4a323;
    margin-left: 30px;
}

.caption .live_h {
    color: #666666;
    font-weight: bold;
}

.caption .live_h a {
    color: #1757a6;
}

.thumbnail img {
    margin-bottom: 10px;
    width: 100%;
}

.classification {
    color: #999;
    display: block;
}

.classification a {
    margin-left: 10px;
}

.social_h_box .icon_attribute {
    margin-top: 1px;
    margin-right: -30px;
    color: #cccccc;
}

.topic_box {
    background: #eeeeee;
}

.q_a .icon_attribute {
    margin-top: 6px;
    margin-right: -30px;
    color: #cccccc;
}

.q_and_a ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.q_and_a {
    padding: 25px 20px 50px 20px;
    margin-bottom: 50px;
}

.q_and_a ul li {
    float: left;
    width: 50%;
    padding-right: 25px;
    color: #666;
    margin-bottom: 20px;
    font-size: 12px;
}

.q_and_a ul li h4 {
    color: #1757a6;
    line-height: 30px;
}

.q_and_a ul li h4 span {
    margin-right: 5px;
    color: #a4a4a4;
}

.live_img {
    /* padding: 10px; */
    border-radius: 6px;
    background: #acacac;
    margin-bottom: 25px;
    min-height: 310px;
}

.live_box {
    width: 440px;
}

.live_box i {
    margin: 0px 10px;
    font-weight: normal;
}

.live_box span {
    display: block;
}

.live_time {
    font-weight: bold;
    margin-bottom: 20px;
}

.live_title {
    color: #1374dd;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.live_questions {
    font-size: 18px;
    font-weight: bold;
    color: #1374dd;
    color: #000;
    border-bottom: 1px solid #bababa;
    padding-bottom: 10px;
}

.live_questions a {
    float: right;
}

.live_scene span {
    font-size: 14px;
    font-weight: bold;
    color: #1374dd;
    margin-top: 15px;
}

.live_scene {
    line-height: 26px;
    height: 448px;
}

.live_scene_new span {
    font-size: 14px;
    font-weight: bold;
    color: #1374dd;
    margin-top: 15px;
}

.live_scene_new {
    line-height: 26px;
    height: 260px;
}

.experts_introduce {
    height: 490px;
    background: #efefef;
    border-radius: 6px;
    padding: 25px;
}

.margin_r25 {
    margin-right: 25px;
}

.live_w510 {
    width: 490px;
}

.video_introduce_box {
    color: #888888;
    line-height: 26px;
    overflow-y: scroll;
    height: 460px;
}

.video_introduce_box span {
    font-weight: bold;
    color: #1374dd;
    display: block;
}

.live_text_box {
    color: #888888;
    line-height: 26px;
    overflow-y: scroll;
    height: 380px;
}

.live_text_box span {
    font-weight: bold;
    color: #1374dd;
    display: block;
}

.live_comments_box {
    color: #888888;
    line-height: 26px;
    overflow-y: scroll;
    height: 240px;
}

.live_comments_box span {
    font-weight: bold;
    color: #1374dd;
    display: block;
}

.live_input {
    display: block;
    width: 440px;
    height: 80px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input_box .btn {
    display: block;
    padding: 3px 20px;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    background: #1374dd;
    float: right;
    color: #FFF;
}

.input_ul {
    margin-bottom: 35px;
}

.input_ul ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.input_ul ul li {
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px dashed #c2c2c2;
    padding: 10px 0px;
}

.input_ul ul li span {
    margin-right: 10px;
}

.input_ul ul li h4 {
    font-size: 14px;
    color: #1374dd;
}


.content_title_box {
    border-bottom: 1px dashed #cccccc;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    padding: 0px 0px 13px 0px;
    margin-bottom: 20px;
    color: #000;
}

.content_title_box .content_time {
    font-size: 14px;
    font-weight: normal;
    color: #cccccc;
    display: block;
    line-height: 1;
    margin-top: 30px;
}

.content_end_box {
    /* padding: 0px 20px 30px 20px; */
    padding: 30px 20px 30px 40px;
    color: #333;
    font-size: 16px;
    line-height: 220%;
}


.department_news_h span {
    float: right;
    font-size: 14px;
    font-weight: normal
}

.department_news_h span a {
    color: #FFF;
}


/*管理中心*/

.member_main {
    width: 1000px;
    margin: 25px auto;
}

.member_main .member_left {
    width: 200px;
    background: #dcefff;
    float: left;
}

.member_left_nav ul {
    padding: 0;
    margin: 0;
}

.member_left_nav ul li {
    font-size: 18px;
    background: #002454;
    list-style: none;
}

.member_left_nav ul li a {
    padding-left: 30px;
    display: block;
    color: #fff;
    line-height: 43px;
    font-weight: bold;
}

.member_left_nav .member_left_nav_second {
    padding: 10px 0;
}

.member_left_nav .member_left_nav_second li {
    font-size: 14px;
    background: #dcefff;
}

.member_left_nav .member_left_nav_second li a {
    padding-left: 40px;
    display: block;
    color: #666;
    line-height: 30px;
    font-weight: normal;
}

.member_left_nav .member_left_nav_second li a:hover {
    color: #d20000;
}

.member_left_nav .member_left_nav_second .current a {
    color: #d20000;
    font-weight: bold;
}

.member_main .member_right {
    width: 760px;
    float: right;
}

.member_info {
    margin-bottom: 30px;
}

.member_pic {
}

.member_notice {
}

.member_name {
    font-size: 20px;
    color: #0083ef;
    margin-bottom: 15px;
    padding-top: 10px;
    font-weight: bold;
}

.member_key {
    margin-bottom: 30px;
}

.member_service {
}

.member_service ul {
    padding: 0;
    margin: 0;
}

.member_service ul li {
    float: left;
    list-style: none;
    width: 70px;
    text-align: center;
    line-height: 30px;
    margin-right: 50px;
}

.member_service ul li .member_service_icon {
    background: #0083ef;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    margin: auto;
}

.member_service ul li span {
    color: #d20000;
}

.member_service ul li a {
    color: #666;
}

.member_blue_box {
    background: #f2f9ff;
    border: 1px #e5eff7 solid;
    border-radius: 8px;
    padding: 20px 25px;
}

.icon_title {
    color: #0083ef;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}


/*-------新单位介绍----*/
.lower_nav1 .btn-danger, .lower_nav .btn-danger {
    background: #e11e26;
}

.lower_nav1 .btn-primary, .lower_nav .btn-primary {
    background: #6db0e3;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #6db0e3;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.breadcrumb {
    padding: 15px 0 3px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: #FFF;
    border-radius: 4px;
}

.breadcrumb a {
    color: #888;
}

.breadcrumb a:hover {
    color: #03672d;
}

.lower_nav {
    border: 1px solid #d6edff;
    height: 248px;
    margin-bottom: 45px;
    padding: 45px 0px 0px 30px;
}

.n_dwjs {
    background: url(../images/n_dwjs.jpg) no-repeat center top;
}

.lower_nav_h {
    font-size: 30px;
    color: #0064b1;
    font-weight: bold;
    margin-bottom: 70px;
}

.lower_nav_h span {
    font-size: 20px;
    color: #a1c2e1;
    font-weight: normal;
    margin-left: 15px;
}

.lower_nav_button .btn {
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
}

.lower_nav_button .btn:hover {
    background: #e11e26;
}

.n_title_box {
    background: url(../images/n_title_box_bk.jpg) repeat-x center center;
    margin-bottom: 30px;
    color: #000;
}

.n_title_box span {
    background: #FFF;
    padding: 0px 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.n_title_box .hui_bk {
    background: #eee;
}

.pull-left img {
    /* border: 1px solid #dddddd; */
    /* margin-right: 10px; */
    /* margin-bottom: 5px; */
}

.media-body {
    /* line-height: 30px; */
    /* color: #666666; */
}

.leadership .row img {
    border: 4px solid #dcdcdc;
    margin-bottom: 20px;
}

.leadership .row img:hover {
    border: 4px solid #b0d6fb;
}

.leadership .row {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.institutions .btn {
    width: 145px;
    height: 80px;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 30px 35px;
    background: #4789cd;
    background-image: -moz-linear-gradient(top, #63a8ed, #4789cd); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63a8ed), color-stop(1, #4789cd)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63a8ed', endColorstr='#4789cd', GradientType='0'); /* IE*/
}

.institutions .btn:hover {
    background: #a82626;
    background-image: -moz-linear-gradient(top, #e43232, #a82626); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e43232), color-stop(1, #a82626)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e43232', endColorstr='#a82626', GradientType='0'); /* IE*/
    border: 1px #941515 solid;
}

.institutions i {
    font-size: 22px;
}


/*-------新工作动态----*/
.lower_nav1 {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 20px 0px 20px 0px;
    margin-bottom: 30px;
}

.lower_nav_h1 {
    font-size: 30px;
    color: #0064b1;
    font-weight: bold;
}

.lower_nav_h1 span {
    font-size: 20px;
    color: #a1c2e1;
    font-weight: normal;
    margin-left: 15px;
}

.gzdt_right {
    width: 300px;
}

.gzdt_right a {
    color: #000;
}

.gzdt_right a:hover {
    color: #e11e26;
}

.media_12f {
    font-size: 12px;
    line-height: 20px;
}

.media_12f h5 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
}

.media_12f h5 a, .boss h4 a {
    color: #555;
}

.boss h4 {
    color: #555;
    font-weight: bold;
}

.boss h4 a {
    color: #555;
}

.boss h4 a:hover {
    color: #e11e26;
}

.boss p {
    line-height: 25px;
    color: #999;
}

.list_ul ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_ul ul li {
    color: #000;
    line-height: 30px;
    font-size: 16px;
}

.list_ul ul li a {
    color: #000;
    margin-left: 10px;
}

.list_ul ul li a:hover {
    color: #e11e26;
}

.high100 {
    height: 10px;
}


/*-------新广播电视----*/
.video_pic {
    position: absolute;
    left: 47%;
    top: 35%;
    overflow: hidden;
    z-index: 1;
}

.radio_box {
    margin-bottom: 35px;
}

.renkou_introduce {
    font-size: 16px;
    font-weight: bold;
}

.renkou_introduce span {
    color: #d9292b;
}

.juzhong {
    background: #FFF;
    margin: auto;
    width: 180px;
    text-align: center;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    font-size: 20px;
    font-weight: bold;
    color: #0064b1;
}

.trailer {
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.trailer span {
    color: #000;
    font-size: 26px;
    display: block;
}

.renkou .caption {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    height: 30px;
}

.renkou .caption a {
    color: #000;
}

.renkou .caption span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.positioning {
    position: relative;
}

.renkou .col-sm-3 {
    margin-bottom: 50px;
}

.video_pic1 {
    position: absolute;
    left: 40%;
    top: 28%;
    overflow: hidden;
    z-index: 1;
}

.renkou_button {
    text-align: center;
    padding: 10px;
}

.renkou_button .btn {
    font-size: 18px;
    background-color: #03672d;
    padding: 6px 20px;
}

.guangbo_list {
    background: linear-gradient(#fff, #eeefee);
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.guangbo_list img {
    border: none;
    margin-right: 15px;
}

.guangbo_list a {
    color: #000;
}

.guangbo_list span {
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

.img_b img {
    border: 4px solid #dcdcdc;
    margin-bottom: 10px;
}

.video_pic1 img {
    border: none;
}


/*-------新图文制作----*/
.tuwen span {
    margin: 0px;
}

.tuwen_pic1 {
    margin-right: 15px;
}

.tuwen_pic_s, .huodong_pic_s, .yinshi_pic {
    float: left;
    width: 490px;
}

.tuwen_pic_s .col-md-4, .huodong_pic_s .col-md-4, .huodong_pic_s .col-md-8 {
    margin-bottom: 48px;
}

.tuwen_h {
    position: absolute;
    top: 0px;
    left: 15px;
    background: #4285bc;
    padding: 3px 10px;
    color: #FFF;
    font-weight: bold;
}


/*-------新社会活动----*/
.huodong_pic_s .col-md-4, .huodong_pic_s .col-md-8 {
    margin-bottom: 63px;
    padding-left: 30px;
    margin-right: -30px;
}

.huodong_pic_s .col-md-8 ul {
    padding: 0px 0px 0px 0px;
    margin: -5px 0px 0px 0px;
    list-style: none;
}

.huodong_pic_s .col-md-8 ul li {
    font-size: 18px;
    line-height: 30px;
}

.huodong_pic_s .col-md-8 ul li a {
    color: #000;
}

.huodong_pic_s .col-md-8 ul li a:hover, .huodong_pic_s .col-md-8 ul .new a {
    color: #0064b1;
}

.shhd_pphd .row img {
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.n_title_box a {
    font-size: 12px;
    color: #888888;
}

.hdtu .row img {
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 4px;
}

.hdtu .row .col-xs-6 {
    margin-bottom: 15px;
}

.hdsp .row .col-xs-6 {
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: bold;
}

.hdsp .row .col-xs-6 a {
    color: #000;
}

/*-------新影视传播----*/
.yinshi_pic .col-md-4, .yinshi_pic .col-md-8 {
    margin-bottom: 63px;
    margin-right: -20px;
}

.yinshi_pic .col-md-8 ul {
    padding: 0px 0px 0px 0px;
    margin: -5px 0px 0px 0px;
    list-style: none;
}

.yinshi_pic .col-md-8 ul li {
    background: url(../images/dian_black.jpg) no-repeat center left;
    font-size: 14px;
    padding-left: 15px;
    line-height: 30px;
}

.yinshi_pic .col-md-8 ul li a {
    color: #000;
}

.yinshi_pic .col-md-8 ul li a:hover, .yinshi_pic .col-md-8 ul .new a {
    color: #0064b1;
}

.yinshi_pic .col-md-8 ul .new {
    font-size: 18px;
    padding-left: 0px;
    background: none;
}

.jkkp .row .col-xs-6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.jkkp .row .col-xs-6 a {
    color: #000;
}

.zxzb_introduce {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}

.zxzb_introduce span {
    color: #d9292b;
}

.zxzb .index_box .index_video_name .blue_word {
    color: #000;
    font-size: 16px;
}

.zxzb .index_box {
    margin-bottom: 35px;
}

.zxzb .social_activity {
    margin-bottom: 0px;
}

/*-------新内部专区----*/
.nbzq .row .caption h4 {
    font-weight: bold;
}

.nbzq .row .thumbnail {
    height: 420px;
    margin: 10px 10px 30px 10px;
}

.nbzq .row .caption ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.nbzq .row .caption ul li {
    background: url(../images/dian_black.jpg) no-repeat center left;
    padding-left: 15px;
    line-height: 28px;
}

.nbzq .row .caption ul li a {
    color: #000;
}

.nbzq .row .caption ul li a:hover {
    color: #e11e26;
}

/*-------新改----*/
.social_activity .row .thumbnail {
    min-height: 255px;
}

.social_activity .row .thumbnail.act_list {
    height: 293px;
}

.zxzb .social_activity .row .thumbnail {
    height: 400px;
}

.institutions .senior {
    width: 100%;
    text-align: center;
    display: block;
}

.institutions .senior .btn {
    width: 420px;
    height: 50px;
}

.institutions .senior2 {
    width: 50%;
    text-align: center;
}

.institutions .senior2 .btn {
    width: 420px;
    height: 50px;
    margin-bottom: 50px;
}

.block {
    display: block;
    word-break: keep-all;
}

.pull-left .wudian {
    border: none;
}

.index_list_box .wulist, .index_column4_listbox ul .wulist {
    background: none;
}

.index_list_box .wulist a, .index_column4_listbox ul .wulist a {
    color: #285caf;
}

.dowebok-outer {
    height: 119px;
    background: url(../images/bg.jpg) 50% 0 no-repeat;
}

#dowebok {
    width: 1000px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

#dowebok .item {
    position: relative;
    width: 104px;
    height: 119px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 30px;
    width: 30px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: 60px/60px "宋体";
    background-color: transparent;
    overflow: hidden;
    _display: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "<";
    color: #666
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: ">";
    color: #666
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    margin: 5px;

    font-size: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../images/ajaxloader.gif) no-repeat center center
}


/*基本样式，通用部分*/
.box_h15 {
    height: 15px;
    clear: both;
}

.box_h25 {
    height: 25px;
    clear: both;
}

.box_h30 {
    height: 30px;
    clear: both;
}

.box_h50 {
    height: 50px;
    clear: both;
}

.box_h80 {
    height: 80px;
    clear: both;
}

.box_h100 {
    height: 100px;
    clear: both;
}

.box_h120 {
    height: 120px;
    clear: both;
}

.margin_b15 {
    margin-bottom: 15px;
}

.margin_b20 {
    margin-bottom: 20px;
}

.margin_b25 {
    margin-bottom: 25px;
}

.margin_b30 {
    margin-bottom: 30px;
}

.margin_b50 {
    margin-bottom: 50px;
}

.margin_b80 {
    margin-bottom: 80px;
}

.margin_b100 {
    margin-bottom: 100px;
}

.margin_b120 {
    margin-bottom: 120px;
}

.margin-t18 {
    margin-top: 18px;
}

.bg_grey {
    background: #EEE;
}

.box_grey_border {
    background: #eee;
    padding: 20px;
    border: 1px #ddd solid;
    border-radius: 5px;
}

.box_grey_border .page-header {
    border-bottom: 1px solid #ccc;
}

.box_white_border {
    background: #fff;
    padding: 20px;
    border: 1px #ddd solid;
    border-radius: 5px;
}

.bold {
    font-weight: bold;
}

.ju {
    color: #ff7e00;
}

.blue {
    color: #105b9c;
}

.grey3 {
    color: #333;
}

.grey6 {
    color: #666;
}

.grey {
    color: #999;
}

.red {
    color: #d20000;
}

.hulan {
    color: #00b9cc
}

.line {
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px #ddd solid;
}

.line10 {
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #ddd solid;
    clear: both;
}

.button_hulan {
    padding: 15px 45px;
    font-size: 18px;
    font-weight: bold;
    background: #00b9cc;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.button_hulan:hover {
    text-decoration: none;
    color: #fff;
}

.button_blue {
    padding: 15px 45px;
    font-size: 18px;
    font-weight: bold;
    background: #105b9c;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.button_blue:hover {
    text-decoration: none;
    color: #fff;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f25 {
    font-size: 25px;
}

.f30 {
    font-size: 30px;
}

.links_grey3 {
}

.links_grey3 a {
    color: #666;
}

.links_grey3 a:hover {
    color: #e11e26;
}

.title01 {
    font-size: 25px;
    background: url(../images/title01_bg_red.gif) left bottom repeat-x;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #000;
    font-weight: bold;
    float: left;
}

.title02 {
    font-size: 25px;
    background: url(../images/title01_bg.gif) left bottom repeat-x;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #000;
    font-weight: bold;
}

.title02 span {
    background: url(../images/title01_bg_red.gif) left bottom repeat-x;
    padding-bottom: 8px;
}


.logo-m-b20 {
    margin-bottom: 20px;
}

.nav_bm_box {
    background: #005392;
    background-image: -moz-linear-gradient(top, #0068b7, #005392); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0068b7), color-stop(1, #005392)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068b7', endColorstr='#005392', GradientType='0'); /* IE*/
    height: 42px;
}

.nav_bm_box ul .return {
    float: right;
}

.nav_bm_box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.nav_bm_box ul li {
    float: left;
    font-size: 16px;
    line-height: 42px;
    padding: 0px 15px;
    text-align: center;
}

.nav_bm_box ul li a {
    color: #FFF;
    height: 42px;
}

.nav_bm_box ul .now {
    background: #6db0e3;
}

.nav_bm_box ul .none {
    background: none;
}

/*头部登录*/
.vip {
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eeeeee)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType='0'); /* IE*/
}

.denglu {
    color: #777;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.denglu a {
    padding: 0px 25px 0 0;
    height: 36px;
    line-height: 36px;
}

.denglu i {
    font-size: 18px;
}

.riqi {
    float: right;
    margin-right: 20px;
    color: #777;
}

.top_info {
    text-align: right;
    padding-top: 15px;
    padding-right: 10px;
    color: #005393;
}


/* m_map */
.m_map {
    width: 488px;
    height: 412px;
    position: relative;
    background: url(../images/diru.jpg) no-repeat 0 0;
}

.mp {
    position: absolute;
    cursor: pointer;
    background: url(../images/fi1.png) no-repeat 4px 20px;
    width: 24px;
    height: 63px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.mp:hover {
    background: url(../images/fi2.png) no-repeat 4px 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.feng {
    padding: 0px 15px 15px 15px;
    position: absolute;
    display: none;
    width: 260px;
    left: -8px;
    top: 55px;
    z-index: 10;
    border-radius: 10px;
    background: rgba(210, 39, 105, 0.7) none repeat scroll 0 0 !important; /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=70);
    background: #d22769; /*实现IE背景透明*/
}

.feng .sang {
    position: absolute;
    left: 13px;
    top: -8px;
    background: url(../images/vf2.png) no-repeat 0 0;
    width: 14px;
    height: 8px;
}

.feng .media-body ul {
    padding: 0px;
    margin: 0px;
    line-height: none;
}

.feng .media-body ul li {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
}

.feng .media-body ul li a {
    color: #fff;
}

.feng .media-body ul li a:hover {
    color: #FF0
}

.feng .pull-left ul {
    padding: 0px;
    margin: 0px;
    line-height: none;
}

.feng .pull-left ul li {
    margin-bottom: 10px;
}

.mp1 {
    left: 96px;
    top: 90px;
}

.mp2 {
    left: 259px;
    top: 140px;
}

.mp3 {
    left: 446px;
    top: 474px;
}

.mp4 {
    left: 524px;
    top: 474px;
}

.mp5 {
    left: 524px;
    top: 538px;
}

.mp6 {
    left: 545px;
    top: 594px;
}

.mp7 {
    left: 428px;
    top: 585px;
}

.mp8 {
    left: 548px;
    top: 407px;
}

.mp9 {
    left: 625px;
    top: 398px;
}

.mp10 {
    left: 612px;
    top: 325px;
}

.mp10 {
    left: 383px;
    top: 173px;
}

.mp11 {
    left: 643px;
    top: 454px;
}

.mp12 {
    left: 611px;
    top: 503px;
}

.mp13 {
    left: 668px;
    top: 496px;
}

.mp14 {
    left: 742px;
    top: 498px;
}

.mp15 {
    left: 699px;
    top: 557px;
}

.mp16 {
    left: 618px;
    top: 581px;
}

.mp17 {
    left: 646px;
    top: 604px;
}

.mp18 {
    left: 692px;
    top: 443px;
}

.mp19 {
    left: 727px;
    top: 428px;
}

.mp20 {
    left: 761px;
    top: 450px;
}

.mp21 {
    left: 287px;
    top: 177px;
}

.mp22 {
    left: 231px;
    top: 210px;
}

.mp23 {
    left: 278px;
    top: 99px;
}

.mp24 {
    left: 368px;
    top: 116px;
}

.mp25 {
    left: 730px;
    top: 170px;
}

.mp26 {
    left: 399px;
    top: 84px;
}

.mp27 {
    left: 430px;
    top: 17px;
}

.mp28 {
    left: 573px;
    top: 573px;
}

.mp29 {
    left: 746px;
    top: 441px;
}

.mp30 {
    left: 673px;
    top: 592px;
}

.mp31 {
    left: 779px;
    top: 440px;
}

.mp32 {
    left: 604px;
    top: 626px;
}

.mp33 {
    left: 332px;
    top: 100px;
}

.mp34 {
    left: 424px;
    top: 62px;
}

.mp35 {
    left: 753px;
    top: 391px;
}

.mp36 {
    left: 596px;
    top: 415px;
}

.mp37 {
    left: 575px;
    top: 435px;
}

.mp38 {
    left: 358px;
    top: 198px;
}

.mp39 {
    left: 400px;
    top: 86px;
}

.mp40 {
    left: 332px;
    top: 125px;
}

.mp41 {
    left: 778px;
    top: 495px;
}

.mp42 {
    left: 395px;
    top: 223px;
}

.mp43 {
    left: 653px;
    top: 545px;
}

.mp44 {
    left: 769px;
    top: 593px;
}

.mp45 {
    left: 800px;
    top: 524px;
}

.mp46 {
    left: 633px;
    top: 525px;
}

.mp47 {
    left: 567px;
    top: 298px;
}

.mp48 {
    left: 763px;
    top: 543px;
}

.mp49 {
    left: 798px;
    top: 578px;
}

.mp50 {
    left: 722px;
    top: 544px;
}

.mp51 {
    left: 706px;
    top: 501px;
}

.mp52 {
    left: 743px;
    top: 551px;
}

.mp53 {
    left: 406px;
    top: 515px;
}

.mp54 {
    left: 570px;
    top: 621px;
}

.mp55 {
    left: 405px;
    top: 195px;
}

.mp56 {
    left: 651px;
    top: 397px;
}

.mp57 {
    left: 299px;
    top: 341px;
}

.mp58 {
    left: 340px;
    top: 288px;
}

.mp59 {
    left: 704px;
    top: 398px;
}

.mp60 {
    left: 556px;
    top: 527px;
}

.mp61 {
    left: 551px;
    top: 455px;
}

.mp62 {
    left: 582px;
    top: 488px;
}

.mp63 {
    left: 350px;
    top: 105px;
}


.sub_title {
    font-size: 18px;
}


@media (max-width: 767px) {
    .top_link_box .navbar {
        background: none;
        border: none;
    }

    .top_link_box .navbar-default .navbar-nav > li > a {
        color: #000;
        padding-left: 10px;
        padding-right: 11px;
        font-size: 14px;
        height: 40px;
        padding-top: 10px;
        background: #FFF;
        border-bottom: 1px solid #CCC;
    }

    .box {
        padding-top: 10px;
    }

    .top_link_box .btn-default {
        color: #000;
        background-color: #FFF;
        border: none;
    }

    .top_link_box .btn-default:hover,
    .top_link_box .btn-default:focus,
    .top_link_box .btn-default:active,
    .top_link_box .btn-default.active,
    .top_link_box .open > .dropdown-toggle.btn-default {
        color: #000;
        background: #FFF;
        border: none;
    }

    .top_link_box .navbar-form {
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        border-top: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* 视频播放列表 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

#playerlist a {
    text-decoration: none;
    outline: none;
    color: #FFF;
}

#a1 {
    width: 640px;
    height: 480px;
    float: left;
}

#a2, #a3 {
    width: 10px;
    height: 480px;
    float: left;
    color: #FFF;
    background-color: #666;
    line-height: 480px;
    cursor: pointer;
}

#playerlist {
    width: 210px;
    height: 480px;
    overflow: auto;
    float: left;
    background: #262626;
    font-size: 12px;
    padding-right: 20px;
    padding-top: 20px;
    margin: 0px;
}

#playerlist li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
    overflow: hidden;
    padding-left: 5px;
    cursor: pointer;
    margin-left: -20px;
}

#playerlist li:last-child {
    border-bottom: none;
}

#playerlist li.crent {
    background: #c44848;
}

#playerlist li.crent a {
    color: #fff;
}

#playerlist li a {
    display: block;
    color: #fff;
}

#playerlist li img {
    vertical-align: middle;
    height: 40px;
    margin: 0 20px 0 0;
}

.map_img {
    position: relative;
}

.map_img #hebei {
    position: absolute;
    top: 158px;
    left: 336px;
    width: 30px;
    height: 15px;
    cursor: pointer;
}

.map_img #sichuan {
    position: absolute;
    top: 237px;
    left: 225px;
    width: 36px;
    height: 15px;
    cursor: pointer;
}

.map_img #guangdong {
    position: absolute;
    top: 310px;
    left: 336px;
    width: 31px;
    height: 15px;
    cursor: pointer;
}

.map_img #shanxi {
    position: absolute;
    top: 206px;
    left: 284px;
    width: 31px;
    height: 15px;
    cursor: pointer;
}

.province {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
}

.province a {
    display: block;
    width: 80px;
    line-height: 30px;
    text-align: center;
    float: left;
}

.province .active {
    background: #e11e26;
    color: #fff;
}

.list01 {
}

.list01 .media {
    padding: 15px;
    border-bottom: 1px #ddd solid;
    margin-top: 0;
    line-height: 24px;
}

.list01 .media h4 {
    font-weight: bold;
    color: #000
}

.list01 .media a {
    color: #000;
    margin-bottom: 5px;
}

.list01 .media a:hover {
    color: #e11e26;
}

/*部门网站*/
.nav_department ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav_department ul li {
    float: left;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
}

.nav_department ul li a {
    color: #FFF;
    height: 42px;
    padding: 0px 15px;
}

.nav_department ul .now {
    background: #e11e26;
    font-weight: bold;
}

.department_top {
    height: 500px;
}

.department_top_bgs {
    background: url(../images/top_pic_bgs01.jpg) center top no-repeat;
}

.department_top_db {
    background: url(../images/top_pic_db01.jpg) center top no-repeat;
}

.department_top_gqf {
    background: url(../images/top_pic_gqf01.jpg) center top no-repeat;
}

.department_top_hqb {
    background: url(../images/top_pic_hqb01.jpg) center top no-repeat;
}

.department_top_xmb {
    background: url(../images/top_pic_xmb01.jpg) center top no-repeat;
}

.department_top_yszzb {
    background: url(../images/top_pic_yszzb01.jpg) center top no-repeat;
}

.department_top_jtjkb {
    background: url(../images/top_pic_jtjkb01.jpg) center top no-repeat;
}

.department_top_wlcmb {
    background: url(../images/top_pic_wlcmb01.jpg) center top no-repeat;
}

.department_top_xxfwcmb {
    background: url(../images/top_pic_xxfwcmb01.jpg) center top no-repeat;
}

.department_top_rmti {
    background: url(../images/0000.jpg) center top no-repeat;
}

.department_top_twgzb {
    background: url(../images/top_pic_twgzb01.jpg) center top no-repeat;
}

.department_top_jjjcs {
    background: url(../images/top_pic_jjjcs01.jpg) center top no-repeat;
}

.department_top_kxpjb {
    background: url(../images/top_pic_kxpjb01.jpg) center top no-repeat;
}

.department_top_dwhzb {
    background: url(../images/top_pic_dwhzb01.jpg) center top no-repeat;
}

.department_top_cwb {
    background: url(../images/top_pic_cwb01.jpg) center top no-repeat;
}

.department_top_sbyxzlb {
    background: url(../images/top_pic_sbyxzlb01.jpg) center top no-repeat;
}

.department_top_shcbb {
    background: url(../images/top_pic_shcbb01.jpg) center top no-repeat;
}

.department_top_text_twgzb {
    width: 350px;
    font-size: 14px;
    color: #000;
    padding: 160px 20px 20px 170px;
    line-height: 25px;
}

.department_top_text {
    background: url(../images/top_text_bg.png);
    width: 607px;
    font-size: 16px;
    color: #000;
    padding: 20px;
    line-height: 30px;
    margin-top: 210px;
    margin-left: 35px;
}

.nav_department {
    background: #285caf;
    height: 42px;
}

.department_main1 {
    padding: 30px 0 20px 0;
}

.item_box1 {
    padding: 13px 15px;
    background: #eee;
    border: 1px #ddd solid;
    margin-bottom: 20px;
}

.item_icon1 {
    background: #285caf;
    width: 68px;
    height: 68px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 35px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

.item_title1 {
    font-size: 22px;
    float: left;
    color: #000;
    line-height: 68px;
    font-weight: bold;
}

.item_title2 {
    font-size: 20px;
    float: left;
    color: #000;
    line-height: 34px;
    font-weight: bold;
}

.btn1 {
    color: #fff;
    background-color: #285caf;
    border-color: #285caf;
    padding: 5px 30px;
}

.btn1:hover {
    color: #F00;
}


.department_main1 .container, .department_main2 .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.department_main2 {
    background: #eee;
    padding: 20px 0;
}

.department_main3 {
    padding: 20px 0;
}

.list02, .list02 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 150px;
}

.list02 li, .list02 ul li {
    line-height: 30px;
}

.list02 li a, .list02 ul li a {
    color: #000;
}

.department .media {
    border-bottom: none;
}

.bumen_gao {
    height: 250px;
}

/*提示信息*/
.message {
    background: url(../images/message_bg2.jpg) center no-repeat;
    width: 700px;
    height: 587px;
    margin: 50px auto;
    color: #1274dc;
    padding: 170px 50px 30px 50px;
    text-align: center;
    font-size: 16px;
}

.message p {
}

.message h4 {
    margin-bottom: 23px;
    font-weight: bold;
}

.message p a {
    color: #1274dc;
}


.width480 {
    width: 480px;
}


.templates_message {
    background: url(../images/templates_message.jpg) no-repeat center left #62b5e9;
    width: 400px;
    height: 200px;
}

.templates_message_content {
    color: #FFF;
    font-size: 18px;
    width: 220px;
    margin-top: 50px;
}

.jiaodian_top {
    height: 15px;
    background: #FFF;
}

.index_column4_listbox .top_suojin {
    margin-top: -10px;
}

.xmt_js {
    font-size: 14px;
    line-height: 30px;
    padding-top: 25px;
}

.video_xiangguan .col-xs-6 {
    text-align: center;
}


.live_h_box {
    margin-bottom: 20px;
}


.gao_box {
    /* height: 450px; */
}

.zhuanjia_jieshao_box {
    height: 315px;
}


.sige_box {
    padding: 11px 0px 0px 0px;
}

.sige_box ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sige_box ul li {
    float: left;
    margin-bottom: 17px;
}

.sige_box ul .m10 {
    margin-right: 15px;
}

.tabTag {

    margin: 0;

    padding: 0;

    margin-top: 10px;
}

.tabTag li {

    list-style: none;

    width: 121px;

    float: left;

    line-height: 25px;

    background: #efefef;

    text-align: center;

    cursor: pointer;
}

.tabTag li a {

    color: #000;
}

.tabTag li.tab_active {

    background: #1966a7;

    color: #fff;
}

.tabTag li.tab_active a {


    color: #fff;
}

#mse {
    min-height: 310px
}
.xgplayer{ height: 475px !important; }
.xgplayer video{
  /*height: auto !important;*/
}
.xgplayer .xgplayer-enter .xgplayer-enter-spinner {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin-top: -50px;
    margin-left: -50px;
}
.thumbnail .caption a{
    padding: 9px;
    color: #333;    font-size: 14px;
}