@charset "UTF-8";
@import "css.css";


header {
    border-bottom: 2px solid #0090ff;
}

#all-category {
    cursor: pointer;
}

.f-category,
.t-category,
.s-category {
    cursor: default;
}

.f-category {
    display: none;
}

#all-category:hover .f-category {
    display: block;
}

.visitbox{
    background-color: #F2F2F2;
}

.visit a {
    padding: 12px 6px 12px 0;
    color: #333333;
}
.visit a:hover {
    color: #FF5800;
}

.left-nav {
    border: 1px solid #e1e1e1;
    width: 165px;
    margin-right: 80px;
}

.left-nav p {
    padding-left: 50px;
    background-color: #f2f2f2;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.left-nav a {
    padding-left: 46px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    border-left: 4px solid #fff;
    background-color: #fff;
}

.left-nav a.on,
.left-nav a:hover {
    border-left: 4px solid #0090ff;
}

.left-nav a.on {
    background-color: #f5fcff;
}

.left-nav a:last-child {
    border-bottom: none;
}

.news-list,
.news-content {
    width: 955px;
}

.news-list li {
    margin-bottom: 10px;
}

.news-list p,
.news-list span {
    line-height: 30px;
}

.news-list span {
    width: 160px;
    margin-right: 35px;
}

.news-list p {
    height: 30px;
    width: 760px;
    overflow: hidden;
}

.news-title {
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.news-detail {
    padding: 0 10px;
}

.news-detail img {
    max-width: 100% !important;
}