@charset "utf-8";

.science {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 6px 20px 35px;
}
.sidebar {
     width: 280px;
     background: #eae9e9;
     float: left;
 }
.sidebar h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #b50c02;
    background: -webkit-linear-gradient(#c01100,#9d0007);
    background: -o-linear-gradient(#c01100,#9d0007);
    background: -moz-linear-gradient(#c01100,#9d0007);
    background: linear-gradient(#c01100,#9d0007);
}
.sidebar .nav {
    margin-bottom: 30px;
}
.sidebar .nav > li {
    clear: both;
    width: 100%;
}
.sidebar .nav-pills > li + li {
    margin-left: 0;
}
.sidebar .nav > li > a {
    border-radius: 0;
    color: #666;
    border-bottom: 1px dotted #a9a9a9;
    width: 162px;
    margin: 0 auto;
    text-align: center;
}
.sidebar .nav > li > a:hover {
    background: transparent;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:hover,
.sidebar .nav > li.active > a:focus {
    background: transparent;
    color: #ae0804;
}
.sidebar .hot {
    padding: 20px;
    color: #333;
}
.sidebar .hot_title {
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 10px;
}
.sidebar .hot_title p {
    font-size: 16px;
    float: left;
}
.sidebar .hot_title a {
    color: #888;
    float: right;
}
.sidebar .hot_content {
    position: relative;
    padding-top: 10px;
}
.sidebar .hot_content li {
    height: 32px;
    background: url(../img/icon_disc_1.png) no-repeat center left;
    padding-left: 10px;
}
.sidebar .hot_content li a {
    color: #2f2f2f;
    padding-left: 5px;
    width: 175px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .hot_content li a:hover {
    color: #000;
}
.sidebar .hot_content em {
    font-style: normal;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    color: #666;
}


.right_content {
     width: 860px;
     background: #fff;
     float: right;
     position: relative;
 }
 .content_top {
     width: 860px;
     height: 35px;
 }
.location {
     position: absolute;
     top: 8px;
     left: 20px;
     color: #333;
 }
.breadcrumb {
     background: #eae9e9;
     border-radius: 0;
     height: 35px;
     line-height: 35px;
     padding: 0;
     margin-bottom: 0;
 }
.breadcrumb > li:first-child {
     margin-left: 95px;
 }
.breadcrumb > li + li::before {
    color: #333;
    
    content: "> ";
}
.breadcrumb > .active {
    color: #666;
}
.breadcrumb > li > a {
     color: #333;
 }
.breadcrumb > li > a:hover, a:focus {
    color: #ae0804;
}


.content_bottom {
    width: 860px;
}
.text_list {
    width: 100%;
    padding: 20px 10px 33px;
}
.text_list li {
    height: 32px;
    line-height:32px;
    background: url(../img/icon_disc_2.png) no-repeat center left;
    padding-left: 20px;
}
.text_list li a {
    color: #333;
}
.text_list li a:hover {
    color: #dd1d1d;
}
.text_list em {
    font-style: normal;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 10px;
}
.art {
    padding: 35px 65px 0;
    color: #333;
}
.art h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.art_date {
    color: #808080;
    text-align: center;
    margin: 16px 0;
}
.art hr {
    border: none;
    background: #d9d9d9;
    height: 1px;
    margin: 15px 0 20px 0;
}
.art_detail {
    line-height: 2;
}
.page {
    margin: 35px auto 0 auto;
    width: 350px;
}
.page li {
    float: left;
    display: block;
    text-align: center;
    margin-right: 10px;
}
.page li:last-child {
    margin-right: 0;
}
.page li a {
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 3px 9px;
    color: #808080;
}
.page li a:hover {
    color: #333;
}
.page .active a,
.page li a:active,
.page li a:focus {
    background: #ae0804;
    color: #fff;
    border: none;
}
.page .active a {
    color: #fff;
}