body {
    font-family: 'Microsoft YaHei';
}

#old-ie {
    background-color: #ffd800;
    padding: 10px;
    text-align: center;
    display: none;
}


.head {
    padding: 25px 0;
    background-color: #f5f5f5;
    background-image: url('./head.png');
    background-size: cover;
    height: 130px;
}
.head .input-group{
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.head .input-group .form-control{
    border: none;
    outline: none;
    box-shadow: none;
}

.head-search {
    padding: 23px 0;
    height: 34px;
    max-width: 200px;
    display: inline-block;
}

.head-search .input-group .form-control {
    height: 34px;
}

.head-search .input-group .btn {
    height: 34px;
    padding: 5px 12px 6px 12px;
    border-radius: 0;
    border:none;
}


.navbar-default {
    background-color: #2D54A4;
    border: none;
    margin-bottom: 0px;
}

.navbar-default .container .navbar-brand {
    color: #fff;
    font-size: 16px;
}

.navbar-default .container .navbar-brand.active {
    color: #fff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-default .container .navbar-nav {
    width: 100%;
 }

.navbar-default .container .navbar-nav > li {
   width: 10%;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #2a58c2;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #23479A;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #23479A;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-right: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #23479A;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.navbar-search {
    padding: 5px;
    margin-right: 10px;
}

.carousel-caption a {
    color: #fff;
}

.carousel-inner > .item > a {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#carousel-captions .carousel-inner > .item > a > img {
    margin: 0 auto;
    /* width: 100%; */
    max-width: 100%;
    height: 500px;
}

.carousel-control img {
    top: 50%;
    left: 50%;
    position: inherit;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

#carousel-news .carousel-indicators {
    position: relative;
    bottom: 0;
    width: auto;
    left: auto;
    margin: 0;
}

#carousel-news .carousel-indicators {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
    display: inline-block;
}

#carousel-news .carousel-inner a {
    padding-bottom: 30px;
}

#carousel-news .carousel-inner img {
    width: 100%;
    height: 186px;
}

#carousel-news .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 20;
    color: #fff;
    text-align: left;
    text-shadow: none;
    background: rgba(0,0,0,0.5);
    padding: 5px;
}

#carousel-news .carousel-caption > p {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
    white-space: nowrap;
    margin: 0;
}

#carousel-news .carousel-caption:hover {
    background: #2D54A4;
}


.info-head {
    margin-top: 30px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.info-head .pull-left {
    padding: 6px 0;
}

.info-head .pull-right {
    padding-top: 8px;
}

.info-head h3 {
    color: #333;
    margin: 0;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    font-weight: 600;
}

.info-head h3 span {
    color: #333;
    margin-right: 10px;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    cursor: pointer;
}

.info-head h3 span.active {
    color: #2D54A4;
    font-size: 22px;
}

.info-head img {
    width: 18px;
    margin-right: 10px;
    margin-top: -3px;
}

.info-head a {
    color: #333;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
}
.info-head a:hover {
    color: #2D54A4;
    text-decoration: none;
}

.info-content {
    padding: 5px 0 0 0;
    margin: 0;
}

.info-content li {
    padding: 9px 0;
    width: 100%;
    list-style: none;
    /* border-bottom: 1px dashed #ccc; */
}

.info-content li .col-xs-2 {
    color: #555;
    padding-left: 0;
    padding-right: 0px;
    text-align: center;
    max-width: 60px;
}
.info-content li .col-xs-2 h2 {
   font-size: 34px;
   margin-bottom: 0px;
   margin-top: 0px;
}
.info-content li .col-xs-2 p {
    font-size: 12px;
    margin-bottom: 0px;
 }

.info-content li .col-xs-10{
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 0;
}

.info-content li .col-xs-10 h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}


.info-content li a {
    color: #555;
    font-size: 15px;
}

.info-content li a span {
    color: #999;
    display: inline-block;
    padding-right: 5px;
}

.info-content li a:hover {
    color: #2D54A4;
    text-decoration: none;
}

.info-content li a:hover span {
    color: #2D54A4;
}

.info-content li a:hover div {
    color: #2D54A4;
}

.info-content li .x-box{
    text-align: center;
    border: 1px solid #D2D2D2;
}
.info-content li:hover .x-box{
    border-color: #2151A2;
}

.info-report li {
    margin-top: 6px;
    padding: 10px 0;
    border:none;
}

.info-report li .col-xs-3 {
    color: #555;
    padding-left: 0;  
    padding-bottom: 2px;
    max-width: 80px;
}

.info-report li .col-xs-9 {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.info-report li .col-xs-9 h3 {
    font-size: 16px;
    margin: 0;
}

.info-report li .col-xs-3 p {
    text-align: center;
    margin: 0;
    padding: 2px 0;
    margin-bottom: 0px;
}

.info-report li .col-xs-3 h2 {
    color: #333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 2px 0;
}


.info-report li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    padding-bottom: 9px;
}

.info-report li p {
    font-size: 14px;
    overflow: hidden;
    margin: 0;
    line-height: 1.4;
    color: #888;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.info-report li a:hover .col-xs-3 p {
    color: #2D54A4;
}

.info-report li a:hover h3, .info-report li a:hover h2 {
    color: #2D54A4;
}
.info-zhuanxiang .row a{
    display: block;
    padding: 5px 0;
}
.info-zhuanxiang .row a img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.info-link img {
    width: 100%;
    max-height: 80px;
}

.foot {
    margin-top: 10px;
    background-color: #17191E;
    color: #fff;
}
.foot h4{
    color: #2D54A4;
    margin: 20px 0 10px 0;
}
.foot p{
    color: #656565;
}
.foot a {
    color: #656565;
}


.foot .foot-link {
    background-color: #f4f4f4;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.foot .foot-link p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #656565;
    margin-bottom: 5px;
}

.foot .foot-link .qr > img {
    width: 100px;
    height: 100px;
}

.foot .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
}

.foot .copyright a {
    color: #fff;
}

.menu {
    margin-top: 10px;
    /*background-color: #f4f4f4;*/
    border: 1px solid #2D54A4;
    padding: 0;
}

.menu .menu-title {
    background-color: #2D54A4;
    padding: 10px;
}

.menu .menu-title .pull-right img {
    width: 13px;
    margin-right: 10px;
}

.menu h3 {
    margin: 0;
    font-size: 20px;
    padding-left: 6px;
    color: #fff;
}

.menu p {
    padding-left: 16px;
    margin: 15px 0;
}
.cus{
    border: none;
}

.menu .cus p{
    padding-left: 16px;
    /* margin: 15px 0; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    background-color: #F2F2F2;
    margin-bottom: 2px;
    border-left: 2px solid #F2F2F2;
}
.menu .cus p.active{
    border-color: #2151A2;
    background-color: #E5EAF4;
}

.menu .cus p:first-child{
    margin-top: 2px;
}

.menu p a {
    color: #555;
    font-size: 16px;
    text-decoration: none;
}

.menu p a:hover {
    color: #2D54A4;
}

.menu p a span {
    margin-right: 5px;
}

.menu p.active a {
    color: #2D54A4;
}

/*三级菜单*/
.menu3 {
    margin: -15px 0 10px 0;
    padding-left: 20px;
    width: 100%;
}

.menu3 li {
    list-style: none;
    border: none;
    padding: 0;
    margin: 5px 0;
}

.menu3 li a {
    color: #333;
    padding: 2px 10px;
    display: block;
    text-decoration: none;
    width: 100%;
}

.menu3 li.active a, .menu3 li a:hover {
    color: #23479A;
    width: 100%;
}

.cus .menu3{
    margin: 10px 0 10px 0;
    padding-left: 5px;
    width: 100%;
}
.cus .menu3 i{
    font-style: normal;
}

/*列表页*/
.info-content li .text-right{
    text-align: right;
}
.list-page {
    margin-top: 10px;
    min-height: 620px;
}

.list-page .info-head {
    margin-top: 10px;
}

.list-page .info-head h3 {
    color: #333;
    padding: 8px 0;
}

.list-page .info-content {
    padding: 0;
}

.list-page .info-content > li {
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}

.list-page .info-content li .col-xs-3 {
    max-width: none;
    padding: 0px;
}

.list-page .info-content li .col-xs-9{
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.list-page li span {
    background: url(new@3x.png) no-repeat left center;
    background-size: contain;
    display: block;
    width: 15px;
    height: 20px;
    margin-bottom: -5px;
    margin-right: 5px;
}

.last-info li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: none;
    padding: 5px 0;
}


/*文章页*/
.info-banner{
    text-align: center;
    margin: 0 auto;
    background-color: #f4f4f4;
}

.info-banner img{
    max-width: 100%;
    max-height: 450px;
    text-align: center;
    margin: 0 auto;
}
.info-info {
    padding-bottom: 10px;
}

.info-main {
    border-top: 1px dashed #2D54A4;
    padding-top: 20px;
}

.listinfo {
    border-top: none;
}
.margin-top-10{
    margin-top: 10px;
}

.info-leader .info-content li{
    padding-bottom: 20px;
}

.info-leader .info-content .left{
    width: 140px;
    float: left;
}
.info-leader .info-content .left img{
    width: 100%;
}
.info-leader .info-content .rigth{
    margin-left:150px;
}
.info-leader .info-content .more{
    margin-top: 20px;
}
.info-leader .info-content .more a{
    padding: 5px 8px;
    background: #2151A2;
    color: #fff;
}
.info-leader .info-content .more a i{ 
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 22px;
    display: inline-block;
    font-family: auto;
    font-style: normal;
    transform: rotateZ(90deg);
    text-align: center;
    line-height: 18px;
}

/*1200px以上*/
@media (min-width: 1200px) {
    /*.nav > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }*/
}
/*1200px以下*/
@media (max-width: 1200px) {

    #carousel-captions .carousel-inner > .item > a > img {
        width: 100%;
        height: auto;
    }

    .nav > li > a {
        padding-right: 6px;
        padding-left: 6px;
    }

    .navbar-brand {
        padding-right: 6px;
    }
    
}
/*992px以下*/
@media (max-width: 992px) {
    .nav > li > a {
        padding-right: 6px;
        padding-left: 6px;
    }

    .navbar-brand {
        padding-right: 5px;
    }

    .container {
        width: 100%;
    }
}
/*大于768px 小于880px*/
@media (max-width: 950px) {
    .navbar-default .navbar-nav > li > a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
    }

    .navbar-default .container .navbar-brand {
        font-size: 14px;
    }

    .container {
        width: 100%;
    }
}
/*大于768px 小于880px*/
@media (min-width: 768px) and (max-width: 880px) {
    .navbar-default .navbar-nav > li > a {
        padding-right: 3px;
        padding-left: 3px;
        font-size: 14px;
    }

    .navbar-default .container .navbar-brand {
        font-size: 14px;
    }

    .container {
        width: 100%;
    }
}
/*768px以下*/
@media (max-width: 768px) {  
    #carousel-captions .carousel-inner > .item > a > img {
        width: 100%;
        height: auto;
    }

    .navbar-brand {
        padding: 10px 15px;
    }

    .navbar-default .container .navbar-nav {
        width:auto;
     }
    
    .navbar-default .container .navbar-nav > li {
       width: auto;
    } 
     
    .navbar-default .navbar-nav > li > a {
        text-align: left;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ccc;
    }

    .list-page .menu {
       margin: -20px -15px 0 -15px;
    }
}
/*450px以下*/
@media (max-width: 450px) {
    /*.carousel-inner .item a > img {
        min-height: 120px;
        max-height: 160px;
        width: auto;
        max-width: none;
        margin-left: -200px;
    }

    .banner img {
        min-height: 100px;
        max-height: 140px;
        width: auto;
        max-width: none;
        margin-left: -200px;
    }*/
}

