body.clear-bg {
    background-color: #444;
}
.bg-box {
    max-width: 1920px;
    min-width: 1280px;
    padding: 0 0px;
    margin: 0 auto;
    max-width: 1920px;
    min-height:800px;
    background-image: url('/public/images/orgnews/index/index-bg-color.jpg');
    
}
.bg-top-box {
    max-width: 1920px;
    min-height:600px; 
    background-position: top center; 
    background-repeat: no-repeat; 
    background-image: url('/public/images/orgnews/index/index-bg-top.jpg');
    padding-bottom: 90px;
}
.main-box {
    background-color: #fff;
    border-radius: 10px;
    min-height: 600px;
    background-position: top right; 
    background-repeat: no-repeat; 
    background-image: url('/public/images/orgnews/index/main-box-bg.png');
    padding: 30px;
}
.max-center {
    width: 1280px;
    margin: 0 auto;
}

.carousel-indicators {
    bottom: 60px;
}
.index-carousel-block-item-cover {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0px 20px;
    background-color: rgba(9, 42, 74, .7);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    left: 0px;
    bottom: 0px;
}
.carousel-inner .index-carousel-block-item-img {
    width:100%;
    height:200px!important;
}
.top-logo-bar {
    background-color: rgba(255, 255, 255, 0.1);
}
.top-menu-bar {
    -moz-box-shadow:0px 2px 8px #545454; -webkit-box-shadow:0px 2px 8px #545454; box-shadow:0px 2px 8px #333;
}
.nav-tabs {
    border-bottom: 4px solid #E6E6E6;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -4px;
    letter-spacing: -.035em;
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 4px solid #E6E6E6;
    border-radius: 0px 0px 0 0;
}
.nav-tabs>li>a>span {
    padding-left: 11px;
    padding-right: 10px;
    border-left: solid 2px #E6E6E6;
}
.nav-tabs>li.active>a>span {
    padding-left: 11px;
    padding-right: 10px;
    border-left: solid 2px #193f64;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  
    /* cursor: default; */
    background-color: #fff;
    border: 0;
    border-bottom: 4px solid #193f64;
    color: #193f64;
    font-size: 16px;
    font-weight: bold;
    /* padding-left: 16px;
    padding-right: 16px; */
}
.nav-tabs > li > a:hover {
    border-color: #fefefe #fefefe #ccc;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px 12px 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}


.list-group.news-list-group{
    padding: 0px 0px;
    margin-bottom: 0px;
}
.list-group-item.news-list-item.category-list {
    padding: 12px 2px 10px 2px;
}
.list-group-item.news-list-item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 1px;
    border-bottom: dashed 1px #ddd;
    padding: 8px 2px;
    line-height: 100%;
    font-weight: 500;
    font-size:15px;
    background-color: transparent;
}
.news-list-item-title {
    width: 320px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.news-list-item-title.narrow {
    width: 180px;
}
.news-list-item-title.middle {
    width: 550px;
}
.news-list-item-title.wide {
    width: 700px;
}
.news-list-item-date {
    width: 126px;
    display: inline-block;
    color: #aaa;
    text-align: right;
}
.news-list-item-date.narrow {
    width: 40px;
    display: inline-block;
    color: #aaa;
    font-weight: normal;
    text-align: center;
}
.news-list-item-title.status {
    width: 240px;
}
.news-list-item-status {
    margin-top: 2px;
    width: 50px;
    display: inline-block;
    color: #aaa;
}
.shadow-box {
    box-shadow: 2px 2px 5px rgba(111,111,111,.3);
}
.shadow-box-deep {
    box-shadow: 5px 5px 10px rgba(111,111,111,.7);
}
.index-link-btn-div {
    display: block;
    padding-left: 0px;
    margin-bottom: 15px;
    position: relative;
	text-align: center;
}
.index-link-btn-div.h-small{
    height: 91px;
}
.index-link-btn-div.h-big{
    height: 223px;
}
.index-link-btn-child.h-small{
    height: 91px;
}
.index-link-btn-child.h-big{
    height: 223px;
}
.index-link-btn-child.w-half{
    width: 227px;
}
.index-link-btn-child.w-full{
    width: 469px;
}
.index-link-btn-div.w-full{
    width: 469px;
}
.index-link-btn-child {
    /* height: 50px; */
    display: block;
	position: absolute;
	transition: all 1.2s;
    backface-visibility: hidden;
    text-align: left;
}

.index-link-btn-div:hover .front{
    transform: rotateY(180deg);
}
.index-link-btn-div:hover .back{
    transform: rotateY(360deg)  scale(1.3);
    z-index: 2;
    box-shadow: 5px 10px 15px rgba(0,0,0,.7);
}
/* .index-link-btn-div:hover .back >img{
    transform: scale(2);
} */
.index-link-btn-child.back {
    /* top:0;
    left:100px; */
    transform: rotateY(180deg);
}


.index-bottom-btn-div {
    padding-left: 8px;
    padding-right: 8px;
    /* width: 238px; 6个卡片时删除 */
}
.index-bottom-btn-div>img {
    /* width: 100%; */
    height: 87px;
    width: 185px;
}

.index-btn-dept-hover {
    text-align: left; 
    padding-top: 1px; 
    padding-bottom: 1px; 
    padding-left: 25px; 
    padding-right: 5px; 
    line-height: 18px;
    list-style: none;
    cursor: hand;
}
.index-btn-dept-hover:hover {
    font-weight: bold;
}
a:hover.news-announcement-alpha div{
    filter:alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
    transition: 1s background cubic-bezier(0.2, 0.0, 0.2, 1), 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
}
a.news-ad-alpha img{
    filter:alpha(Opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}
a:hover.news-ad-alpha img{
    filter:alpha(Opacity=100);
    -moz-opacity:1;
    opacity: 1;
    transition: 1s background cubic-bezier(0.2, 0.0, 0.2, 1), 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
}
/* a:hover.news-alpha img{
    filter:alpha(Opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
    transition: 1s background cubic-bezier(0.2, 0.0, 0.2, 1), 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
    
    transform: scale(1.03);
} */
a:hover.news-alpha>.news-alpha-child {
    filter:alpha(Opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
    transition: 1s background cubic-bezier(0.2, 0.0, 0.2, 1), 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
    /* transform: rotate(1deg); */
    transform: scale(1.03);
}
/* a img{

    transition: all 1s;
}
a img:hover{
    transform: scale(1.03);
} */
a:hover.banshi-button img{
    transition: 1s background cubic-bezier(0.2, 0.0, 0.2, 1), 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
    transform: rotate(1deg);
}
.banshi-button {
    display:inline-block;
    width:198px;
    margin-left: 3px;
    margin-top:6px;
}
.banshi-button:first-child{
    margin-left: 0 !important;
}
.topic-image {
    display:inline-block;
    width:202px;
    margin-left: 3px;
    margin-top:6px;
}
.topic-image:first-child{
    margin-left: 0 !important;
}
.topic-pictures-image {
    display:inline-block;
    width:200px;
    margin-left: 3px;
    margin-top:6px;
}
.company-image {
    display:inline-block;
    width:188px;
    margin-left: 3px;
    margin-top:6px;
}
.company-image:first-child{
    margin-left: 0 !important;
}
.company-title {
    margin-top:8px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #444;
    font-weight: bold;
}
.footer-text{
    margin-top: 30px;
    float: left;
    font-weight: bold;
    color: #efefef;
    font-size: 14px;
    line-height: 28px;
}
/* 栏目页
*/
.news-category-side{
    width: 254px;
}
.news-category-main {
    padding: 0px 15px;
    /* width: 796px !important; */
}
.news-category-side-head{
    background-image: url('/public/images/category-side-head-sm.png');
    height: 72px;
    width: 224px;
    padding: 15px;
    font-size: 22px;
    color: #fff;
    font-weight: bolder;
}
.news-category-side-item{
    margin-top: 8px;
    width:224px;
    height: 45px;
    background-color: #F3f3f3;
    font-size: 16px;
    line-height: 45px;
    color: #444444;
    font-weight: bolder;
    text-align: center;
}
.news-category-side-item-selected{
    color: #092A4A;
}
.news-category-side-banshi{
    margin-top: 0px;
    width: 224px;
    padding: 15px 8px;
}
.news-category-side-banshi-button {
    margin-top: 25px;
    display: inline-block;
    width: 102px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #092A4A;
    font-weight: bolder;
}
.news-category-side-banshi-button span{
    display: inline-block;
}
.news-category-side-banshi-button img{
    width:56px;
    display: inline-block;
}
.category-page-title{
    font-size: 16px;
    line-height: 40px;
    color: #092A4A;
    font-weight: bolder;
    border-bottom: #193f64 solid 4px;
}
.category-page-title-text{
    margin-left: 5px;
}

.article-content {
    /* overflow: auto; */
    font-size: 16px;
    font-family: '宋体';
    line-height: 30px;
}
.category-page-content{
    padding: 10px 10px;
    /* overflow: auto; */
}
.category-list-content{
    padding: 0px;
    margin-top: 5px;
}
.category-list.news-list-item-title{

    color: #193f64;
}
.news-list-pager-container {
    margin-top: 15px;
    text-align: center;
}
.category-video-wrapper {
    height: 362px;
}
.category-side-video-wrapper{
    height: 100px;
}
.side-video-text-wrapper{
    font-size: 14px;
    line-height: 24px;
    color: #092A4A;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom:5px;
}
.breadcrumb {
    border-radius: 0;
    font-size: 14px; 
    font-weight: bolder;
    /* background-color: #fff;  */
    height: 42px; 
    padding: 12px 0px; 
    background-color:transparent;
}
.breadcrumb a{
    color: #092A4A;
    line-height: 18px;
}
.category-picture-item{
    display: block;
    width: 235px;
    height: 176px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
.category-picture-item img{
    width: 100%;
}
.category-picture-item-cover {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    background-color: rgba(9, 42, 74, .7);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    left: 0px;
    bottom: 0px;
}

.article-page-title{
    text-align: center;
    color: #092A4A;
    font-weight: bolder;
    border-bottom: #193f64 solid 4px;
}
.article-page-title-text{
    margin: 8px 5px;
    font-size: 28px;
    line-height: 48px;
}
.article-page-title-sub-text{
    color:#666;
    font-size: 14px;
    line-height: 38px;
}

/** 在线办事 */
.business-step-icon {
    width: 88px;
}
.business-step-dot {
    width:22px; margin-top:20px;
}
.business-step-line {
    margin-top:29px;
    width: 164px;
    height: 3px;
    margin-left: -1px;
    position: absolute;
}
.well{
    min-height: 20px;
    padding: 25px 30px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well-title{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bolder;
}
.well-text{
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: normal;
}
.todo-warning{
    background-color: #ef6300;
    border-color: #ef6300;
    padding: 5px 10px;
    line-height: 110%;
    font-size:12px;
    font-weight: 500;
    margin-bottom: 5px;

}
.search-btn{
    background-color: #f3a621;
    border-color: #f3a621;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.btn {
    display: inline-block;
    /* padding: 6px 22px; */
    margin-bottom: 0;
    /* font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none; */
    border-radius: 0px;
}
.btn-primary {
    background-color: #193f64;
    border-color: #193f64;
    font-weight: 500;
}
.btn-default {
    background-color: #e9eff3;
    /* background-color: #d1d9e0; */
    border-color: #d1d9e0;
    color: #092A4A;
    font-weight: 500;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-pager.active {
    border-color: #d1d9e0;
    color: #333;
    background-color: #d1d9e0;
    /* font-weight: bold; */
}
.btn-pager {
    
    background-color: #e9eff3;
    padding: 3px 10px;
    margin: 3px;
}
.form-control {
    border-radius: 0px;
}

/** rewrite table */
.table>thead>tr>th {
    font-weight: bolder;
    color: #112a42;
}

.waiting-spin-circle {
    border: 4px rgba(25, 63, 100, 0.25) solid;
    border-top: 4px black solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
    
    width: 32px;
    height: 32px;
    clear: both;
    margin: 20px auto;
}

@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}