.txtEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: none;
}
ul,
ol,
li {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "微软雅黑";
    border: 0 none;
}
select,
input {
    vertical-align: middle;
}
select,
input,
textarea {
    font-size: 14px;
    margin: 0;
    outline: none;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    color: #333333;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
}
a:hover {
    text-decoration: none;
    /*  color: #367dff;*/

    cursor: pointer;
}
i,
b {
    font-style: normal;
}
body {
    background: #f5f5f5;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.oHid {
    overflow: hidden;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}

.banner {
    background: url("../image/banner.jpg") no-repeat center top;
    height: 445px;
}
.index_content {
    width: 1200px;
    margin: 0 auto;
}
.blhqd {
    height: 320px;
}
.common_box {
   border-top: 5px solid #154381;
    background: #fff;
    margin-top: 30px;
    clear: both;
    padding-bottom: 30px;
}

.common_title h2 a {
    color: #154381;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 95px;
    display: block;
}
.common_ul ul{
    clear: both;
    width: 1180px;
    margin: 0 10px;
}
.common_ul ul li{
    width: 275px;
    margin: 0 10px;
    float: left;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
}
.common_ul ul li:after{
    content: "";
    height: 2px;
    width: 0px;
    background: #154381;
    display: block;
    position: absolute;
      -webkit-transition: border-bottom .3s ease-in-out;
    -o-transition: border-bottom .3s ease-in-out;
    transition: .3s ease-in-out;
}
.common_ul ul li a{
    font-size: 18px;
    color: #222;
}
.common_ul ul li:before{
    content: "";
    width: 16px;
    height: 12px;
    background: url("../image/icon_right.png") no-repeat;
    margin-right: 10px;
    display: inline-block;
    visibility: hidden;
}
.common_ul ul li:hover:after {
    width: 280px;
}

.common_ul ul li:hover:before{
    visibility: visible;
}
.common_ul ul li:hover a{
    color: #154381;
}

.bszn {height: 180px}
.common__two_ul {}
.common__two_ul ul{clear: both;
    width: 1180px;
    margin: 0 10px;}
.common__two_ul ul li{
    width: 275px;
    margin: 0 10px;
    float: left;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
}
.common__two_ul ul li:after{
    content: "";
    height: 2px;
    width: 0px;
    background: #154381;
    display: block;
    position: absolute;
    -webkit-transition: border-bottom .3s ease-in-out;
    -o-transition: border-bottom .3s ease-in-out;
    transition: .3s ease-in-out;
}
.common__two_ul ul li a{
    font-size: 18px;
    color: #222;
    width: 200px;
    display: block;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
}
.common__two_ul ul li:hover:after{
    width: 280px;
}
.common__two_ul ul li:hover a{
    color: #154381;
}

.jmhb_table_li  .hd{}
.jmhb_table_li  .hd  ul{
    margin: 0 auto;
    width: 568px;
    height: 50px;
    clear: both;
}
.jmhb_table_li  .hd  ul li{
    position: relative;
    float: left;
    height: 50px;
    margin-right: 20px;
}
.jmhb_table_li  .hd  ul li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    left: -10px;
    top: -10px;
    border-right: solid 0px #dadada;
    border-bottom: solid 50px #dadada;
}
.jmhb_table_li  .hd  ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    top:0px;
    border-left: solid 0px #dadada;
    border-top: solid 51px #dadada;
}
.jmhb_table_li  .hd  ul li a{
    line-height: 50px;
    background: #dadada;
    display: inline-block;
    color: #555;
    padding: 0px 20px;
}
.jmhb_table_li  .hd  ul li.on:before {
    border-right: solid 0px #016bd5;
    border-bottom: solid 50px #016bd5;
}
.jmhb_table_li  .hd  ul li.on:after {
    border-left: solid 0px #016bd5;
    border-top: solid 51px #016bd5;
}

.jmhb_table_li  .hd  ul li.on a{
    color: #fff;
    background: #016bd5;
}


/* 列表页 内容页*/
.wrap {
    width: 1200px;margin: 0 auto;
}
.location {
    color: #808080;
    margin: 10px 0px;
}
.list_content_box {
    border-top: 5px solid #154381;
    background: #fff;
    padding: 0px 15px 15px 15px;
}
.secTitle h2 a{
    font-size: 32px;
    font-weight: bold;
    color: #154381;
    text-align: center;
    line-height: 90px;
}

.newsList_list li{
    height: 40px;
    line-height: 40px;
    width: 100%;
    clear: both;
}
.newsList_list li i {
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #eee;
    float: left;
    margin: 17px;
}
.newsList_list li.line {
    height: 20px;
    border-bottom: dashed 1px #e6e6e6;
    margin-bottom: 20px;
}
.newsList_list li a{color: #333;float: left}
.newsList_list li span{color:#999;float: right}
.newsList_list li:hover i {
  background: #154381;
}
.newsList_list li:hover a {
    color: #154381;
}
.content {}
.content h1{
    font-size: 28px;
    color: #222;
    font-weight: bold;
    line-height: 75px;
    text-align: center;
}
.content .resourcesBox {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    border-bottom: dashed 1px #E6E6E6;
    padding-bottom: 10px;
    color: #666;
}
.content .contentTxt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
}
.content .contentTxt img {
    display: block;
    max-width: 1160px;
    margin: 0 auto;
}
.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.page span {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}
.page a {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}
.page a.num {
    border: solid 1px #FFF;
}
.page span.on {
    background: #154381;
    color: #FFF;
    border: none;
}
.page a.hover {
    background: #154381;
    color: #FFF;
    border: solid 1px #FFF;
}



.footer {
    width: 100%;
    padding: 20px 0px;
    height: 150px;
    background-color: #154381;
}
.footer p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.footer .linkPhoto {
    width: 200px;
    height: 80px;
    margin: 0 auto;
}
.footer .linkPhoto .fleft {
    width: 80px;
    height: 80px;
    float: left;
}
.footer .linkPhoto .fright {
    width: 110px;
    height: 67px;
    padding-top: 13px;
    margin-left: 10px;
    float: right;
}
.footer a {
    font-size: 16px;
    color: #fff;
}
script {
    display: none;
}
