.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 0px;
    }
}

.breadcrumb {
    background: none;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.breadcrumb > li {
    color: rgb(139, 139, 139);
    display: inline-block;
}

.secondarybox {
    padding: 30px 0px 32px;
    overflow: hidden;
    display: block;
}

.col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
        float: left;
    }
}

.sidebar .title {
    /*  background: url(http://www.sioc.cas.cn/images/leftnavbg1.jpg) no-repeat top rgb(0, 52, 96);*/
    padding: 20px 15px 23px 23px;
     color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 32px;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 0px;
    border-top-color: rgb(240, 133, 25);
    border-top-width: 0px;
    border-top-style: solid;
    position: relative;
    background-color: rgb(51, 122, 183);
}

.contentLeft {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(242, 247, 255);
}

.leftNavigation li a {
    padding: 13px 12px 13px 46px;
    transition: color 0.2s;
    color: rgb(40, 40, 40);
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: relative;
    -ms-text-overflow: ellipsis;
    -webkit-transition: color 0.2s ease;
}

.leftNavigation li a {
    line-height: 160%;
}

.leftNavIcon {
    padding: 13px 0px;
    left: 0px;
    top: 0px;
    width: 3rem;
    text-align: center;
    color: rgb(126, 150, 193);
    font-weight: 600;
    position: absolute;
    line-height: 160%;
}

.fa-angle-right:before {
    content: "\f105";
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 75%;
        float: left;
    }
}
@media (min-width: 768px){
    .col-sm-8 {
        width: 66.66%;
        float: left;
    }
}
.col-md-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}
@media (min-width: 992px){
    .col-md-9 {
        width: 70%;
    }
}
.list-news li {
    padding-top: 10px;
    overflow: hidden;
    clear: both;
    border-bottom: 0px dashed #d4d4d4;
    margin-bottom: 10px;
}
.list-news span.right {
    float: right;
}
.list-news span {
    line-height: 150%;
    color: #9b9b9b;
    font-size: 14px;
    font-family: Arial;
}
.list-news li a {
    float: left;
    /* width: 86%; */
    max-width: 88%;
    overflow: hidden;
    font-size: 15px;
    line-height: 150%;
    color: #383838;
    background-image: url(http://www.sioc.cas.cn/images/ioz_ico_01.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column {
    background: url(http://www.sioc.cas.cn/images/ioz-lmbg03.png) repeat-x bottom;
    height: 50px;
    overflow: hidden;
}
.column_l {
    position: absolute;
    height: 40px;
    top: -5px;
    padding: 6px 0px;
    width: auto;
    color: rgb(0, 64, 154);
    /* line-height: 130%; */
    overflow: hidden;
    font-size: 25px;
    font-weight: 700;
    border-bottom-color: rgb(209, 16, 16);
    border-bottom-width: 3px;
    border-bottom-style: solid;
    float: left;
    display: inline-block;
}
.list-news li a:hover {
    color: rgb(0, 78, 162);
}
#xlmain {
    margin: 0px;
    overflow: hidden;
    display: block;
}
#xlmain .wztitle {
    margin: 24px 0px;
    padding: 0px 0px 2px;
    text-align: center;
    color: rgb(0, 64, 154);
    line-height: 36px;
    font-size: 24px;
    font-weight: 700;
}
#xlmain .basicinfo {
    padding: 0px 0px 3px;
    text-align: center;
    overflow: hidden;
    border-bottom-color: rgb(226, 226, 226);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#xlmain .textxl {
    margin: 20px 6px 6px;
    overflow: hidden;
    display: block;
}
.leftNavigation li a:hover {
    background: rgb(216, 227, 240);
    color: rgb(0, 57, 143);
    text-decoration: none;
}