
  
.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;

}

.m-b-20 {
    margin-bottom: 20px;
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* 头部 */
.header-bar {
    width: 100%;
    height: 160px;
    background: url('../images/logo-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.header-bar .logo {
    position: absolute;
    top: 44px;
}

/* 搜索 */
#herder-search {
    position: absolute;
    right: 0;
    top: 100px;
}

#herder-search>label {
    display: block;
    width: 342px;
    position: relative;
    margin-bottom: 0;
}

#herder-search>label>input {
    width: 265px;
    margin: 0;
    border: 2px solid red;
    line-height: 24px;
    padding: 4px 15px;
    font-size: 16px;
}

#herder-search button {
    width: 80px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #C40001;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
}

/* 导航 */
#navbar {
    font-size: 26px;
}

#navbar .nav>li>a {
    padding: 20px 20px;
}

#navbar .dropdown-menu>li>a {
    font-size: 18px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #c40001;
    border-color: #c40001;
}

.navbar-default .navbar-nav>li>a {
    color: #eae8e8
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #f1f0f0
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #f1f0f0
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #eae8e8
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #ffffff;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #f1f0f0
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #b70606
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #b70606
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f1f0f0
}






/* 头部 end */

/* 内容区域 */

.container {
    width: auto;
    max-width: 1200px;
}

/* 内容区域 end */

/* 友情链接 */

.footer-box {
    background-color: #f5f1f1;
    padding: 10px 0;
}

.footer-box ul {
    margin: 0;
}

.footer-box ul li {
    display: block;
    float: left;
    width: 200px;
    height: 40px;
    margin-left: 62px;
    background-color: #fff;
}

.footer-box ul li a {
    display: block;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}

.footer-box ul li.gov-link a {
    border: 1px solid #a3a8a3;
}

.footer-box ul li.gov-link a img {
    vertical-align: middle;
    margin-left: 3px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer-box .gov-list-box {
    border: 1px solid #a3a8a3;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 20px;
}

.footer-box .gov-list-box .gov-list {
    max-height: 330px;
    overflow: auto;
    padding: 0 30px;
    font-size: 12px;
}

.footer-box .gov-list-box .gov-list ol {
    list-style: none;
}

.footer-box .gov-list-box .gov-list ol li {
    height: 30px;
    width: 260px;
    float: left;
    margin-right: 12px;
    list-style: none;
}

.footer-box .gov-list-box .gov-list ol li a {
    color: #000;
    font-size: 12px;
}

.footer-box ul li.gov-link a:hover {
    color: #b60102
}

/* 友情链接 end */

/* 尾部 */
.footer {
    width: 100%;
    height: 266px;
    background: url('../images/footer_bg.jpg') no-repeat center bottom;
    margin-top: 20px;
    background-size: 100% 100%;
}

.footer .footer-line {
    width: 100%;
    height: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}

.footer .footer-copy {
    margin-top: 0;
}

.footer .footer-copy .footer-middle {
    margin-top: 20px;
}

.footer .footer-copy .footer-middle ul {
    margin-bottom: 20px;
    text-align: center;
}

.footer .footer-copy .footer-middle ul li {
    display: inline;
    padding: 0 10px;
    font-size: 16px;
}

.footer .footer-copy .footer-middle ul li a {
    color: #000;
}

.footer .footer-copy .footer-middle ul li a:hover {
    color: #C40001;
}

.footer .footer-copy .footer-middle p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

/* 尾部 end */


/* 组件 */
/*tc-box*/
.tc-box {
    background: #fff;
    margin: 0 0 20px 0;
}

.body-white .tc-box {
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */
.headtitle {
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted red;
}

.headtitle h4 {
    display: inline-block;
    padding: 10px;
    background-color: red;
    color: #fff;
    margin: 0;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
}

.posts .dl-horizontal dd {
    margin-left: 0px;
    max-height: 58px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.module-new-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    border-bottom: 0.01rem solid #cbcbcb;
    overflow: hidden;
}

.module-new-list li h5 {
    display: block;
    white-space: nowrap;
    width: 100%;
    padding-right: 87px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module-new-list li span {
    position: absolute;
    right: 0;
    top: 8px;
}

@media (min-width: 992px) {
    .media-body .media-heading {
        height: 18px;
        overflow: hidden;
    }

    .media-body p {
        height: 40px;
        overflow: hidden;
        display: block;
    }

}
.gsggLeftImg{
    display: block;
    position: relative;
}
.gsggLeftImg div{
    position: absolute;
    top: -8px;
    right: 3px;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
}
.jdjbLeftImg{
    display: block;
    position: relative;
}
.jdjbLeftImg div{
    position: absolute;
    top: -8px;
    right: 3px;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
}
.bottomMargin{
    margin: 0 9px;
}
.leftM9{
    margin-left: 9px;

}
