/* 标题 */
.section-title {font-size: 28px;font-weight: 700;color: black;position: relative;margin-top: 20px;}
/* 二级标题 */
.filter_row {font-size: 14px;color: #999;margin-bottom: 15px;}
/* 内容区域 */
.explore-categories__item {margin-bottom: 4px;min-width: 90px;background: #fff;border-radius: 15px;margin-right: 5px;text-align: center;}
.explore-categories__item a {width: 100%;display: inline-block;padding: 5px 10px;font-size: 14px;color: #2440B3}
.explore-categories__item a:hover {border-radius: 15px;background-color: #315efb1a;color: #797e8c;}
.pull-right {float: right;}
.ui.items {margin: 1.5em 0em;}
.ui.items:last-child {margin-bottom: 0em;}
.explore-repo__list {width: 73%;padding: 10px 18px;border-radius: 10px;background: #fff;float: left;margin-top: 15px !important;}
.explore-repo__list>.item:first-child {border-top: none;padding-top: 5px !important;}
.explore-repo__list>.item {padding-top: 14px !important;padding-bottom: 12px !important;}
.explore-repo__list .content .project-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    flex-direction: column;
    width: 80%;
}
.explore-repo__list .content .project-title .title-left {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;flex-direction: column;align-items: flex-start;width: 100%;}
.explore-repo__list .content .project-title h3 {
    margin: 0;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 450px;
}
.explore-repo__list .content .project-title h3 a {color: #3b3b3b;font-weight: 700;}
.explore-repo__list .content .project-title .iconfont.icon-recommended {margin: 0 8px;color: #fe7300;}
.explore-repo__list .content .project-title .iconfont {position: relative;}
.explore-repo__list .explore-project__meta-social {-ms-flex-negative: 0;flex-shrink: 0;}
.explore-project__meta-social .star-container {height: 20px;text-align: center;padding: 0px 8px;}
.explore-project__meta-social .star-container .stars-count {
    position: relative;
    top: 0px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0px 2px;
    background-color: transparent;
    font-size: 12px;
    color: #8c92a4;
}
.explore-repo__list .project-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #868ea0;
    line-height: 20px;
    max-width: 100%;
}
.explore-repo__list .content .project-item-bottom {margin-top: 12px;font-size: 12px;color: #8c92a4;}
.explore-repo__list .content .project-item-bottom .left {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.explore-repo__list .content .project-item-bottom .left .project-item-bottom__item:nth-child(n+2) {margin-left: 8px;}
.explore-repo__list .content .project-item-bottom .divider-time-right {margin: 0 4px 0 12px;}
.ui.relaxed.divided.items>.item {margin: 0em;padding: 1.5em 0em;border-top: 1px solid rgba(39, 41, 43, 0.15);}
.ui.divided.items>.item:first-child {border-top: none;margin-top: 0em !important;padding-top: 0em !important;}
.ui.items>.item {
    font-size: 1em;
    min-width: 100%;
    table-layout: fixed;
    display: table;
    width: 100%;
    min-height: 0px;
    background: transparent;
    border: none;
    border-radius: 0rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: box-shadow 0.2s ease;
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.ui.items>.item a {cursor: pointer;}
.ui.items>.item>.content {display: block;background: none;margin: 0em;padding: 0em;-webkit-box-shadow: none;box-shadow: none;font-size: 1em;border: none;border-radius: 0em;}
.d-align-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.project-label-item {
    height: 20px;
    line-height: 16px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    background: #f2f4f6;
    color: #6a6a6a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.project-label-item-box .project-label-item:hover {
    color: #FFFFFF !important;
    background-color: #FE7300 !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.d-flex-between,.d-align-center,.d-flex-center,.d-flex-between{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.d-flex-between {justify-content: space-between;}
.d-flex-center {justify-content: center;}
span.content_img {margin-left: 10px;width: 120px;height: 88px;border-radius: 10px;overflow: hidden;}
span.content_img img {width: 100%;height: 100%;}
.classifyStudy .title {text-align: center;margin: 10px auto;font-size: 26px;font-weight: 600;letter-spacing: 5px;color: #4d4d4d;}
.classifyStudy .title span {font-size: 12px;padding: 9px 50px;background: #eee;color: grey;font-weight: 500;border-radius: 5px;}
.classifyStudy .containerType {display: flex;margin-top: 27px;margin-bottom: 10px;justify-content: center;}
.classifyStudy .containerType ul .active {background-color: #3E7C7C;color: #fff;}
.classifyStudy .containerType ul .active:hover {background-color: #80b7b7;color: #fff;}
.classifyStudy .containerType ul li a:hover {color: #3E7C7C;}
.classifyStudy .containerType ul li:hover {border-color: #3E7C7C;color: #3E7C7C;}
.classifyStudy .containerType ul li {
    float: left;
    margin-left: 10px;
    color: black;
    background-color: #d2e6e6;
    border: 1px solid #CFCFCF;
    padding: 6px 25px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 4px;
    min-width: 120px;
}

.classifyStudy .container_BoxLeft ul li,
.classifyStudy .container_BoxCenter ul li,
.classifyStudy .container_BoxRight ul li {height: 35px;color: #000;}

.classifyStudy .container_BoxLeft ul li a,
.classifyStudy .container_BoxCenter ul li a,
.classifyStudy .container_BoxRight ul li a {display: inline-block;width: 100%;}

.classifyStudy .container_BoxLeft ul li a span,
.classifyStudy .container_BoxCenter ul li a span,
.classifyStudy .container_BoxRight ul li a span {
    float: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classifyStudy .container_BoxLeft {width: 40%;}

.classifyStudy .container_BoxLeft .topBox,
.classifyStudy .container_BoxCenter .topBox,
.classifyStudy .container_BoxRight .topBox {height: 45px;}

.classifyStudy .container_BoxLeft .topBox span,
.classifyStudy .container_BoxCenter .topBox span,
.classifyStudy .container_BoxRight .topBox span {
    float: left;
    color: #5f5f5f;
    font-size: 12px;
}

.classifyStudy .container_BoxLeft .topBox span:first-child,
.classifyStudy .container_BoxCenter .topBox span:first-child,
.classifyStudy .container_BoxRight .topBox span:first-child {
    display: inline-block;
    width: 78.8%;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.classifyStudy .container_BoxCenter ul li a span {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}

.classifyStudy .container_BoxCenter ul li:nth-child(1) a span:first-child {
    background-image: url("../images/index_img/NO_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: transparent;
}

.classifyStudy .container_BoxCenter ul li:nth-child(2) a span:first-child {
    background-image: url("../images/index_img/NO_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: transparent;
}

.classifyStudy .container_BoxCenter ul li:nth-child(3) a span:first-child {
    background-image: url("../images/index_img/NO_3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: transparent;
}
.classifyStudy .container_BoxLeft .topBox span:first-child h5 {padding-top: 4px;float: left;}
.classifyStudy .container_BoxLeft .topBox span:first-child img {width: 84px;margin-right: 7px;float: left;}
.classifyStudy .container_BoxLeft .topBox span:first-child {width: 86%;}
.classifyStudy .container_BoxLeft ul li a span:first-child img {width: 20px;height: 20px;border-radius: 3px;}

.classifyStudy .container_BoxLeft .topBox span:first-child,
.classifyStudy .container_BoxLeft ul li a span:first-child,
.classifyStudy .container_BoxCenter ul li a span:first-child,
.classifyStudy .container_BoxRight ul li a span:first-child {color: #5C5C5C;font-size: 12px;}

.classifyStudy .container_BoxLeft ul li a span:last-child {color: #B8B8B8;font-size: 12px;}
.classifyStudy .container_BoxCenter {margin: 0 20px;}

.classifyStudy .container_BoxCenter,
.classifyStudy .container_BoxRight {width: 28%;}

.classifyStudy .container_BoxLeft ul li:last-child,
.classifyStudy .container_BoxCenter ul li:last-child,
.classifyStudy .container_BoxRight ul li:last-child {height: 0;}

.listNo {display: flex;flex-direction: column;align-items: center;}
#topTitle {background: linear-gradient(to top, #94C1C1, #f5ffff);padding: 10px 15px;border-radius: 15px;width: 1300px;margin: 15px auto;}

#topTitle #sonList:after,
#topTitle #sonListself::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#topTitle #sonList li,
#topTitle #sonListself li {
    float: left;
}
#sonList>span{color: #000; font-size: 15px; padding-top: 2px;float: left;}
.listsarticle {width: 25%;float: right;margin-bottom: 68px;}

.listsarticle .container_BoxLeft,
.listsarticle .container_BoxCenter,
.listsarticle .container_BoxRight {
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px #ebebeb;
    padding: 10px;
    width: 100%;
    height: 377px;
    margin: 0;
    margin-top: 17px;
    background: linear-gradient(to bottom, #94C1C1, #D2E5E5, #fff 12%);
}

.listsarticle .container_BoxCenter .topBox span:first-child,
.listsarticle .container_BoxLeft .topBox span:first-child,
.listsarticle .container_BoxRight .topBox span:first-child {float: left;width: 120px;font-size: 16px;}

.listsarticle .container_BoxLeft .topBox span,
.listsarticle .container_BoxCenter .topBox span,
.listsarticle .container_BoxRight .topBox span {float: right;color: #1366B7;}

.listsarticle .container_BoxLeft .topBox span:last-child,
.listsarticle .container_BoxCenter .topBox span:last-child,
.listsarticle .container_BoxRight .topBox span:last-child {padding-top: 3px;}

.listsarticle .container_BoxLeft ul li a span:first-child,
.listsarticle .container_BoxCenter ul li a span:first-child,
.listsarticle .container_BoxRight ul li a span:first-child {float: left;}

.listsarticle .container_BoxLeft ul li a span:last-child,
.listsarticle .container_BoxCenter ul li a span:last-child,
.listsarticle .container_BoxRight ul li a span:last-child {float: right;}

.listsarticle .container_BoxRight ul li:nth-child(1) a span:first-child {color: #f64242;}
.listsarticle .container_BoxRight ul li:nth-child(2) a span:first-child {color: #ff7426;}
.listsarticle .container_BoxRight ul li:nth-child(3) a span:first-child {color: #ffac0c;}

.bigbox,.containerBox{margin-left: 200px;min-width: 1300px;padding: 0 10px;}
.leftRight{width: 1300px; margin: 0 auto;}
.act{background-color: #3E7C7C;font-size: 14px;border: 0;width: 60px;height: 26px;line-height: 24px;border-radius: 4px;}
.act a{color: #fff;}
.pagelist{margin: 0 auto;display: flex;justify-content: center;padding-top: 10px;padding-bottom: 10px;}
.pagelist a {color: #666 !important;margin: 0 5px 0;padding: 5px 10px;background: #fafafa;display: inline-block;border-radius: 5px;border: 1px solid #ddd;}
.pagelist>b {padding: 5px 10px;border-radius: 5px;border: 1px solid #ddd;}
.pagelist a:hover, .pagelist>b {color: #FFF;background: #1688f1;border-color: #1688f1;}
.title-left,.topBox,.section-title,.classifyStudy .container_BoxRight ul li a{font-family: "Microsoft Yahei", 微软雅黑, MicrosoftJhengHei, 华文细黑, "Hiragino Sans GB", "sans-serif" !important;}