/* 全局重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mt25 {
    margin-bottom: 25px;
}
a {
    text-decoration: none;
    color: #333;
}
ul {
    list-style: none;
}

/* 顶部导航 */
.header{
    background: #9b142e;
    position: relative;
}
.header-log {
    width: 100%;
    max-width: 1214px;
    margin:0 auto;
    height: 166px;
    padding-top: 42px;
}
.header-bg{
    width: 100%;
    max-width: 1468px;
    margin:0 auto;
    background: #9b142e url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/headbg.png") right center / auto 100% no-repeat;
}
.header-log img {
    width: 608px;
    height: 105px;
}
.headsub{
    width: 100%;
    height: 256px;
    background:url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/headsub_bg.png") left center no-repeat;
}
/* wp_nav 导航 */
.wp_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    height: 56px;
    background: #ffffff;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp_nav .nav-item {
    position: relative;
    float:none;
    display:block

}
.wp_nav .nav-item > a {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    display: block;
    text-decoration: none;
}
.wp_nav .nav-item > a:hover,
.wp_nav .nav-item.active > a {
    font-weight: 900;
    position: relative;
    color: #9B142E;
}
.wp_nav > .nav-item > a:hover::after,
.wp_nav > .nav-item.active > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #9B142E;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

/* wp_nav 下拉子菜单*/
.wp_nav .sub-nav {
    display: block !important;
    position: absolute;
    top: 50px !important;
    left: -30px !important;
    border-radius: 16px;
    box-shadow: 0px 5px 10px 0px #C1B3B3;
    padding: 20px 10px;
    width: 140px !important;
    height: auto !important;
    z-index: 100;
    opacity: 1;
    visibility: hidden !important;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #FFEEEE 0%, #FFFFFF 37.84%);
    list-style: none;
}
.wp_nav .nav-item:hover > .sub-nav{
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
.wp_nav .sub-nav .nav-item {
    position: relative;
}
.wp_nav .sub-nav .nav-item > a {
    text-align: center;
    display: flex !important;
    align-items: center !important;  /* 垂直居中神器 */
    justify-content: center !important;
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 400;
    height: 45px !important;  
    border-top:none
}
.wp_nav .sub-nav .nav-item:hover > a{
    background: #FFE2E8 !important;
    color:#9B142E !important;
    border-radius: 8px 8px 8px 8px;
}
.wp_nav .nav-item a span.item-name{
    display: block;
    padding:0;
}
/* 覆盖清除浮动的伪类 */
.wp_nav:after {
  clear: none !important;
  content: "" !important;
  display: none !important;
  height: auto !important;
  visibility: visible !important;
}
.wp_nav .sub-nav .nav-item .mark {
   background: transparent;
display: none;
}
.wp_nav .nav-item .mark{
display: none;
}
/* 轮播图 */
/* 轮播容器 */
.carousel {
    position: relative;
    width: 100%;
    height: 434px;
    overflow: hidden;
}

/* 轮播轨道 */
.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

/* 单张轮播项 */
.carousel-slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg1{
    background-image: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/banner1.png");
}
.bg2{
    background-image: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/banner2.png");
}
/* 底部指示器 */
.carousel-indicators {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    z-index: 2;
}

.carousel-indicator {
    width: 4px;
    height: 4px;
    background: #d8d8d8;
    cursor: pointer;
    transition: all 0.3s;
}

.carousel-indicator.active {
    width: 80px;
    border-radius: 4px;
    background: #e60012;
}
/* 轮播图结束 */
.main-container {
    margin-top: 38px;
}
.news {
    width: 100%;
    max-width: 1214px;
    margin: 0 auto;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 5px 10px 0px #f0f3f6;
    background: linear-gradient(180deg, #ffeeee 0%, #ffffff 37.84%);
    position: relative;
}
.news .img-bg {
    position: absolute;
    width: 47px;
    height: 45px;
}
.news .img-bg-t {
    left: 8px;
    top: 8px;
    transform: rotate(0deg);
}
.news .img-bg-r {
    right: 8px;
    top: 8px;
    transform: rotate(90deg);
}
.news .img-bg-b {
    right: 8px;
    bottom: 8px;
    transform: rotate(180deg);
}
.news .img-bg-l {
    left: 8px;
    bottom: 8px;
    transform: rotate(270deg);
}
.row {
    display: flex;
    margin-bottom: 30px;
}
.col-left {
    width: 55%;
    border-right: 1px solid #eabeb5;
    padding: 32px 70px 0 50px;
}
.col-right {
    width: 45%;
    padding: 38px 45px 0 46px;
}

/* 通用模块标题 */
.module-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
}
.module-title .module-title-icon {
    font-size: 24px;
    color: #333333;
    display: flex;
    align-items: center;
    font-weight: 900;
}
.module-title .module-title-icon img {
    width: 26px;
    height: 26px;
    margin-right: 12px;
}
.module-title .module-title-icon span {
    color: #b72440;
}
.module-title .more {
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
}
.module-title .more a{
    color: #3d3d3d !important;
}
.possplit {
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
    background-image: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/posSplit.gif");
}
.module-title-comcus {
    position: relative;
}
.module-title-comcus .module-title-icon img {
    width: 24px;
    height: 30px;
}
.module-title-comcus .module-title-icon {
    font-size: 20px;
    color: #2d3b55;
    font-weight: 400;
}
.module-title-comcus .line {
    width: calc(100% - 40px);
    height: 10px;
    position: absolute;
    bottom: -15px;
    left: 40px;
    right: 0;
}
/* 工作动态模块 */
.news-card {
    padding-top: 20px;
    margin-bottom: 20px;
}
.news-img {
    width: 200px;
    height: 120px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}
.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;
}
.news-list {
    margin-top: 20px;
}
.news-list .list_item {
    padding: 0 20px 0 36px;
    height: 48px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/list.png") 20px center no-repeat;
    background-size: 16px;
    margin-bottom: 4px;
}
.news-list .list_item a {
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
    color: #3d3d3d;
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .list_item .Article_PublishDate {
    font-weight: 500;
    font-size: 14px;
    color: #c4cee1;
}
.news-list .list_item:hover {
    box-shadow: 0px 0px 10px 0px #d5dbde;
    background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/list-a.png") 14px center no-repeat;
    background-size: 16px;
    border-left: 6px solid #e60012;
    padding-left: 30px;
}
.news-list .list_item:hover a {
    color: #b72440;
}
.news-list .list_item:hover .Article_PublishDate {
    color: #fc9c42 !important;
}
.wp_article_list .list_item .Article_PublishDate{
    color: #86909C;
}
/* 通知公告模块 */
.wp_article_list li {
    height:40px !important;
    line-height: 40px !important;
    padding-left: 36px;
    background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/list.png") 4px center no-repeat;
    background-size: 16px;
    border-bottom: 0px dashed #ccc !important;
   white-space: nowrap;       /* 强制不换行 */
  overflow: hidden;          /* 超出隐藏 */
  text-overflow: ellipsis;   /* 显示省略号 */
}
.common-list-1 li{
    background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/list.png") 14px center no-repeat;
    background-size: 16px;
}
.lh36 .wp_article_list li {
     height:36px !important;
    line-height: 36px !important;
}
.wp_article_list li a {
    font-weight: 500;
    font-size: 15px;
    color: #3d3d3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wp_article_list li:hover {
    background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/list-a.png") 4px center no-repeat;
    background-size: 16px;
}
.wp_article_list li:hover a {
    color: #b72440;
}
.wp_article_list li:hover a font{
    color: #b72440 !important;;
}
.wp_article_list .list_item .Article_Index{
    display: none !important;
}
.wp_article_list .list_item span{
    height: 40px;
    margin-left: 0px !important;
}
.lh36 .wp_article_list .list_item span{
    height: 36px;
    margin-left: 0px !important;
}
/* 快捷入口 */
.quick-access {
    width: 100%;
    max-width: 1214px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.quick-access a {
    width: 23%;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}
.quick-access img {
    width: 58px;
    height: 58px;
    display: block;
    margin: 0 auto;
}
.quick-access .quick-access-q {
    width:100%;
    height: 170px;
    border-radius: 10px 10px 10px 10px;
    padding-top: 28px;
}
.quick-access .q1 {
    background: linear-gradient(180deg, #a5c9ff 0%, #227bff 100%);
}
.quick-access .q2 {
    background: linear-gradient(180deg, #ffc56f 0%, #ff831a 92.37%);
}
.quick-access .q3 {
    background: linear-gradient(180deg, #ff9aa5 0%, #f35350 92.37%);
}
.quick-access .q4 {
    background: linear-gradient(180deg, #6fd9d1 0%, #1bada4 92.37%);
}
.module-list {
    background: #fdf3ef url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/yw.png") left bottom no-repeat;
    background-size: 100%;
    padding: 55px 0 30px;
}
.module-list-cont {
    width: 100%;
    max-width: 1214px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.module-list-item {
    width: 30%;
    margin-bottom: 30px;
}
.common-downloads {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 17px 17px 17px 17px;
    padding: 16px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.common-downloads a{
    width: 48%;
}
.common-downloads-item {
    width:100%;
    height: 108px;
    padding: 10px;
    border-radius: 8px 8px 8px 8px;
}
.common-downloads-title {
    display: flex;
    align-items: center;
}
.common-downloads-title img {
    width: 24px;
    height: 24px;
    font-weight: 500;
    font-size: 14px;
    color: #262626;
}
.common-downloads-item .subtitle {
    font-weight: 400;
    font-size: 12px;
    color: #595959;
    line-height: 17px;
    margin-top: 5px;
}
.common-downloads .d1 {
    background: linear-gradient(180deg, #d6e8ff 0%, #ebf4ff 100%);
    margin-bottom: 10px;
}
.common-downloads .d2 {
    background: linear-gradient(180deg, #f8f6ff 0%, #f3f0ff 100%);
    margin-bottom: 10px;
}
.common-downloads .d3 {
    background: linear-gradient(180deg, #e0f7ff 0%, #e5f8ff 100%);
}
.common-downloads .d4 {
    background: linear-gradient(180deg, #f9f0e9 0%, #fde9da 100%);
}
.ts-elegance {
    width: 100%;
    height: 380px;
    background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/bg-shan.png") left bottom no-repeat;
    background-size: 100%;
    padding-top: 50px;
}
.ts-elegance-content {
    width: 100%;
    max-width: 1305px;
    padding: 0 60px;
    margin: 0 auto;
    background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/bg-jz.png") left bottom no-repeat;
    background-size: 100%;
    padding-bottom: 80px;
}
.ts-elegance-img {
    margin-top: 25px;
}
.ts-elegance-img img {
    width: 200px;
    height: 112.5px;
}
.imgscroll2_top{
       width: 100% !important;
    height: 115px !important;
}
/* 容器：用来放select和箭头 */

.select-group {
    width: 100%;
    max-width: 1199px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 13px;
    padding-bottom: 26px;
}
.select-wrapper {
    position: relative;
    flex: 1;
    width: 0;
    height: 40px;
}

/* 箭头：绝对定位到容器右侧 */
.select-wrapper::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    /* 向下箭头样式 */
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(51, 51, 51, 0.5961);
    border-bottom: 1px solid rgba(51, 51, 51, 0.5961);
    pointer-events: none; /* 让箭头不挡住点击 */
}

/* 原生select */
.select-wrapper select {
    width: 100% !important;
    height: 100%;
    padding: 0 35px 0 15px; /* 给箭头留位置 */
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* 选项样式优化 */
.select-wrapper select option {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    background: #fff;
}
.select-wrapper select option:checked {
    background-color: #eef2f7;
    color: #111;
}
.footer{
    width: 100%;
    height: 239px;
    background: #9B142E;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 75px 0;
}
/* 列表页 */
.list-container{
    min-height: calc(100vh - 717px);
    width: 100%;
    background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/images/bg-shan.png") left bottom no-repeat;
    background-size: 100%;
    padding-bottom: 50px;
   display: flex;
    justify-content: center;
    gap:30px;
}
.list-container .list-container-left{
    width: 226px;
    padding-top: 50px;
}
.list-container .list-container-right{
   width: 933px;
}
.list-container-list{
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}
.column-list-wrap li{
    height: 47px;
    line-height: 47px;
    background: #F4F4F4;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
}
.column-list-wrap li .column-name{
    color: #CA1D29;
}
.column-list-wrap li.selected{
    background: #9B142E;
    color: #fff;
}
.column-list-wrap li.selected .column-name{
    color: #fff;
}
.article h1.arti-title {
    line-height: 32px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.article .arti-metas { line-height: 16px; text-align:center; padding: 10px 0;}
.article .arti-metas span { display: inline-block; margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 4px; overflow:hidden;} /**文章内容**/
.article .entry,.article .entry p { line-height:30px; font-size:14px; text-align: justify; }
.article .entry p { margin-bottom:5px;}
.article .entry .read img { vertical-align: middle; max-width:100%; _width:this.width > 1100 ? "1100px" : this.width); background: url("https://www.dorkygeek.com/_upload/tpl/08/87/2183/template2183/img/loading.gif") no-repeat center; }   /**文章阅读部分图片大小限制**/

.anchor-title{
    height: 47px;
    line-height: 47px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    background: #710e21;
    color: #fff;
}
