﻿@charset "utf-8";

/* 网站模块样式布局 */

html {
    font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-image: -webkit-radial-gradient(100% 100%, center, #fff, #fff);
    background-image: radial-gradient(100% 100% at center, #fff, #fff);
}

body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
}

a {
    background: transparent;
    text-decoration: none;
    color: #000;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    /*color: #015E9B;*/
    color: blue;
}

ol,
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    content: '';
}


/* 头部开始 */

.header {
    width: 100%;
    min-width: 970px;
    margin: 0 auto;
    position: relative;
    height: auto;
    height: auto!important;
}

.header .top {
    padding: 10px 0;
    height: 20px;
    background: #0D3676;
}

.header .top-container {
    color: #0D3676;
    font-size: 12px;
    margin: 0 auto;
    height: 24px;
    line-height: 24px;
    width: 970px;
}

.header .top .welcome {
    float: left;
}

.header .top .welcome a {
    display: none;
}

.header .top .quicksearch {
    float: right;
    color: #dddddd;
}

.header .top .quicksearch a {
    color: #dddddd;
    font-weight: 600;
    text-shadow: 0px 1px 1px #303030;
    margin: 0 10px;
    transition: all 0.3s ease 0s;
}

.header .top .quicksearch a:hover {
    color: #ffffff;
}

.header .top .quicksearch form {
    float: right;
}

.header .top .quicksearch .qs_input {
    width: 100px;
    padding: 1px;
    float: left;
    margin-left: -2px;
}

.header .top .quicksearch .qs_btn {
    width: 20px;
    height: 20px;
    margin-left: 2px;
    border: 0;
    cursor: pointer;
    background: url(../images/search-icon.png) no-repeat transparent;
}

.header .nav {
    height: 155px;
    width: 100%;
    margin: auto;
    position: relative;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 15px;
}

.header .nav-container {
    z-index: 10;
    margin: 0 auto;
    width: 970px;
}

.header .logo {
    position: relative;
    top: 10px;
    margin: 0;
    padding: 0;
    float: left;
}

.header .mlogo {
    position: absolute;
    top: 100px;
    margin: 0;
    padding: 0;
    float: left;
}

.header .nav .mini {
    display: none;
}

.header .nav .standard {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
}

.header .nav .standard .tabwrapper {
    display: block;
    float: right;
}


/* 联动下拉菜单开始 */

.header div.menu-wrapper {
    position: relative;
    max-width: 970px;
}

.header .menu li.submenu {
    position: relative;
}

.header .menu li.submenu a.hover {
    position: relative;
}

.header .nav .standard ul.tabs {
    position: relative;
}

.header .nav .standard ul.tabs li {
    list-style: none;
    float: left;
    position: relative;
    margin-top: 40px;
    height: 20px;
    background: url(../images/nav_arrow.gif) top right no-repeat transparent;
}

.header .nav .standard ul.tabs li a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    transition: all 0.2s ease 0s;
    padding: 10px 20px;
    /*text-shadow: 1px 1px 1px #000000;*/
}

.header .nav a {
    position: relative;
    line-height: 0;
}

.header .nav a.active span.indicator {
    background: #3aa9d2;
    width: 13px;
    height: 9px;
    position: absolute;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    top: -12px;
    left: 48%;
}

.header .nav .standard ul.tabs li a.active,
.header .nav .standard ul.tabs li a:hover {
    color: #efefef;
    background: #0D3676;
    text-decoration: none;
}

.header .menu li.submenu ul.child {
    border-top: 2px solid #3aa9d2;
    display: none;
    list-style: none;
    position: absolute;
    clear: both;
    top: 28px;
    left: 0;
    margin: 0;
    width: 96px;
    opacity: 0.97;
    background: #004EA1;
    z-index: 5;
}

.header .menu li.submenu ul.child li {
    clear: both;
    top: 0;
    height: auto;
    margin: 0;
    padding: 0;
    background: #004EA1;
    width: 96px;
    z-index: 5;
}

.header .menu li.submenu ul.child li a {
    padding: 4px;
    display: none;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    top: 0;
    display: block;
    color: #fff;
    line-height: 16px;
    transition: all 0.5s ease 0s;
    z-index: 5;
}

.header .menu li.submenu ul.child li a:hover {
    background: #B3B3B3;
    z-index: 5;
}

.header .menu li.submenu .bf {
    width: 96px;
    height: 15px;
    background: url(../images/design/menu-btm.png) bottom left no-repeat transparent;
    position: absolute;
    top: 100%;
    left: 0;
    clear: both;
    display: none;
    z-index: 5;
}

.header .submenu ul.deep-child {
    left: 96px;
    padding: 0;
    margin: 0;
    position: absolute;
    background: none;
    display: none;
    top: -2px;
    z-index: 5;
}

.header .submenu ul.deep-child li a {
    width: 88px;
    z-index: 5;
}

.header .submenu ul.deep-child .tr {
    border-top: 2px solid #3aa9d2;
    z-index: 5;
}

ul.child {
    display: none;
    z-index: 5;
}


/* 联动下拉菜单结束 */

.header .page-title {
    width: 100%;
    text-align: center;
    margin: 0 auto 35px auto;
    position: relative;
    top: 38px;
    display: none;
}

.header .page-title .rg {
    background: url(../images/design/header-title-rg.png) left top no-repeat transparent;
    width: 540px;
    height: 122px;
    position: absolute;
    top: -50px;
    left: 230px;
    margin: auto;
}

.header .page-title h1 {
    font-size: 37px;
    font-style: italic;
    font-family: "Open Sans";
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px 1px #1c1c1c;
    position: relative;
    top: -27px;
}


/* 头部结束 */


/* 尾部开始 */

.footer {
    position: relative;
    width: 100%;
    min-width: 970px;
}

.footer .bottom {
    padding: 20px 0;
    height: 140px;
    background: #0D3676;
}

.footer .bottom-container {
    width: 970px;
    color: #0D3676;
    font-size: 12px;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
}

.footer .content {
    background: #0D3676;
    width: 970px;
    margin: auto;
    position: relative;
}

.footer .column {
    float: left;
    margin: 0;
}

.footer .first {
    width: 640px;
    padding: 0 20px;
}

.footer .last {
    width: 240px;
    padding-left: 20px;
    float: left;
}

.footer p {
    color: #d3d3d3;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.footer h5 {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.footer h4 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}

.footer .weibo-caption,
.footer .wechat-caption,
.footer .weibo-caption-overlay,
.footer .wechat-caption-overlay {
    width: 75px;
    margin-right: 15px;
    height: 100px;
    float: left;
    position: relative;
    text-align: center;
}

.footer .weibo-caption-overlay {
    background: url(../images/weibo.jpg) left top no-repeat;
}

.footer .wechat-caption-overlay {
    background: url(../images/weixin.jpg) left top no-repeat;
}

.footer .gotop a.scrolltopa {
    background: url(../images/top.gif) left top no-repeat;
    position: relative;
    float: right;
    width: 25px;
    height: 29px;
}

.footer .gotop a.adminlinka {
    position:absolute;
    width: 100px;
    bottom: 30px;
    color: #fff;
    text-align: center;
}


/* 尾部结束 */

#main {
    margin: 10px auto;
    width: 970px;
    height: auto;
    overflow: hidden;
    zoom: 1;
}


/*网站首页*/

.m_left,
.m_right {}

.m_left {
    width: 690px;
    height: 100%;
    float: left;
}

.m_left .lf_top {
    width: 100%;
}

.m_left .lf_top .cap {
    width: 100%;
    height: 22px;
    background: #B6B6B6;
}

.m_left .lf_top .cap .cp {
    height: 100%;
    float: left;
    text-align: center;
    width: auto;
    background: #B6B6B6;
    line-height: 22px;
    font-size: 13px;
    padding: 0 5px;
}

.m_left .lf_top .cap .arr {
    width: 0;
    height: 0;
    float: left;
}

.m_left .lf_top .cap .arrow1 {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #B6B6B6;
    margin-right: 3px;
}

.m_left .lf_top .cap .cap2 {
    position: relative;
}

.m_left .lf_top .cap .arrow21 {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #B6B6B6;
    position: absolute;
    top: 0;
    left: -12px;
}

.m_left .lf_top .cap .arrow22 {
    border-top: 12px solid transparent;
    border-right: 12px solid #B6B6B6;
    position: absolute;
    bottom: 0;
    left: -12px;
}

.m_left .lf_top .cap .arrow3 {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #B6B6B6;
    margin-right: 3px;
}

.m_left .lf_top .cap .cap3 {
    position: relative;
    background: #0D3676;
    color: #fff;
}

.m_left .lf_top .cap .cap3 a {
    color: #fff;
}

.m_left .lf_top .cap .arrow31 {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #0D3676;
    position: absolute;
    top: 0;
    left: -12px;
}

.m_left .lf_top .cap .arrow32 {
    border-top: 12px solid transparent;
    border-right: 12px solid #0D3676;
    position: absolute;
    bottom: 0;
    left: -12px;
}

.m_left .lf_top .cap .arrow_go {
    width: 15px;
    height: 22px;
    background: url(../images/navto_go.png) left top no-repeat;
}

.m_left .lf_top .cap .arrow_first {
    width: 15px;
    height: 22px;
    background: url(../images/navto_first.png) left top no-repeat;
}

.m_left .lf_top .cap .arrow_end {
    width: 15px;
    height: 22px;
    background: url(../images/navto_last.png) left top no-repeat;
}

.m_left .lf_top .lf_img {
    width: 100%;
    margin: 20px 0;
    height: 320px;
}

.m_left .lf_midimg img {
    width: 100%;
    height: 240px;
}

.m_left .lf_mid1 {
    width: 96%;
    padding: 2%;
}

.m_left .lf_mid1 .lfm_cap {
    width: 100%;
    height: 30px;
    border-bottom: 1px dashed #ddd;
    font-size: 18px;
    color: #0D3676;
    margin-bottom: 20px;
}

.m_left .lf_mid1 .lfm_bot {
    width: 100%;
}

.m_left .lf_mid1 .lfm_bot .cover {
    width: 240px;
    height: 150px;
    float: left;
}

.m_left .lf_mid1 .lfm_bot .intro {
    height: 160px;
    margin-left: 270px;
}

.lfm_bot .intro p {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #0C3673;
    float: left;
    padding: 0;
    margin: 0 20px 20px 0;
}

.lfm_bot .intro .service {
    width: 100%;
    margin-top: -40px;
    height: 50px;
    position: relative;
}

.lfm_bot .intro .service img {
    display: block;
    float: left;
}

.lfm_bot .intro .service .img01 {
    width: 113px;
    height: 19px;
    position: absolute;
    left: 60px;
    top: 12px;
}

.lfm_bot .intro .service .img02 {
    width: 40px;
    position: absolute;
    left: 180px;
    top: 0px;
}

.m_left .lf_mid2 {
    width: 100%;
    border-top: 2px solid #C10017;
}

.m_left .lf_mid2 .lfm2_top {
    padding: 20px 0px;
    border-bottom: 1px dashed #ddd;
    padding-left: 20px;
    line-height: 20px;
    font-size: 14px;
}

.m_left .lf_mid2 .lfm2_top span {
    margin-left: -10px;
    margin-bottom: 15px;
    font-size: 15px;
    width: 100%;
}

.m_left .lf_bot {
    width: 100%;
    height: auto;
    float: left;
    min-height: 300px;
}

.m_left .lf_bot .lfb_cap {
    width: 100%;
    height: 30px;
    display: block;
    background: url("../images/gdzy.gif") no-repeat;
}

.m_left .lf_bot .lfb_cap_xy {
    width: 100%;
    height: 30px;
    display: block;
    background: url("../images/xyfg.gif") no-repeat;
}

.m_left .lf_bot ul {
    display: block;
}

.m_left .lf_bot ul li {
    display: block;
    padding-bottom: 10px;
    width: 33%;
    color: #0C3673;
    font-size: 13px;
    float: left;
}

.m_left .lf_bot ul li:nth-child(3n+1) {
    border-top: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.m_left .lf_bot ul li:nth-child(3n+0) {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.m_left .lf_bot ul li:nth-child(3n-1) {
    border-top: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.m_left .lf_bot ul li:nth-child(3n+1) div {
    float: left;
}

.m_left .lf_bot ul li:nth-child(3n+0) div {
    float: right;
}

.m_left .lf_bot ul li:nth-child(3n-1) div {
    margin: 0px auto;
}

.m_left .lf_bot ul li div {
    width: 90%;
}

.m_left .lf_bot ul li div .mj_name {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 25px;
    border-bottom: 2px solid #C10017;
    margin-top: 15px;
}

.m_left .lf_bot ul li div .mj_intro {
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
}

.m_left .lf_bot ul li div img {
    width: 100%;
    height: 148px;
    display: block;
    margin: 15px 0px;
}

hr {
    width: 100%;
    border: none;
    float: left;
    border-top: 3px solid #c10017;
}

.m10 {
    margin: 10px;
}

.m_left a {
    color: #000;
}

.m_left a:hover {
    text-decoration: none;
    color: blue;
}

.m_left .lf_midl {
    float: left;
    width: 235px;
    height: 600px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}

.m_left .m_ctitle {
    float: left;
    width: 100%;
    height: 35px;
}

.m_left .lf_midt {
    float: left;
    width: auto;
    height: 35px;
    font-size: 20px;
    color: #0D3676;
}

.m_left .lf_midmore {
    float: right;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    line-height: 24px;
    text-align: right;
    background: url(../images/plus.gif) no-repeat;
}

.m_left .lf_midl .lf_mid_notice {
    margin: 5px auto;
    float: left;
    width: 240px;
    height: auto;
    overflow: hidden;
    color: #000;
}

.m_left .lf_midl .lf_mid_noticed {
    height: 48px;
    float: left;
    margin-right: 6px;
}

.m_left .lf_midl .lf_mid_noticet {
    float: left;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px #b0b0b0 dotted;
}

.m_left .lf_midl .lf_mid_special {
    float: left;
}

.m_left .lf_midl .lf_mid_special img {
    margin-bottom: 10px;
}

.m_left .lf_midr {
    float: right;
    width: 365px;
    height: 600px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}

.m_left .lf_midr .lf_mid_news {
    float: left;
    width: 100%;
    ;
    height: auto;
    margin-bottom: 10px;
}

.m_left .lf_midr .m_newsctr {
    margin: 0 0 6px 0;
    float: left;
    width: 360px;
    height: 120px;
    display: inline;
}

.m_left .lf_midr .m_newspic {
    margin: 0 14px 0px 0;
    float: left;
    border: 1px #d7d6d4 solid;
    display: inline;
    border: none;
}

.m_left .lf_midr .m_newspic img {
    width: 180px;
    height: 120px;
}

.m_left .lf_midr .m_newstitle {
    float: left;
    width: 160px;
    height: 120px;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
}

.m_left .lf_midr .m_newsinfo {
    display: none;
    float: left;
    width: 160px;
    height: auto;
    overflow: hidden;
    padding-top: 5px;
    line-height: 20px;
}

.m_left .lf_midr .m_newstxtctr {
    float: left;
    width: 100%;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px #b0b0b0 dotted;
    font-color: #000;
}

.m_left .lf_midr .m_newsonetitle {
    float: left;
    width: 258px;
    color: #c97500;
    padding-left: 8px;
    font-size: 13px;
    background: url(../images/right_to.gif) left center no-repeat;
}

.m_left .lf_midr .m_newsdate {
    float: right;
    width: auto;
}
.m_left .lf_midr #tab{
	margin-top:-10px;
	float: left;
	position:relative;
}
.m_left .lf_midr .tab-list  {
	text-align: center;
	line-height: 30px;
	font-family: "微软雅黑";
	height: 30px;
	width: 100%;
	border-bottom: none;
}
.m_left .lf_midr .tab-list  li {
	float: left;
	width: 22%;
	cursor: pointer;
}
.m_left .lf_midr .tab-list li:last-of-type {
	border-right: none;
}
.m_left .lf_midr .tab-content  li {
	height: 240px;
	text-align: center;
	line-height: 240px;
}

.m_right {
    width: 270px;
    float: right;
}

.m_right .rt_top .bot_red {
    border-bottom: 2px solid #C30D23;
}

.m_right .rt_top {
    width: 100%;
    position: relative;
    ;
    height: auto;
}

.ej_rctt {
    margin: 0 auto;
    float: left;
    width: 270px;
    height: auto !important;
    overflow: visible;
    padding-bottom: 2px;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
}

.ej_rctt .ej_rrtt {
    width: 100%;
    float: left;
    height: auto !important;
    text-align: center;
    margin: 2px 0;
    border-top: 2px solid #cf3e4f;
    border-bottom: 2px solid #cf3e4f;
}

.ej_rnav1,
.ej_rnav2 {
    float: left;
    line-height: 30px;
    font-size: 14px;
    line-height: 30px;
    display: inline;
    border-bottom: 1px dashed #ddd;
}

.ej_rnav1 a,
.ej_rnav2 a {
    COLOR: #002866;
    TEXT-DECORATION: none;
    width: 270px;
    height: 30px;
    display: block;
    background: #ddd;
}

.ej_rnav1 a:hover,
.ej_rnav2 a,
.ej_rnav2 a:hover {
    COLOR: #fff;
    background: #cf3e4f;
}

.m_right .rt_mid {
    position: relative;
    width: 100%;
    float: left;
    height: auto !important;
}

.m_right .rt_mid .rtm_img_about {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: -5px;
    display: block;
    background: url(../images/zsjydt.gif) no-repeat;
}

.m_right .rt_mid .rtm_img_tj {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: -5px;
    display: block;
    background: url(../images/tjzy.gif) no-repeat;
}

.m_right .rt_mid .rtm_img_rd {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: -5px;
    display: block;
    background: url(../images/rdtj.gif) no-repeat;
}

.m_right .rt_mid .rtm_bot {
    border: 1px solid #ddd;
    padding: 10px;
    height: auto !important;
}

.rm_rightight .rt_mid .recom {
    font-size: 12px;
    color: #0C3673;
}

.m_right .rt_mid .recom li {
    line-height: 25px;
    margin: 5px 0;
}

.m_right .rt_mid .recom span {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #B4B4B4;
    margin-right: 5px;
}

.m_right .rt_login {
    background: #E6E6E8;
    min-height: 125px;
    margin-bottom: 15px;
}

.m_right .rt_login .rtl_cap {
    padding: 10px;
    font-size: 16px;
    color: #004CA4;
    display: block;
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
}

.m_right .rt_login .inpts {
    width: 90%;
    display: block;
    margin: 10px;
}

.m_right .rt_login .inpts .usr {
    display: block;
    background: url("../images/design/drops/client-trans.png") no-repeat 5px 3px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: #fff;
    background-size: 20px;
    float: left;
}

.m_right .rt_login .pwd {
    display: block;
    background: url("../images/design/drops/pwd.jpg") no-repeat 5px 3px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: #fff;
    background-size: 20px;
    float: right;
}

.m_right .rt_login .boxs {
    width: 80%;
    display: block;
    margin: 15px auto;
    margin-left: 18px;
}

.m_right .rt_login .boxs .btn {
    padding: 3px 15px;
    background: #004CA4;
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 5px;
    float: right;
    margin-top: -6px;
}

.m_right .rt_login .inpts .class1 {
    width: 40%;
    height: 25px;
    float: left;
    margin-left: 5%;
    border: 1px solid #ccc;
    text-indent: 25px;
}

.m_right .rt_snews {
    background: url(../images/index_pic.jpg) right center no-repeat;
    width: 270px;
    height: 202px;
}

.m_right .rt_snews ul {
    width: 85%;
    margin: 0px auto;
    padding-top: 4px;
}

.m_right .rt_snews ul li {
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    width: 100%;
    height: 35px;
    text-indent: 45px;
    background: url(../images/arrow3.png) no-repeat 5px 0px;
    background-size: 25px;
    border-bottom: 1px solid #7897CE;
}

.m_right .rt_middle {
    float: left;
    width: 268px;
    margin-top: 40px;
    font-size: 16px;
    height: 640px;
    border: 1px solid #ccc;
}

.m_right .rt_middle .rt_middle_lk {
    width: 268px;
    float: right;
    background: #E6E6E8;
}

.m_right .rt_middle .lfb_top {
    height: 100px;
    width: 100%;
}

.m_right .rt_middle .lfb_top img {
    display: inline-block;
    float: left;
    width: 40%;
}

.m_right .rt_middle .lfb_top .checklist {
    display: inline-block;
    width: 60%;
    height: 136px;
}

.m_right .rt_middle .lfb_top .checklist li {
    height: 45px;
    line-height: 45px;
    color: #333;
    text-indent: 10px;
    border-bottom: 1px solid #ddd;
    background: url("../images/arrow4.gif") no-repeat #eee;
    background-size: 6px;
    background-position: 142px 20px;
}

.m_right .rt_middle .flists {
    width: 100%;
    margin: 0 auto;
    margin-top: 38px;
}

.border-b {
    border-bottom: none !important;
}

.m_right .rt_middle .flists li {
    width: 90%;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    background: #E6E6E8;
    padding: 0 5%;
    border-bottom: 1px solid #ccc;
}

.m_right .rt_middle .flists li img {
    width: 30px;
    float: right;
    line-height: 50px;
    display: inline-block;
    margin-top: 10px;
}

.m_right .rt_middle_bt {
    width: 228px;
    float: right;
    padding: 20px;
}

.m_right .rt_middle_lktitle {
    color: #2a397a;
    font-weight: 600;
}

.m_right .rt_middle_box {
    width: 228px;
    float: left;
}

.m_right .rt_middle_box ol li {
    list-style-type: disc;
    width: 100%;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    border-bottom: 2px dotted #ccc;
}

.m_right .rt_middle_box ol li a {
    color: #000;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.m_right .rt_middle_box ol li a:hover {
    color: blue;
    text-decoration: none;
}

.m_right .rt_middle_box .part {
    width: 100%;
    height: 24px;
    margin: 5px auto;
    text-align: center;
    border-collapse:
}

.m_right .rt_middle_box .rt_box_dotted {
    float: left;
    border-top: 1px dotted #000;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    width: 100%;
    height: 24px;
    margin-top: 12px;
    z-index: 1;
}

.m_right .rt_middle_box .part .rt_box_pre {
    margin-left: 100px;
    width: 27px;
    height: 24px;
    background: url(../images/index_up.gif) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.m_right .rt_middle_box .part .rt_box_pre_over {
    margin-left: 100px;
    width: 27px;
    height: 24px;
    background: url(../images/index_up.gif) no-repeat 0 -24px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.m_right .rt_middle_box .part .rt_box_next {
    margin-left: 100px;
    width: 27px;
    height: 24px;
    background: url(../images/index_down.gif) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.m_right .rt_middle_box .part .rt_box_next_over {
    margin-left: 100px;
    width: 27px;
    height: 24px;
    background: url(../images/index_down.gif) no-repeat 0 -24px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.breakNewsblock {
    width: 100%;
}

#breakNews {
    padding: 0;
    margin: 0;
}

#breakNews .list6 {
    height: 160px;
    overflow: hidden;
    width: 100%;
}

#breakNews .list6 ol {
    margin: 0;
    padding: 0;
}

#breakNews .hit {
    width: 12px;
    padding-top: 12px;
    margin-left: 26px;
}

.p_left,
.p_right {
    margin: 57px 15px 0;
    float: left;
    width: 32px;
    height: 43px;
    background: url(../images/left_btn.gif);
    cursor: pointer;
    display: inline;
}

.p_right {
    background: url(../images/right_btn.gif);
}

.p_ctr {
    float: left;
    width: 613px;
    height: auto;
    overflow: hidden;
}

.p_picctr,
.p_picctr1 {
    margin: 10px 6px 7px;
    float: left;
    width: 135px;
    height: 135px;
    border: 2px #f6f8fb solid;
    padding: 1px;
    display: inline;
}

.p_picctr1 {
    margin: 10px 5px 7px;
    width: 168px;
}

.ej_t2 {
    float: right;
    width: auto;
    height: 35px;
    padding-right: 12px;
    line-height: 35px;
    text-align: right;
}

.ej_ctr {
    float: left;
    width: 737px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 3px;
    display: inline;
}

.ej_ctt {
    float: left;
    width: 690px;
    min-height: 400px;
    height: auto !important;
    overflow: visible;
    padding: 10px 0;
    margin-top: 10px;
}

.read_ctr {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 98%;
    height: 30px;
    line-height: 30px;
    border: 1px #ccc solid;
    background: #f6f7fb;
}

.read_ctr span {
    color: #f00;
}

.ej_rctr {
    float: left;
    width: 244px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 3px;
}

.show_title {
    margin: 0 auto;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #2157a3;
}

.show_ctt {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    font-size: 15px;
}


/*分页*/

.pages {
    clear: both;
    margin: 10px 0;
    text-align: center;
}

.pages .nolink,
.pages a {
    text-decoration: none;
    margin-left: 3px;
    padding: 2px 5px;
    border: 1px solid #E5E5E5
}

.pages a:hover {
    text-decoration: none;
    border: 1px solid #f1431e;
    background: #f1431e;
    color: #FFF
}


/*会员*/

.u_picctr {
    margin: 0 auto;
    float: left;
    width: 126px;
    height: auto;
    overflow: hidden;
    display: inline;
}

.u_pic {
    margin: 0 auto 5px;
    float: left;
    width: 120px;
    height: 120px;
    border: 1px #e1e1e1 solid;
    padding: 2px;
    display: inline;
}

.u_pictxt {
    margin: 0 auto;
    float: left;
    width: 126px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.u_picright {
    margin: 0 0 0 15px;
    float: left;
    width: 400px;
    height: auto;
    overflow: hidden;
    display: inline;
}


/*新闻咨询*/

.newslist_ctr {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #C9C9C9 dashed;
    font-size: 14px;
}

.newslist_title {
    float: left;
    display: inline;
    padding-left: 10px;
    width: 85%;
    background: url(../images/right_to.gif) center left no-repeat;
}

.newslist_date {
    float: left;
    width: 12%;
}

.newsshow_title {
    margin: 0 auto;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.newsshow_sm {
    margin: 0 auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px #e2e2e2 dashed;
}

.newsshow_ctt {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
}

.newsshow_ctt span a {
    border-bottom: 1px #c97500 dashed;
}

.newsshow_xg,
.newsshow_fx {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    border-top: 1px #e2e2e2 solid;
    line-height: 20px;
    padding-top: 5px;
}

.newsshow_fx {
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 10px 0;
    text-align: right;
    border: 0;
}

.slidectr {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: auto;
}


/*院系专业*/

.product_ctr {
    width: 31%;
    margin: 1%;
    height: 170px;
    float: left;
    display: inline;
    position: relative;
}

.product_ctt {
    margin: 0 auto;
    width: 100%;
    height: 140px;
    border: 1px #e7e7e7 solid;
    padding: 1px;
}

.product_ctt img {
    width: 100%;
    height: 100%;
}

.product_title {
    margin: 0 auto;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.video_btn {
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/play.png);
    top: 110px;
    right: 10px;
    z-index: 99;
}

.productshow_picctr {
    margin: 0 15px 10px 0;
    float: left;
    width: 300px;
    height: auto;
    overflow: hidden;
    border: 1px #e7e7e7 solid;
    padding: 2px;
    display: inline;
}

.productshow_titlectr {
    margin: 0 auto;
    width: 400px;
    height: 200px;
    float: left;
}

.productshow_title {
    margin: 0 auto 5px;
    float: left;
    width: 100%;
    height: 22px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #ccc dotted;
    display: inline;
}

.productshow_id,
.productshow_order {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.productshow_order {
    height: 31px;
    padding-top: 5px;
}

.info_title {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: 20px;
    border-bottom: 3px #069ee7 solid;
}

.info_tcell {
    margin: 0 0 0 2px;
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 12px;
    background: #069ee7;
    display: inline;
}

.info_ctt {
    margin: 0 auto;
    float: left;
    width: 100%;
    min-height: 200px;
    HEIGHT: auto !important;
    height: 200px;
    overflow: visible;
    padding: 5px 0;
    line-height: 28px;
    font-size: 14px;
}

.info_ctt a {
    border-bottom: 1px #c97500 dashed;
}


/*视频*/

.videoshow_ctr {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 500px;
    height: 400px;
    border: 1px #e7e7e7 solid;
    padding: 2px;
}


/*招聘*/

.jobshow_cell {
    margin: 0 auto;
    float: left;
    width: 35%;
    height: 30px;
    line-height: 30px;
}

.jobshow_yp {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: 31px;
    border-top: 1px #ccc dashed;
    padding-top: 8px;
}


/*资源下载*/

.downlist_ctt {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    border-bottom: 1px #e7e7e7 dotted;
    line-height: 35px;
    font-size: 14px;
}

.downshow_pic {
    margin: 0 15px 10px 0;
    float: left;
    width: 220px;
    height: 180px;
    border: 1px #d9d9d9 solid;
    padding: 2px;
    display: inline;
}

.downshow_title {
    margin: 0 auto;
    float: left;
    width: 350px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
}

.downshow_txt {
    margin: 0 auto;
    float: left;
    width: 350px;
    height: 30px;
    line-height: 30px;
}

.downshow_fg {
    margin: 0 auto;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    border-bottom: 1px #ccc dashed;
    float: left;
    display: inline;
}

.downshow_jsctt {
    margin: 0 auto;
    float: left;
    width: 100%;
    min-height: 100px;
    HEIGHT: auto !important;
    height: 100px;
    overflow: visible;
    float: left;
    padding: 5px 0px;
    line-height: 28px;
    font-size: 14px;
}

.downshow_jsctt a {
    border-bottom: 1px #c97500 dashed;
}

.downshow_dz {
    margin: 0 auto;
    width: 90%;
    height: 24px;
    padding-top: 5px;
    background: url(../images/ico_zlxz.gif) 0 6px no-repeat;
    padding-left: 18px;
    float: left;
}


/*留言反馈*/

.guest_ctr {
    margin: 0 auto 10px;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.guest_left {
    margin: 0 20px 0 0;
    float: left;
    width: 48px;
    height: auto;
    overflow: hidden;
    display: inline;
}

.guest_pic {
    margin: 0 auto;
    float: left;
    width: 48px;
    height: 48px;
}

.guest_right {
    margin: 0 auto;
    float: left;
    width: 600px;
    min-height: 28px;
    HEIGHT: auto !important;
    height: 28px;
    overflow: visible;
    border: 1px #e7e7e7 solid;
    padding: 10px;
    padding-bottom: 5px;
}

.guest_rt1 {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: 22px;
    border-bottom: 1px #ccc dashed;
}

.guest_rt11 {
    float: left;
    width: 50%;
}

.guest_rt12 {
    float: left;
    width: 50%;
    text-align: right;
    color: #ccc;
}

.guest_rctr {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 22px;
    padding: 5px 0;
}

.guest_fg {
    position: absolute;
    width: 7px;
    height: 11px;
    background: url(../images/dot.gif);
    left: 63px;
    top: 18px;
    z-index: 999;
}

.fguest_ctr {
    margin: 0 auto;
    float: left;
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 5%;
    border: 1px #e7e7e7 solid;
    color: #000;
    background: #fff;
}

.fguest_title {
    margin: 0 auto 5px;
    float: left;
    width: 100%;
    height: 22px;
    border-bottom: 1px #ccc solid;
    font-size: 14px;
    font-weight: bold;
    display: inline;
}

.input_textarea,
.input_text {
    border: 1px #e8e8e8 solid;
    border-top: 1px #b4b4b4 solid;
    border-left: 1px #b4b4b4 solid;
    padding-left: 3px;
}

.input_text {
    height: 22px;
    line-height: 22px;
    width: 200px;
}

.input_textarea {
    padding-top: 5px;
    padding-bottom: 5px;
}

.input_btn {
    margin: 0 auto;
    float: left;
    border: 0;
    width: 88px;
    height: 31px;
    background: url(../images/btn_bg.gif);
    cursor: pointer;
    text-align: center;
    line-height: 31px;
    color: #333;
    display: inline;
}


/*用户评论*/

.pl_ctr {
    margin: 0 auto;
    float: left;
    margin-top: 8px;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    display: inline;
    border: 1px #e2e2e2 solid;
}

.pl_title {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: 22px;
    padding-top: 6px;
    border-bottom: 1px #e2e2e2 solid;
    background-color: #f6f7fb;
}

.pl_ctt {
    margin: 4px auto;
    float: left;
    width: 100%;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    overflow: visible;
    text-align: center;
    border-bottom: 1px #eee dashed;
    display: inline;
}

.pl_titlectr {
    margin: 0 auto;
    width: 98%;
    height: 22px;
    text-align: left;
}

.pl_titleleft {
    margin: 0 auto;
    float: left;
    width: 80%;
}

.pl_titleright {
    margin: 0 auto;
    float: left;
    width: 20%;
    text-align: right;
}

.pl_cell {
    margin: 0 auto;
    width: 98%;
    height: auto;
    overflow: hidden;
    text-align: left;
}


/*通用按钮*/

.input_textarea,
.input_text {
    border: 1px #e8e8e8 solid;
    border-top: 1px #b4b4b4 solid;
    border-left: 1px #b4b4b4 solid;
    padding-left: 3px;
}

.input_text {
    height: 22px;
    line-height: 22px;
    width: 200px;
}

.input_textarea {
    padding-top: 5px;
    padding-bottom: 5px;
}

.input_btn {
    margin: 0 auto;
    float: left;
    border: 0;
    width: 88px;
    height: 31px;
    background: url(../images/btn_bg.gif);
    cursor: pointer;
    text-align: center;
    line-height: 31px;
    color: #333;
    display: inline;
}


/*投票样式*/

#vote_ctr {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
}

#vote_ctr .vote_title {
    margin: 0 auto;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

#vote_ctr input {
    margin: 2px 5px 0 0;
    float: left;
    border: 0;
    display: inline;
}

#vote_ctr .vote_btn {
    margin: 0 auto;
    float: left;
    border: 0;
    width: 88px;
    height: 31px;
    background: url(../images/btn_bg.gif);
    cursor: pointer;
    text-align: center;
    line-height: 31px;
    color: #333;
    display: inline;
}

#vote_ctr .vote_jg0,
#vote_ctr .vote_jg1,
#vote_ctr .vote_jg2,
#vote_ctr .vote_jg3,
#vote_ctr .vote_jg4 {
    margin: 2px auto 5px;
    float: left;
    width: 100%;
    height: 18px;
    background: #db2726;
    color: #fff;
    line-height: 18px;
    overflow: hidden;
    display: inline;
}

#vote_ctr .vote_jg1 {
    background: #de9546
}

#vote_ctr .vote_jg2 {
    background: #479dac
}

#vote_ctr .vote_jg3 {
    background: #7cb300
}

#vote_ctr .vote_jg4 {
    background: #3c8142
}


/* #Font-Face
================================================== */


/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: local('Open Sans Extrabold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
