body {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), color-stop(70vh, #fff), to(#fff)) repeat-x;*/
    /*background: -webkit-linear-gradient(top, #c9c9c9, #fff 70vh, #fff) repeat-x;*/
    /*background: -o-linear-gradient(top, #c9c9c9 0, #fff 70vh, #fff 100%) repeat-x;*/
    /*background: linear-gradient(180deg, #c9c9c9 0, #fff 70vh, #fff) repeat-x;*/
    font-family: Lato, Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    line-height: 1.5;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #89ccc9;
    opacity: 1;
}

.blur {
    -webkit-filter: blur(10px); /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
    filter: blur(10px);
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #89ccc9;
    opacity: 1;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.bg-white {
    background-color: #fff !important;
    overflow: hidden;
}

input:-ms-input-placeholder {
    color: #89ccc9;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #89ccc9;
    opacity: 1;
}

a:hover {
    text-decoration: none;
    color: #1dada7 !important;
}

[class|=switch] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    border-radius: 16px;
    line-height: 32px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#user-option-menu-corner {
    height: 5px;
    width: 5px;
    background: #ffffff;
    transform: rotate(45deg);
    top: -4px;
    left: 71px;
    position: absolute;
}
.switch-on {
    border: 1px solid white;
    box-shadow: white 0px 0px 0px 16px inset;
    transition: border 0.4s, box-shadow 0.2s, background-color 1.2s;
    background-color: white;
    cursor: pointer;
}

.slider {
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    left: 0;
    top: 0;
}

.switch-on .slider {
    left: 20px;
    transition: background-color 0.4s, left 0.2s;
}

.switch-off {
    border: 1px solid #dfdfdf;
    transition: border 0.4s, box-shadow 0.4s;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}

.switch-off .slider {
    left: 0;
    transition: background-color 0.4s, left 0.2s;
}

.switch-on.switch-disabled {
    opacity: .5;
    cursor: auto;
}

.switch-off.switch-disabled {
    background-color: #F0F0F0 !important;
    cursor: auto;
}

/*loader*/

.loader,
.loader:after {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.loader {
    margin: 0px auto;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999em;
    border-top: 9px solid #e4f4f3;
    border-right: 9px solid #e4f4f3;
    border-bottom: 9px solid #e4f4f3;
    border-left: 9px solid #1dada7;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.fade-out-item {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.fade-out-item:hover {
    opacity: 0;
}

.modal-content {
    border: none !important;
}

.modal-dialog {
    max-width: 1000px !important;
}

.modal-footer {
    border-top: none;
}

.modal-header {
    border-bottom: none !important;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 18px;
}

.modal-title {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.avatar {
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.cropper-view-box {
    border: none;
    outline: none !important;
}

#loader {
    width: 100%;
    height: 600px;
}

.loader-wrapper {
    width: 100px !important;
    height: 100px !important;
    margin: 60px auto;
    position: relative;
}

.loader-wrapper img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.flex-align-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*loader end*/

#login-button {
    display: flex;
    color: white;
    height: 60px;
    line-height: 60px;
}
.app-qrcode {
    display: none;
    position: absolute;
    top: 50px;
    right: -40px;
    width: 101px;
    height: 106px;
}
#user-info {
    color: white;
    position: absolute;
    right: 0px;
    top: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 14px;
    padding-right: 14px;
}

#user-info:hover {
    background-color: #1b908b;
}

#login-button a {
    color: white;
    margin-right: 6px;
    margin-left: 6px;
}

.avatar {
    border-radius: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
}

ul li {
    list-style-type: none;
}

.col {
    padding: 0px;
}

.row {
    margin: 0px;
}

.meta-box {
    border: solid 1px #E7E7E7;
    background: white;
}

.meta-box .meta-box-title {
    font-size: 18px;
    border-bottom: 1px #f2f2f2 solid;
    color: rgba(0, 0, 0, .85);
    font-weight: bold;
    padding: 16px;
    margin-bottom: -6px;
}

.header-height {
    height: 60px;
    line-height: 60px;
}
.header-navbar {
    background-color: #008f8b !important;
    height: 60px;
    padding: 0px;
}

.header-pop-window-wrapper {
    width: 100%;
    visibility: hidden;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 99;
    overflow: hidden;
    padding-bottom: 50px;
}

.header-pop-window {
    height: 190px;
    box-shadow: 0 1px 40px 0 #999;
    transform: translate(0px, -100%);
    transition: all 0.1s ease 0.3s;
    padding: 0;
    background-color: white;
    width: 100%;
}

.header-pop-menu-container {
    width: 1220px;
    margin: 0 auto;
}

.header-pop-menu-container a {
    color: #666666 !important;
    font-size: 15px;
}

.header-pop-menu-container .seprator {
    margin-left: 12px;
    margin-right: 12px;
    color: #c2c2c2;
    font-size: 14px;
}

.header-pop-window-hover {
    visibility: visible;
}

.header-navbar .nav-item {
    font-weight: 700;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.header-navbar .nav-link {
    padding: 0 20px !important;
    color: white !important;
}

.header-navbar .dropdown-menu {
    line-height: 40px !important;
}

.header-navbar .nav-item:hover {
    background-color: #006d6a;
}

.header-navbar .user-opition-menu {
    padding: 8px 15px;
    position: absolute;
    width: 142px;
    background-color: #fff;
    top: 60px;
    right: -40px;
    border: 1px solid #e7eaf1;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 34, 77, .1);
    box-shadow: 0 5px 20px rgba(0, 34, 77, .1);
    z-index: 203;
    display: none;
}

.header-navbar .user-opition-menu ul {
    padding-left: 0px;
}
.header-navbar .user-opition-menu ul {
    margin-bottom: 0;
}
.header-navbar .user-opition-menu li,
.header-navbar .user-opition-menu li a {
    height: 35px;
    /*line-height: 40px;*/
    font-size: 14px;
    color: #585858;
    /*text-align: left;*/
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.header-navbar .user-opition-menu li svg {
    margin-right: 10px;
}
.header-navbar .user-opition-menu li:hover path {
    fill: rgba(41,178,174,1);
}
.header-navbar .user-opition-menu li:hover {
    background-color: rgba(0,143,139,0.05)
}
.contribution-icon {
    width: 16px;
    height: 15px;
    margin-right: 10px;
}
.contribution-span {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
}

.nav-a {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#navigation-user-info {
    width: 60px;
    height: 60px;
}

#navigation-user-info img {
    margin-left: 12px;
    margin-top: 10px;
    border: 2px #ffffff solid;
}
.msg-count-icon {
    position: absolute;
    background-color: rgba(173, 42, 42, 1);
    width: 19px;
    height: 19px;
    border-radius: 10px;
    top: -5px;
    right: -5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msg-count-container {
    display: inline-block;
    font-size: 20px;
    transform: scale(0.5);
    position: relative;
}
.drop-msg-count-icon {
    margin-left: 6px;
    background-color: rgba(173, 42, 42, 1);
    width: 16px;
    height: 16px;
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;

}
pre {
    font-family: Lato, Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.drop-msg-count-container {
    display: inline-block;
    font-size: 20px;
    transform: scale(0.5);
    position: relative;
}
/*#navigation-user-info:hover {*/
/*    background-color: rgb(242, 242, 242);*/
/*}*/

#navigation-user-info:hover .user-opition-menu {
    display: block;
}

.container {
    position: relative;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
.hot-station {
    margin-top: 35px;
}
.hot-station-title {
    /*width: 72px;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.hot-station-title-span {
    margin-top: 7px;
    display: block;
    width: 75px;
    height: 2px;
    background: #008f8b;
}
.search-form {
    border-radius: 7px;
    height: auto;
    width: 235px;
    margin-right: 20px;
    overflow: hidden;
}

.search-form input {
    border: none;
    color: white;
    outline: none;
    height: 28px;
    font-size: 12px;
    margin-left: 5px;
    width: 130px;
    background-color: transparent;
}
.search-form .search-icon {
    position: absolute;
    right: 10px;
    opacity: 0.6953357;
    width: 14px;
    height: 12px;
}
.sidebar {
    padding-left: 14px;
    max-width: 380px;
    float: right;
    width: 100%;
}

.home-block-info .ad-pic {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.block-info-item:hover .ad-pic {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.home-block-info .block-info-item {
    color: #fff;
}

.home-block-info .block-info-item-text .ad-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.home-block-info .block-info-item-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    padding-top: 40px;
    height: 100%;
    overflow: hidden;

}

.home-block-info .block-info-item-bg {
    position: absolute;
    width: 98%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(195, 195, 195);
}

.home-block-info .item-tag {
    height: 20px;
    width: 100px;
    position: absolute;
    right: -28px;
    top: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;
    background-color: #f50;
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
}

.home-daily-news {
    position: relative;
    margin-right: 0;
    overflow: hidden;
}

.home-daily-news .title {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 35px;
    background-color: #fff;
    line-height: 35px;
    z-index: 50;
}

.home-daily-news .content {
    margin-right: 0;
    margin-top: 35px;
    background-color: #fff;
    height: 360px;
}

.home-daily-news h2 {
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    color: #1da29b;
}

.home-daily-news .news-title {
    margin-right: 14px;
    width: 95%;
    height: auto;
    font-weight: 500;
    color: #444;
    font-size: 13px;
}

.home-daily-news .news-item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.home-daily-news .news-item-header {
    cursor: pointer;
}

.home-daily-news .news-date {
    color: rgb(187, 187, 187);
    font-weight: 400;
    position: relative;
}

.home-daily-news .news-desc {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f2f2f2;
}

.home-daily-news .news-desc a {
    color: #595959;
}

carousel,
.carousel .pic {
    position: relative;
    height: 0;
    padding-bottom: 59.7%;
}

.carousel .pic {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin-right: 2px;
}

.carousel-item {
    width: 100%;
    background-color: rgb(195, 195, 195);
}

.carousel .pic .desc {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    position: absolute;
    padding: 12px 20px 24px;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    color: #fff;
    bottom: 0;
    text-shadow: 0 1px 1px #555;
}

.carousel .carousel-indicators {
    bottom: -5px !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.home-main-list {
    padding-top: 20px;
}

.home-main-list .header-title .nav {
    border-bottom: 1px solid #e8e8e8;
}

.home-main-list .header-title .nav-link {
    color: rgba(0, 0, 0, .65);
    font-weight: bold;
    font-size: 20px;
    padding: 0 !important;
    cursor: pointer;
}

.home-main-list .header-title .nav-item {
    margin-right: 40px;
    padding-bottom: 8px;
    margin-bottom: -1px;
}

.home-main-list .header-title .active {
    border-bottom: 2px #1dada7 solid;
}

.home-main-list .header-title .active a {
    color: #1dada7 !important;
}

.home-main-list .header-title .nav-link:hover {
    color: #1dada7 !important;
}

.tag {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-right: 0px;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    white-space: nowrap;
    color: white;
    font-size: 12px;
}

.tag-gray {
    color: #1DADA7 !important;
    border: 1px solid #1DADA7;
    background: transparent;
}

.tag-gray,
.tag-gray a,
.tag-gray a:hover {
    color: #1DADA7 !important;
}

.article-item {
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    overflow: hidden;
}

.article-item .pic-subject-bg {
    width: 100%;
    height: 0;
    padding-bottom: 18%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.article-item .pic-subject-info-container h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .1em;
}

.pic-subject:hover .pic-subject-bg {
    transform: scale(1.03);
}

.subject-item {
    display: none;
}

.subject-item .pic-subject {
    position: relative;
    overflow: hidden;
}

.subject-item .subject-item-title {
    font-weight: 300;
    font-size: 18px;
}

.subject-item .subject-item-title-split-line {
    color: #00A29b;
    font-weight: 900;
    margin-right: 10px;
}

.subject-item .subject-item-watermarking {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: 20px;
    padding: 3px 12px;
}

.subject-item .subject-item-desc {
    font-size: 12px;
    color: white;
    line-height: 1.4;
    margin-top: 6px;
    margin-bottom: 0 !important;
}

.article-item .pic-subject-info-container {
    color: #fff;
    padding: 15px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}

.article-item .info {
    position: absolute;
    width: 100%;
    height: 27px;
    line-height: 27px;
    left: 0;
    bottom: 0;
}

.article-item .info .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.article-item .info .user-name {
    font-size: 13px;
    margin-left: 6px;
    font-weight: normal;
    color: #333333;
    vertical-align: middle;
}

.article-item .info .date {
    font-size: 13px;
    margin-left: 12px;
}

.article-item .info .article-info-left {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #a9a9a9;
    display: table-cell;
    vertical-align: middle;
}

.article-item .info .article-info-right {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 12px;
    color: #a9a9a9;
}

.article-item .item-tag {
    height: 20px;
    width: 100px;
    position: absolute;
    right: -28px;
    top: 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
}

.article-item .item-tag-job {
    background-color: rgb(0, 135, 193);
}

.article-item .item-tag-sticky {
    background-color: red;
}

.article-item .pic {
    height: 0px;
    padding-bottom: 69.9%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 2px;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.article-item .pic img {
    max-width: 229px;
    width: 100%;
}

.article-item .pic-tag {
    position: absolute;
    left: 12px;
    top: 12px;
}

.article-item .info-content {
    z-index: 1;
    height: 160px;
    position: relative;
    margin-left: 14px;
    margin-right: 0;
}

.article-item .info .pv .count {
    color: #1dada7;
}

.article-item .title {
    font-size: 18px;
    border-bottom: none;
    margin: 0 30px 12px 0;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-item .title a {
    color: #333333;
    font-weight: bold;
}

.article-item .title .red-title {
    color: #CC3333 !important;
}

.article-item .desc {
    line-height: 1.6;
    color: #666;
    font-weight: bolder;
    font-size: 11px;
    max-height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.article-item .tags {
    margin: 0 0 12px;
}

.user-label {
    width: 15px;
    height: 15px;
}

.user-label-md {
    width: 23px;
    height: 23px;
}

.user-label-official {
    content: url("/img/official.svg");
}

.user-label-verify {
    content: url("/img/author.svg");
}

.user-label-company {
    content: url("/img/company.svg");
}

.user-label-src {
    content: url("/img/src.svg");
}

.user-label-team {
    content: url("/img/team.svg");
}

.article-item .fee {
    display: inline-block;
}

.article-item .fee .fee-title {
    color: rgb(153, 153, 153);
    margin-left: 12px;
    vertical-align: middle;
}

.article-item .fee .fee-icon {
    width: 15px;
    height: 15px;
    /*margin-right: 3px;*/
    margin-left: 10px;
    vertical-align: middle;
    content: url("https://p0.ssl.qhimg.com/sdm/30_30_100/t01f942715e2a0f1a23.png");
}

.article-item .fee .fee-icon-diamonds {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    vertical-align: middle;
    content: url("../img/Diamonds.svg");
}

.article-item .fee .fee-content {
    color: rgb(255, 103, 0);
    font-weight: 800;
    margin-right: 12px;
    vertical-align: middle;
}

.load-more {
    padding: 16px;
    width: 100%;
    text-align: center;
}

.activity-timeline {
    margin-top: 40px;
}

.activity-timeline .link-item {
    color: rgba(0, 0, 0, .65);
}

.activity-timeline .activity-title {
    font-size: 14px;
    color: #333 !important;
}

.activity-timeline .activity-info {
    line-height: 24px;
    color: rgba(0, 0, 0, .65) !important;
}

.activity-slide {
    width: 100%;
    height: 350px;
}

.activity .title {
    padding: 10px;
    background-color: #f2f2f2;
    margin: 0 auto;
    margin-top: 18px;
    font-size: 20px;
}

.activity-list {
    margin-left: -14px;
    margin-right: -14px;
}

.activity .activity-list .activity-item {
    background: #fff;
    position: relative;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.activity .activity-list .activity-item:hover {
    box-shadow: 0 2px 22px #CCC;
    transform: translate(0px, -7px);
}

.activity .activity-list .activity-item .pic {
    margin-left: 0;
    margin-right: 0;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.activity .activity-list .activity-item .info-content {
    padding: 10px 25px;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.activity .activity-list .activity-item .activity-item-title {
    color: #000;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity .title h2 {
    font-size: 21px;
}

.activity-slide .pic {
    height: 350px;
    padding-bottom: 0;
}

.sidebar h1 {
    font-size: 21px !important;
    height: 38px;
    padding-left: 12px !important;
}

.home-active-author .user-item-box {
    border-bottom: 1px solid #eee;
    padding-top: 14px;
    padding-bottom: 14px;
}

.home-active-author .user-item-box .last-article {
    line-height: 1.7;
    margin-top: 8px;
}

.home-active-author .user-item-box .last-article .article-title {
    font-size: 12px;
}

.home-active-author .user-item-box .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    z-index: 100;
    margin: 0 auto;
}

.home-active-author .user-item-box .user-info {
    text-align: left;
    margin-left: 20px;
    margin-right: 16px;
}

.home-active-author .user-item-box .user-info .name {
    font-size: 14px;
    color: #000;
    height: 27px;
    line-height: 27px;
}

.home-active-author .user-item-box .user-info .slogan {
    font-size: 12px;
    color: #999;
    line-height: 1.7;
    margin-right: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-active-author a {
    color: dimgrey;
}

.hot-recommand {
    margin-top: 14px;
}

.hot-recommand .card-body {
    padding: 0;
}

.hot-tag .tag {
    margin-right: 0px;
    margin-bottom: 6px;
    background-color: rgb(102, 102, 102);
    font-size: 14px;
}

.hot-tag .card-body {
    padding: 10px;
}

.vul .vul-list h2 {
    font-size: 22px;
}

.vul .vul-list a {
    color: rgba(0, 0, 0, 0.65);
}

.vul .vul-list .unknown-level {
    color: #333;
    border-left: 3px solid #666;
}

.article-detail {
    padding: 28px !important;
    border: solid 1px #E7E7E7;
}

.comment-item {
    border-bottom: 1px #f2f2f2 dashed;
    margin-bottom: 20px;
}

.comment-item li {
    text-align: left;
    padding: .75rem 0;
}

.comment-item .img {
    float: left;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: .75rem;
    vertical-align: middle;
}

.comment-item .comment-item-body {
    overflow: hidden;
    font-size: 14px;
    line-height: 21px;
}

.comment-item .comment-item-body .user-info {
    position: relative;
    margin-bottom: 8px;

}

.comment-item .comment-item-body .name {
    color: #666;
    font-size: 15px;
    vertical-align: middle;
}

.official {
    color: #993333 !important;
}

.verify {
    color: #CC6633 !important;
}

.src {
    color: #003333 !important;
}

.user_label {
    font-size: 10px;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    padding: 2px 6px;
    vertical-align: middle;
}

.official_label {
    background: linear-gradient(45deg, #66CCFF 0, #6699CC 50%, #66CCFF) repeat-x;
}

.verify_label {
    background: linear-gradient(45deg, #ffc107 0, #cc6633 50%, #ffc107) repeat-x;
}

.src_label {
    background: linear-gradient(45deg, #003333 0, #003366 50%, #003333) repeat-x;
}

.comment-item .comment-item-body .time {
    color: #ccc;
}

.comment-item .comment-item-body .user-info-right {
    float: right;
}

.comment-item .comment-item-body .commentlist-like {
    cursor: pointer;
}

.comment-item .comment-item-body .commentlist-like .liked {
    color: #FF6633;
}

.comment-item .comment-item-body .commentlist-like-count {
    margin-left: 2px;
}

.comment-item .comment-item-body .text {
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-line;
}

.comment-item .comment-child {
    padding: 0 .75rem;
    padding-top: 0.75rem;
    margin-left: 2.75rem;
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 1rem;
    padding-bottom: -1rem;
}

.comment-item .reply-comment {
    color: #1dada7 !important;
    cursor: pointer;
}

.comment-item .commentlist-like-count {
    margin-right: 12px;
    color: #666666;
}

.subcomment {
    margin-bottom: 0px;
    padding: 0px !important;
}

.article-detail-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), color-stop(1630px, #fff), to(#fff)) repeat-x;
    background: -webkit-linear-gradient(top, #ddd, #fff 1630px, #fff) repeat-x;
    background: -o-linear-gradient(top, #ddd 0, #fff 1630px, #fff 100%) repeat-x;
    background: linear-gradient(180deg, #ddd 0, #fff 1630px, #fff) repeat-x;
}

.similar—article-list li a {
    color: #000;
}

.similar—article-list {
    padding: 0;
}

.similar—article-list li {
    padding: 4px;
    line-height: 2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f2f2f2;
}

.similar—article-list li:hover {
    background-color: #1dada7;
}

.similar—article-list li:hover a {
    color: white !important;
}

.similar—article-list li:hover a:hover {
    color: white !important;
}

.article-detail .article-top-info {
    margin-top: 16px;
}

.article-detail .article-top-info b {
    font-size: 18px !important;
    color: #1dada7
}

.article-detail h1 {
    font-size: 24px;
    color: #444;
    line-height: 45px;
}

.article-detail .article-footer-label {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.5;
    padding: 15px;
    border: 1px solid #efefef;
    color: #999;
    border-radius: 4px;
}

.article-detail .article-footer-label a {
    color: #3d464d;
}

.comment-box {
    width: 100%;
    border: 1px solid #d3d7db;
    margin-top: 12px;
    border-radius: 3px;
}

.comment-box .bottom-area {
    padding: .35rem .5rem;
    background-color: #f7f7f7;
    overflow: hidden;
    line-height: 32px;
}

.comment-box textarea {
    outline: none;
    -webkit-appearance: none;
    padding: .25rem .5rem;
    width: 100%;
    background-color: #fff;
    border: none;
    font-size: 14px;
    resize: none;
    height: 5rem;
}

.comment-box textarea::-moz-placeholder {
    color: #999999;
}

.article-tag-primary {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 15px;
    border: 1px solid #1dada7;
    color: #1dada7;
    border-radius: 15px;
}

.article-index {
    margin-top: 14px;
    background-color: white;
    border-top: 3px #1dada7 solid;
    box-shadow: 0 0 12px #eeeeee;
    max-height: 80vh;
    overflow-x: hidden;
}

.article-index .nav {
    width: 100%;
    margin: 0;
    padding: 0;
}

.article-index h5 {
    margin: 12px;
}

.article-index .navbar {
    padding: 0;
}

.article-index a {
    display: block;
    width: 100%;
    color: #333333;
    font-size: 16px;
}

.article-index .nav-pills .nav-link {
    border-radius: 0px;
}

.article-index .nav-link {
    padding: 6px 12px;
}

.article-index .active:hover {
    color: white !important;
}

.link h3 {
    width: 100%;
    padding: 22px;
    color: #333333;
    border-bottom: 1px #f2f2f2 solid;
    font-weight: bold;
    position: relative;
}

.link .link-list {
    padding: 20px;
}

.link .link-item {
    margin-right: 50px;
    float: left;
    width: 181.25px;
    height: 80px;
    line-height: 80px;
}

.link .link-text-item {
    margin-right: 16px;
    float: left;
    width: auto;
    font-size: 16px;
    font-weight: bold;
}

.link .link-text-item a {
    color: #333333;
}

.link h3:before {
    content: '';
    position: absolute;
    top: 35%;
    left: 12px;
    background: #1dada7;
    width: 3px;
    height: 26px;
}

.sub-index .nav-link {
    padding-left: 40px;
    font-size: 15px;
}

.article-detail .article-date {
    font-size: 13px;
    color: #b4b4b4;
}

.article-content {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    color: #585858;
    margin-top: 30px;
}

.article-detail-user-box {
    padding: 12px;
}

.article-detail-user-box .user-info {
    margin-left: 16px;
    margin-top: 12px;
}

.article-detail-user-box .user-info .name {
    font-size: 18px;
    color: #000;
    display: table-cell;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}

.article-detail-user-box .user-info .slogan {
    font-size: 13px;
    color: #999;
    line-height: 1.7;
    margin-right: 12px;

}

.article-detail-user-box .bottom-info {
    width: 100%;
    height: 76px;
    margin-top: 5px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 12px;
}

.article-detail-user-box .avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    z-index: 100;
    margin-top: 11px;
    margin: 0 auto;
}

.article-detail-user-box .bottom-info .info-block {
    width: 50px;
    height: 60px;
    float: left;
    line-height: 1.7;
    word-wrap: break-word;
    text-align: center;
}

.article-detail-user-box .bottom-info .info-block .key {
    font-size: 14px;
    color: #999;
}

.article-detail-user-box .bottom-info .info-block .value {
    font-size: 15px;
    font-weight: 700;
    color: #1dada7;
}

.article-detail-user-box .bottom-info .bottom-info-left {
    position: absolute;
    top: 13px;
}

.article-detail-user-box .bottom-info .bottom-info-right {
    position: absolute;
    right: 3px;
    top: 13px;
}

.article-detail-user-box h2 {
    font-size: 21px;
    font-weight: 500;
}

.article-detail-user-box .post-item {
    padding-top: 12px;
    padding-bottom: 12px;
}

.article-detail-user-box .post-item:hover {
    background-color: #f2f2f2;
}

.article-detail-user-box .post-item a {
    color: #333333;
}

.article-detail-user-box .post-item .title {
    margin-bottom: 6px;
}

.article-detail-user-box .post-item .date {
    color: #999;
}

.article-content blockquote {
    font-size: 14px;
    background: #f7f7f7;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid rgba(25, 148, 145, 0.27);
    box-sizing: border-box;
    color: rgba(25, 148, 145, .97);
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}

.article-content h2,
.article-content h3 {
    line-height: 2.0;
    margin-top: 12px;
}

.article-content h2 {
    font-size: 22px;
    font-weight: 500;
}

.article-content h3 {
    font-size: 19px;
    font-weight: 500;
}

.article-content img {
    max-width: 100%;
    display: block;
    margin: 12px auto;
    height: auto !important;
}

.vul .vul-list .vul-item {
    padding: 16px;
    margin-bottom: 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vul .vul-list .high-level {
    color: #a94442;
    border-left: 3px #a94442 solid;
}

.vul .vul-list .high-level:hover {
    background-color: #f2dede;
}

.vul .vul-list .high-level h2 {
    color: #a94442;
}

.vul .vul-list .high-level .icon {
    font-size: 16px;
    background-color: #a94442;
}

.vul .vul-list .medium-level {
    color: #8a6d3b;
    border-left: 3px #8a6d3b solid;
}

.vul .vul-list .medium-level:hover {
    background-color: #fcf8e3;
}

.vul .vul-list .medium-level h2 {
    color: #8a6d3b;;
}

.vul .vul-list .medium-level .icon {
    font-size: 16px;
    background-color: #8a6d3b;
}

.vul .vul-list .low-level {
    color: #31708f;
    border-left: 3px #31708f solid;
}

.vul .vul-list .low-level:hover {
    background-color: #d9edf7;
}

.vul .vul-list .low-level h2 {
    color: #31708f;;
}

.vul .vul-list .low-level .icon {
    font-size: 16px;
    background-color: #31708f;
}

.vul .vul-list .unknown-level {
    color: #333333;
    border-left: 3px #666666 solid;
}

.vul .vul-list .unknown-level:hover {
    background-color: #f2f2f2;
}

.vul .vul-list .unknown-level h2 {
    color: #333333;;
}

.week {
    width: 100%;
    padding-bottom: 40px;
}

.week h2 {
    width: 100%;
    color: #454545;
    text-align: center;
    font-weight: bold;
    height: 100%;
    line-height: 240px;
}

.week .week-list {
    width: 100%;
    padding: 20px;
}

.week h3 {
    margin-top: 20px;
    padding-left: 12px;
    position: relative;
}

.week h3:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: #1dada7;
    width: 3px;
    height: 26px;
}

.src .src-header .src-activity-item {
    overflow: hidden;
    position: relative;
    margin-right: 14px;
}

.src .src-header .src-activity-item .pic {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.src .src-header .src-activity-item:hover {
    box-shadow: 0 2px 22px #DDD;
}

.src .src-header .src-activity-item:hover .pic {
    overflow: hidden;
    transform: scale(1.1);
}

.src .src-header .news-list {
    font-size: 14px;
    padding: 6px 13px;
    background-color: #fff;
    margin-top: 12px;
}

.src .src-header .news-list ul {
    padding-left: 0px;
}

.src .src-header .news-list li {
    line-height: 2.1;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.src .src-header .news-list a {
    color: #404040;
}

.src .src-item {
    height: 67px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
    width: 82%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
    color: #828282;
}

.src .src-item:hover {
    transform: translate(0px, -10px);
}

.src .src-item img {
    max-height: 68px;
}

.src .src-list {

    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
}

.src-detail .src-logo {
    padding: 14px;
}

.src-detail .src-logo img {
    height: 60px;
}

.src-detail .src-banner {
    background-size: cover;
    background-position: 50%;
    height: 290px;
    margin-top: 10px;
}

.src-detail .src-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.src-detail .src-desc h2 {
    font-size: 22px;
}

.src-detail .src-desc h3 {
    font-size: 15px;
}

.src-detail .src-gifts {
    margin-top: 25px;
}

.src-detail .src-gifts img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.src-detail .src-detail-content {
    width: 100%;
    padding: 16px;
}

.src-detail .src-detail-content h1 {
    font-size: 26px;
    font-weight: bold;
}

.vul .vul-list .unknown-level .icon {
    font-size: 16px;
    background-color: #ffffff;
}

.src-slide {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}

.src-slide .pic {
    height: 350px;
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
}

.common-username {
    display: table-cell;
}

.common-left-content-container {
    background-color: #fff;
    padding: 14px;
}

.common-left-content-container .title h1 {
    border-bottom: 1px solid #e9e9e9;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}

.card-header {
    font-size: 18px;
    background-color: white;
    font-weight: bold;
    color: #333;
}

.member .box-border {
    background-color: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 37, 55, .05);
    box-shadow: 0 1px 3px rgba(0, 37, 55, .05);
}

.member .user-head {
    height: 410px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.member .user-info {
    width: 100%;
    height: 160px;
    position: relative;
}

.member .user-avatar {
    display: inline-block;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    height: 170px;
    width: 170px;
}

.member .user-content {
    margin-top: 12px;
}

.member .user-head-menu {
    font-size: 15px;
    font-weight: 700;
}

.member .user-banner {
    width: 100%;
    height: 250px;
    background-position: 50%;
    background-size: cover;
}

.member .header-title .active a {
    color: #1dada7 !important;
}

.member .header-title .active {
    border-bottom: 2px #1dada7 solid;
    margin-bottom: -1px;
}

.member .header-title {
    margin: -14px;
    border-bottom: 1px #e8e8e8 solid;
}

.member .header-title .nav-link {
    color: rgba(0, 0, 0, .65);
    font-weight: bold;
    font-size: 14px;
    padding: 12px 22px !important;
}

.member .user-avatar-container {
    position: absolute;
    top: -30px;
    left: 25px;
}

.member .member-user-item {
    border-radius: 4px;
    height: 64px;
    padding: 12px;
    line-height: 40px;
}

.member .box-border .box-title {
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    font-size: 15px;
    color: rgba(0, 0, 0, .65);
    padding-left: 14px;
    border-bottom: 1px solid #e9e9e9;
}

.member .member-user-item:hover {
    background-color: #f2f2f2;
}

.search-result-item {
    line-height: 1.7;
    font-size: 13px;

    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px #f2f2f2 solid;
}

.search-result-item a {
    color: #585858;
}

.search-result-item a :hover {
    color: #1dada7;
}

.search-result-item .title {
    font-size: 21px
}

.search-result-item em {
    color: red;
    font-style: normal;
}

.search-result-item .article-content {
    margin-top: 0px;
    color: #999999;
}

.search-result-item .info {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #aaaaaa;
}

.setting {
}

.slider {
    box-shadow: none !important;
}

.switch-off .slider, .switch-on .slider {
    vertical-align: baseline;
    box-shadow: 0px 0px 3px #999 !important;
}

.slider-handle {
    background-color: white !important;
    background-image: none !important;
    box-shadow: 0px 0px 4px #cccccc !important;
}

.slider-selection {
    background: #1dada7 !important;
    box-shadow: none !important;
}

.setting .subscribe-keyword-list {
    margin-top: 20px;
}

.setting .subscribe-keyword-list .tag-gray {
    font-size: 16px;
    height: 25px;
    margin-bottom: 12px;
}

.setting .subscribe-keyword-list .tag-gray i {
    margin-left: 8px;
}

.setting .setting-menu ul {
    line-height: 3;
    padding-left: 0px;
    color: #999999;
    margin-top: 60px;
    font-size: 16px;
}

.setting .pic-modify-cover {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    color: white;
    cursor: pointer;
}

.setting .pic-modify-cover:hover {
    opacity: 1;
}

.setting .setting-menu li {
    padding-left: 30px;
    cursor: pointer;
}

.setting .setting-menu .active {
    background-color: #f2f2f2;
}

.setting .setting-menu li i {
    margin-right: 12px !important;
}

.setting .setting-menu li:hover {
    background-color: #f2f2f2;
}

.setting .setting-filed-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #f2f2f2 solid;
    width: 100%;
}

.setting .setting-filed-item h5 {
    font-weight: bold;
    font-size: 17px;
}

.setting .setting-filed-item .value {
    color: #1dada7;
    margin-left: 6px;
}

.setting .setting-filed-item .desc {
    font-size: 13px;
    color: #999999;
    line-height: 1.8;
}

.highlight {
    color: #f60 !important;
}

.setting .setting-panel {
    min-height: 625px;
    background-color: white;
    padding: 25px;
}

.login-register {
    width: 100%;
    border-right: 1px #f2f2f2 solid;
    padding-right: 50px;
}

.login-register h6 {
    margin-bottom: 20px;
}

.login-register input,
.login-register button {
    border-radius: 0px !important;
}

.social-login-box {
    font-size: 13px;
    padding: 6px;
    cursor: pointer;
    text-align: center;
}

.social-login-box-qq {
    color: #00a9e7;
    border: 1px #00a9e7 solid;
}

.social-login-box-qq:hover {
    color: white;
    background-color: #00a9e7;
}

.social-login-box-weibo {
    color: #f93c51;
    border: 1px #f93c51 solid;
}

.social-login-box-weibo:hover {
    color: white;
    background-color: #f93c51;
}

.social-login-box-360 {
    color: rgb(16, 158, 41);
    border: 1px rgb(16, 158, 41) solid;
}

.social-login-box-360:hover {
    color: white;
    background-color: rgb(16, 158, 41);
}

.app-download {
    width: 277px;
    margin-top: 30px;
}

.footer {
    color: #999999;
    overflow: hidden;
}

.footer h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.footer {
    background-color: #282828;
    margin-top: 14px;
    width: 100%;
}

.footer .content {
    margin: 0 auto;
    max-width: 1220px;
}

.footer .item {
    padding: 12px;
    margin-top: 10px;
}

.footer ul {
    margin-top: 14px;
    padding-left: 0px;
}

.footer li,
.footer li a {
    color: #828282;
}

.footer li {
    line-height: 30px;
    font-size: 14px;
}

.footer .bottom-info {
    margin-top: 14px;
    color: #696969;
    border-top: 1px solid hsla(0, 0%, 100%, .05);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.social {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #343a40;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    margin-right: 14px;
    margin-top: 14px;
    display: inline-block;
    cursor: pointer;
}

/* @qq-color: #00a9e7;
@weibo-color: #f93c51;
@weixin-color: #009973;
@github-color: #24292E;
@zhihu-color: #1B61DE; */

.qq:hover {
    background-color: #00a9e7;
}

.weibo:hover {
    background-color: #f93c51;
}

.weixin:hover {
    background-color: #009973;
}

.zhihu:hover {
    background-color: #1B61DE;
}

.cvss_label {
    border-radius: 3px;
    color: black;
    font-weight: bolder;
    padding: 2px;
    text-align: center;
    display: block;
    width: 50px;
}

.cvss_score_1 {
    background-color: #00c400;
}

.cvss_score_2 {
    background-color: #00e020;
}

.cvss_score_3 {
    background-color: #00f000;
}

.cvss_score_4 {
    background-color: #d1ff00;
}

.cvss_score_5 {
    background-color: #ffe000;
}

.cvss_score_6 {
    background-color: #ffcc00;
}

.cvss_score_7 {
    background-color: #ffbc10;
}

.cvss_score_8 {
    background-color: #ff9c20;
}

.cvss_score_9 {
    background-color: #ff8000;
}

.cvss_score_10 {
    background-color: #ff0000;
}

@media (min-width: 1876px) {
    #post-list {
        position: relative;
    }

    .container {
        max-width: 65% !important;
    }

    .common-item .row {
        position: relative;
    }

    .common-item .common-item-right {
        position: absolute;
        right: 12px;
        padding-left: 250px;
        top: 0;
        max-width: 100% !important;
    }

    .common-item .common-item-left {
        max-width: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1080px) {
    .container {
        max-width: 1050px;
    }

    .home-block-info {
        height: 0 !important;
        padding-bottom: 72%;
    }

    .block-info-item {
        height: 0 !important;
        padding-bottom: 72%;
    }

    .home-block-info .block-info-item-bg {
        height: 0 !important;
        padding-bottom: 72%;
    }

    .search-form {
        display: none;
    }

    .subscribe-email-input {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .show-in-mobile-device {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .hide-in-mobile-device {
        display: none !important;
    }

    .home-main-list {
        padding-top: 0px !important;
    }

    .article-item {
        border-bottom: 1px #f7f7f7 solid;
    }

    .article-item .row {
        height: 100px !important;
    }

    .home {
        padding-top: 60px !important;
    }

    .pic-subject .pic-subject-bg {
        padding-bottom: 30%;
    }

    .show-in-mobile-device {
        display: block;
    }

    .article-item .info-content {
        height: auto !important;
        min-height: 100px;
    }

    .article-item .pic img {
        width: 144px !important;
        height: 100px !important;
        margin-left: 8px;
    }

    .article-item .info .article-info-left {
        font-size: 11px !important;
    }

    .article-item .info .user-name {
        font-size: 11px !important;
        margin-left: 0px;
    }

    .article-item .info .article-info-left {
        bottom: -4px;
    }

    .article-item .info .date {
        font-size: 11px !important;
        margin-left: 0px !important;
    }

    .article-item .info .avatar {
        width: 16px;
        height: 16px;
    }

    .carousel .pic .desc {
        font-size: 13px;
    }

    .article-item .title {
        font-size: 15px;
        font-weight: bold;
        border-bottom: none;
        margin: 0 15px 6px 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: normal;
        height: 47px;
    }

    .article-item .fa-clock-o {
        display: none;
    }

    .week h2 {
        width: 100%;
        color: #454545;
        text-align: center;
        font-weight: bold;
        height: 100%;
        line-height: 240px;
        font-size: 18px;
    }

    .user_label {
        display: none;
    }

    .week .week-list {
        width: 100%;
        padding: 0px;
    }

    .article-detail {
        padding: 10px !important;
        border: none;
    }

    .article-detail h1 {
        font-size: 20px;
        color: #444;
        font-weight: bold;
        line-height: 25px;
    }

    .article-detail .article-top-info b {
        font-size: 14px !important;
    }

    .article-content {
        font-size: 14px;
    }

    .article-content h2 {
        font-size: 18px;
    }

    .article-content h3 {
        font-size: 16px;
    }

    .navbar-brand {
        margin-left: 12px;
    }

    .header-navbar {
        height: 60px !important;
    }

    .header-navbar .navbar-brand img {
        height: 43px !important;
    }

    .comment-area {
        padding: 8px;
    }

    .article-detail-bg {
        background: white !important;
        background-color: white;
    }
}
