@charset "utf-8";

.html {
    overflow-x: auto;
    min-width: 100vw;
    margin: 0 auto;
}

body {
    overflow-x: hidden;
    width: 1521px;
    min-height: 100vh;
    padding: 0px;
    margin: 0px auto;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #575757;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

ul,
li,
dl,
dt,
dd,
p {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    border: 0px;
}

h1,
h2 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.clear {
    padding: 0px;
    margin: 0px;
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}


/* 头部 */
.stick {
    width: 100vw;
    height: 10px;
    background: rgb(0, 105, 121);
}

.header-container {
    width: 100vw;
    height: 90px;
    background: rgb(0, 105, 121);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container .header-left {
    width: 354px;
    height: 76px;
}

.header-container .header-right {
    width: 800px;
    height: 70px;
}

.header-container .header-right .header-right-top {
    width: 100%;
    height: 35px;
}   

.header-container .header-right .header-right-bottom {
    width: 100%;
    height: 35px;
}   


/* logo */
.cy-logo {
    width: 100%;
    height: 100%;
}

.cy-logo img {
    width: 100%;
    height: 100%;
    margin: auto;
}

/* 搜索框 */
.search {
    color: rgb(0, 105, 121);
    width: 200px;
    height: 30px;
    border: none;
    margin-top: -10px;
    background-color: rgb(0, 105, 121);
}

.search .searchText {
    width: 160px;
    _width: 120px;
    height: 27px;
    font-size: 12px;
    color: white;
    border: 1px solid white;
    outline: none;
    line-height: 20px;
    margin: 5px 0 2px 0;
    font-family: "微软雅黑";
    float: left;
    background-color: rgb(0, 105, 121);
    border-radius: 30px;
    text-align: center;
    display: block;
    /* border-radius: 30px; */
}

/* 搜索图标 */
.search span {
    color: white;
    width: 24px;
    height: 20px;
    display: block;
    float: right;
    margin: 9px 5px 0 0;
    _margin: 9px 5px 0 0;
}

/* 输入框输入文字后的样式 */
.search .searchText:hover,
.search .searchText:focus,
.search .searchText:active {
    background-color: rgb(0, 105, 121) !important;
    box-shadow: none !important;
    /* 移除可能的光晕效果 */
}


/* 导航 */
.nav {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgb(0, 105, 121);
}

.innav {
    width: 100%;
    height: 100%;
    margin-top: 4px;
}

.nav-cleafix>li {
    margin-right: 27px;
}

.nav-cleafix>li:first-child {
    margin-left: 40px;
}

.nav-cleafix>li:last-child {
    margin-right: 0;
}

.innav ul li {
    width: 70px;
    height: 22px;
    display: block;
    float: left;
    padding: 0px 0;
    text-align: center;
    line-height: 22px;
    position: relative;
    background: rgb(0, 105, 121);
}

.innav ul li.mainmenu1 {
    width: 70px;
}

.innav ul li:hover>a {
    color: #ffcf46;
}

.innav ul>li>a {
    color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 550;
    display: block;
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
}

.innav ul li.cur {
    background: rgb(0, 105, 121);
}

.innav ul>li.cur>a {
    color: #ffcf46;
}


/* 轮播图 */
.carousel {
    width: 100%; 
}

.carousel table {
    margin: 0 auto; 
}


/* 主体 */
.vsb-box {
    width: 100vw;
}

/* 三图标 */
.features {
    width: 1521px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.features .feature-wrap {
    width: 66%;
    margin: 2rem auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.features .feature-card {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.features .feature-card .feature-icon {
    width: 77px;
    height: 77px;
}

.features .feature-card .feature-icon img {
    width: 100%;
    height: 100%;
}

.features .feature-card .feature-title {
    margin-top: 13px;
    font-size: 22px;
    color: black;
}

/* 中部 */
.main {
    width: 100%;
    margin: 0 0;
    height: auto;
}

.main .main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.main-container .main-children-bg {
    width: 100%;
    height: auto;
    background-size: cover;
}

.main-container .main-children-box {
    width: 1521px;
    height: auto;
    margin: 0 auto;
}

.main .main-container .flex-row {
    display: flex;
    justify-content: space-between;
    padding: 30px 8% 90px;
}

/* 中部各模块设置 */
.main .main-container .main-first {
}

.main-first .first-one {
    width: 59.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main-first .first-two {
    width: 34%;
}

.main .main-container .main-second {
    padding: 30px 8% 40px;
}

.main-second .second-one {
    width: 59%;
}

.main-second .second-two {
    width: 35%;
}

.main .main-container .main-third {
    background-color: rgb( 0,105,121);
}

.main-third .third-one {
    width: 48%;
}

.main-third .third-two {
    width: 48%;
}

.main .main-container .main-fourth {
    background-color: rgb(255,255,255);
}

.main-fourth .fourth-one {
    width: 46%;
}

.main-fourth .fourth-two {
    width: 46%;
}


/* 学院新闻 */
/* 学院新闻头部 */
.main-first .first-one .first-one-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.main-first .first-one .first-one-title .news {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-first .first-one .first-one-title .news span img {
    width: 150px;
    height: 60px;
}

.main-first .first-one .first-one-title .news a {
    margin: 0 0 0 auto;
}

.main-first .first-one .first-one-title .news a img {
    width: 120px;
    height: 50px;
    margin-top: 4px;
    margin-right: -22px;
}

/* 学院新闻轮播图 */
.main-first .first-one .first-one-image {
    width: 100%;
}



/* 通知公告与双创通知 */
.main-first .first-two .notice {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 头部 */
.main-first .first-two .notice .notice_header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.main-first .notice_header span {
    margin-right: 20px;
}

.main-first .notice_header span:nth-child(2) {
    margin-right: 0;
}

.main-first .notice_header span img {
    width: 150px;
    height: 60px;
}

.main-first .notice_header a {
    margin: 0 0 0 auto;
}

.main-first .notice_header a img {
    width: 120px;
    height: 50px;
    margin-top: 4px;
    margin-right: -20px;
}


/* 内容 */
.main-first .first-two .notice_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.notice_content .notice_item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-color: rgb(255,255,255);
    color: black;
}

.notice_content>.notice_item:last-child {
    margin-bottom: 0;
}

.notice_item:hover {
    color: white;
    background-color: rgb( 0,105,121);
}

/* 时间显示图标 */
.notice_content .notice_date{
    width: 20%;
    position: relative;
    display: inline-block;
    line-height: 0;
}

.notice_content .notice_date img {
    width: 92px;
    height: 98px;
    display: block;
}

.notice_content .notice_date span {
    position: absolute;
    left: 52%;
    top: 52%;
    transform: translate(-50%,-50%);
    color: rgb(235,105, 26);
    font-size: 16px;
    pointer-events: none;
}

.main-first .notice_content li {
    width: 100%;
    height: 98px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-first .notice_content li a {
    width: 90%;
    font-size: 16px;
    font-weight: 550;
    color: inherit;
    margin: 0 auto;
}


/* 学科竞赛 */
.main-second .race {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 头部 */
.main-second .race .race-header {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.race-header span {
    width: 250px;
    height: 65px;
}

.race-header span img {
    width: 100%;
    height: 100%;
}

.race-header a {
    margin: 0 0 0 auto;
}

.race-header a img {
    width: 100px;
    height: 38px;
    margin: auto 0;
}

/* 中部 */
.race .race-central {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.race-central .race-central-image {
    width: 50%;
}

.race-central span img {
    width: 100%;
    height: 245px;
}

.race-central .race-central-text {
    width: 55%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.race-central .race-central-text span {
    width: 100%;
}

.race-central-text span:first-child {
    font-size: 18px;
    color: black;
    height: 65px;
}

.race-central-text span:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    height: 15px;
}

.race-central-text span:nth-child(2) div {
    width: 8%;
    height: 5px;
    background-color: rgb(0,105,121);
}

.race-central-text span:nth-child(3) {
    font-size: 16px;
    height: 80px;
    display: inline-block;
    text-indent: 2em;
}

.race-central-text span:last-child {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.race-central-text span:last-child img {
    width: 100px;
    height: 35px;
}

/* 底部 */
.race .race-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.race .race-bottom .race-bottom-block {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
}

.race-bottom-block li {
    width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 0.4em;
}

.race-bottom-block li::before {
  content: "";
  width: 0.32em;        
  height: 0.32em;
  background: #000;
  border-radius: 50%;
  flex-shrink: 0;        
}

.race-bottom-block div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(100,100,100);
}

.race-bottom-block div img {
    width: 8%;
}

.race-bottom-block div span {
    font-size: 16px;
    color: rgb(241,105, 29);
    margin-left: 1%;
}


/* 大创项目 */
.second-two .project {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 头部 */
.project .project-header {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.project-header span {
    width: 250px;
    height: 65px;
}

.project-header span img {
    width: 100%;
    height: 100%;
}

.project-header a {
    margin: 0 0 0 auto;
}

.project-header a img {
    width: 100px;
    height: 38px;
    margin: auto 0;
}

/* 内容 */
.project .project-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.project-content .project-item {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 20px;
    color: black;
    background-color: rgb(235,243,254);
    margin-bottom: 20px;
    padding: 14px 20px;
}

.project-content .project-item:hover {
    background-color: rgb( 0,105,121);
    color: white;   
}   

.project-item span {
    width: 100%;
    font-size: 16px;
}

.project-item li {
    width: 100%;
    display: inline-block;
    text-indent: 2em;
    font-size: 18px;
    line-height: 40px;
}

.project-item li a {
    color: inherit;
}


/* 政策文件 */
.policy {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 头部 */
.policy-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.policy-header span {
    width: 260px;
    height: 72px;
}

.policy-header span img {
    width: 100%;
    height: 100%;
}

.policy-header a {
    width: 8%;
    margin: 0 0 0 auto;
    font-size: 20px;
    color: white;
}

/* 内容 */
.policy-content {
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.policy-content .policy-item {
    width: 41.5%;
    min-height: 85px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: black;
    background-color: rgb(247,247,247);
    background-image: url(../images/images/3.png);
    background-size: cover;
    margin-bottom: 30px;
    padding: 14px 20px;
}   

.policy-item span {
    width: 22%;
    font-size: 18px;
    font-weight: 550;
    color: rgb(0,105,121);
}

.policy-item a {
    width: 70%;
    font-size: 16px;
    font-weight: 550;
    margin-left: auto;
}


/* 教学研究 */
.teaching {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 头部 */
.teaching-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.teaching-header span {
    width: 260px;
    height: 72px;
}

.teaching-header span img {
    width: 100%;
    height: 100%;
}

.teaching-header a {
    width: 8%;
    margin: 0 0 0 auto;
    font-size: 20px;
    color: white;
}

/* 内容 */
.teaching-content {
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;     
}

.teaching-content .teaching-item {
    width: 41.5%;
    min-height: 85px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: black;
    background-color: rgb(247,247,247);
    background-image: url(../images/images/3.png);
    background-size: cover;
    margin-bottom: 30px;
    padding: 14px 20px;
}   

.teaching-item span {
    width: 22%;
    font-size: 18px;
    font-weight: 550;
    color: rgb(0,105,121);
}

.teaching-item a {
    width: 70%;
    font-size: 16px;
    font-weight: 550;
    margin-left: auto;
}


/* 论文专利 */
.paper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 头部 */
.paper-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
}

.paper-header span {
    width: 150px;
    height: 60px;
}

.paper-header span img {
    width: 100%;
    height: 100%;
}

.paper-header a {
    width: 150px;
    height: 50px;
    margin: 0 0 0 auto;
}

.paper-header a img {
    width: 100%;
    height: 100%;
}

/* 内容 */
.paper-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.paper-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: black;
    border-bottom: 1px dashed rgb(0,105,121);
    padding: 14px 0;
    margin-bottom: 12px;
}   

.paper-item:hover {
    color: rgb(235,105, 25);   
}       

.paper-item span {
    width: 10%;
    font-size: 18px;
    font-weight: 550;
    color: rgb(0,105,121);
}

.paper-item a {
    width: 85%;
    font-size: 20px;
    font-weight: 550;
    color: inherit;
    margin-left: auto;
}   


/* 基地研究 */
.base {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 头部 */
.base-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
}

.base-header span {
    width: 150px;
    height: 60px;
}

.base-header span img {
    width: 100%;
    height: 100%;
}

.base-header a {
    width: 150px;
    height: 50px;
    margin: 0 0 0 auto;
}

.base-header a img {
    width: 100%;
    height: 100%;
}

/* 内容 */
.base-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.base-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: black;
    border-bottom: 1px dashed rgb(0,105,121);
    padding: 14px 0;
    margin-bottom: 12px;
}   

.base-item:hover {
    color: rgb(235,105, 25);   
}       

.base-item span {
    width: 10%;
    font-size: 18px;
    font-weight: 550;
    color: rgb(0,105,121);
}

.base-item a {  
    width: 85%;
    font-size: 20px;
    font-weight: 550;
    color: inherit;
    margin-left: auto;
} 



/* 底部 */
.footer-bg {
    width: 100vw;
    min-height: 140px;
    background: rgb(0,105,121);
}

.footer {
    width: 1521px;
    padding: 0 5px;
    margin: 0 auto;
    min-height: 140px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgb(0,105,121);
}

/* 友情链接 */
.link-title {
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7.5%;
}

/* 各学院 */
.link {
    width: 100%;
    height: 66px;
    padding-left: 7.5%;
}

.link div {
    width: 11.4%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.link div a {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-bottom: 2px;
    height: 20px;
    width: 98%;
}

.link div a:hover {
    font-size: 13px;
    font-weight: 700;
}

/* 分割线 */
.divider {
    width: 85%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin: 18px auto;
}

/* 底部信息 */
.ftone_b {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

/* logo */
.ftone_b .ftone_b_logo {
    width: 25%;
    height: auto;
    margin-top: -1%;
    margin-left: 7.5%;
}

/* 联系方式 */
.ftone_b .ftone_b_contact {
    display: flex;
    align-items: flex-start;
    margin-top: -1%;
    margin-left: 30.7%;
    margin-right: auto;
}

.ftone_b_contact .ftone_b_contact_lift {
    font-size: 14px;
    color: #fff;
    margin-left: 0px;
    padding-bottom: 10px;
}

.ftone_b_contact .ftone_b_contact_lift h2 {
    font-size: 24px;
    padding-top: 10px;
}

.ftone_b_contact_lift_list {
    width: 100%;
    margin-top: 6px;
}

.ftone_b_contact_lift_list li {
    width: 100%;
    line-height: 26px;
    height: 26px;
    margin-bottom: 6px;
}

.ftone_b_contact_lift_list li i {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
}

.ftone_b_contact_lift_list li span {
    display: inline-block;
    float: left;
}

.ftone_b_contact_lift_list li i.ico1 {
    background: url(../images/ico11.png) no-repeat left center;
}

.ftone_b_contact_lift_list li i.ico2 {
    background: url(../images/ico12.png) no-repeat left center;
}

.ftone_b_contact_lift_list li i.ico3 {
    background: url(../images/ico13.png) no-repeat left center;
}

.ftone_b_contact_lift_list li i.ico4 {
    background: url(../images/ico14.png) no-repeat left center;
}

/* 二维码 */
.ftone_b_contact_rmax {
    font-size: 14px;
    color: #fff;
    margin-left: 20%;
    padding-bottom: 10px;
}

.ftone_b_contact_rmax_list {
    width: 100%;
    margin-top: 24%;
}


/*内页主体部分*/
/*标题列表页*/
.n_left {
    width: 300px;
    padding: 0 5px;
    margin-top: 30px;
    float: left;
}

.n_left h2 {
    font-size: 18px;
    text-align: center;
    color: #ffcf46;
    background: #009396;
    height: 50px;
    line-height: 50px;
}

.n_left .n_nav {
    width: 100%;
    background: #fcfcfc;
    font-size: 16px;
    padding: 6px 0;
}

.n_left .n_nav li a {
    display: block;
    padding: 0 26px;
    line-height: 46px;
    _height: 46px;
    text-indent: 36px;
    color: #333;
    background: url(../images/ico15.png) no-repeat 26px center;
}

.n_left .n_nav li a.cur,
.n_left .n_nav li a:hover {
    color: #009396;
    background: #fff url(../images/ico16.png) no-repeat 26px center;
}

.n_right {
    width: 870px;
    padding: 0 5px 0 15px;
    margin-top: 30px;
    float: left;
}

.n_tit {
    width: 100%;
    border-bottom: 1px solid #fafafa;
    height: 49px;
    line-height: 49px;
    color: #666666;
    font-size: 16px;
}

.n_tit a {
    color: #666;
}

.n_tit a:hover {
    color: #009396;
}

.n_tit font {
    padding: 0 6px;
    font: 400 14px/16px consolas;
}

.n_right .Title {
    margin-top: 16px;
}

.list_tit em {
    color: #1b1b1b;
}

.list {
    width: 100%;
    height: auto;
}

.list li a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-indent: 20px;
    background: url(../images/ico17.png) no-repeat left;
}

.list li a:hover {
    color: #009396;
    text-decoration: underline;
    background: url(../images/ico18.png) no-repeat left;
}

.list li a span {
    float: right;
    color: #666;
}

.pages {
    margin-top: 40px;
    width: 100%;
    font-size: 14px;
    color: #333333;
}

.pages span {
    font-weight: bold;
}

.pages a {
    display: inline-block;
    color: #333;
    padding: 0 4px;
}

.pages a.cur,
.pages a:hover {
    color: #009396;
}

/*简介页*/
.brief {
    width: 100%;
    padding: 16px 0;
}

.brief p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    padding-bottom: 20px;
}

.brief span {
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
}

/*列表页*/
.list_con {
    margin-top: 12px;
}

.list_con li {
    float: left;
    width: 300px;
    font-size: 16px;
    background: #fafafa;
    margin: 0 67.5px 28px;
    _margin: 0 33px 14px;
    padding-bottom: 30px;
}

.list_con li a.tit {
    display: block;
    padding: 16px;
    color: #ffcf46;
}

.list_con li .con {
    padding: 0 16px;
}

.list_con li .con a {
    display: inline-block;
    width: 111px;
    color: #666666;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
}

.list_con li .con a:hover {
    color: #009396;
}

.list_con li .con font {
    width: 20px;
    display: inline-block;
    font: 400 12px/14px consolas;
}

/*内容页*/
.n_con {
    width: 1190px;
    padding: 0 5px;
    margin-top: 16px;
}

.contain_con {
    width: 100%;
}

.contain_con h2 {
    font-size: 36px;
    text-align: center;
    color: #666;
    line-height: 40px;
    padding: 25px 0;
}

.contain_con span {
    margin: 0 20px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #666;

}

.contain_con .con_con {
    margin-top: 24px;
    padding: 0 20px;
}

.contain_con .con_con p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    padding-bottom: 20px;
}

.contain_con .con_con .con_bm {
    margin-top: 30px;
    padding-top: 16px;
    height: 18px;
    line-height: 18px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #878787;
    border-bottom: 1px solid #ccc;
}

.contain_con .con_con .con_bm span {
    float: right;
}

.contain_con .con_con .con_bm a {
    color: #878787;
    float: right;
    height: 24px;
    line-height: 22px;
    margin-left: 22px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 12px;
}

.contain_con .con_con .con_bm a:hover {
    color: #680043;
}

.contain_con .con_con .con_bm a.dy {
    background: url(../images/ico19.png) no-repeat 12px center;
    padding-left: 32px;
}

.contain_con .con_con .con_bm a.close {
    background: url(../images/ico20.png) no-repeat 12px center;
    padding-left: 32px;
}

/*搜索页*/
.sear_con {
    width: 100%;
}

.sear_con h3 {
    background: #dcdcdc;
    height: 50px;
    line-height: 50px;
    color: #333;
    padding-left: 60px;
    font-size: 16px;
}

.sear_con h3 span {
    color: #009396;
}

.sear_con ul {
    width: 100%;
    height: auto;
}

.sear_con ul li {
    padding: 20px 20px 8px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.sear_con ul li a.tit {
    color: #333333;
    font-size: 16px;
    display: block;
}

.sear_con ul li a.tit:hover {
    color: #ffc52a;
    text-decoration: underline;
}

.sear_con ul li p {
    line-height: 28px;
    padding-top: 10px;
}

.sear_con ul li p a {
    color: #ffc52a;
}

.sear_con ul li p a:hover {
    color: #fbcf59;
}

.sear_con ul li i {
    display: block;
    text-align: right;
    text-align: right;
    color: #999;
}


/* 2025-4-9 张明添加 */
.channel-card {
    display: flex;
    width: 290px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.channel-card__image {
    margin-top: 50px;
    flex-shrink: 0;
    /* 防止图片被压缩 */
    width: 80px;
    /* 可以根据需要调整图片宽度 */
    height: 80px;
    /* 可以根据需要调整图片高度，或者使用 object-fit */
}

.channel-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 使图片填充容器，可能会裁剪 */
}

.channel-card__content {
    flex-grow: 1;
    padding: 15px;

}

.bg-green {
    background: linear-gradient(to bottom, #4fa400, #50af33);
}

.bg-blue {
    background: linear-gradient(to bottom, #0164ce, #007bff);
}

.channel-card__title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
}

.channel-card__subtitle {
    margin: 0;
    font-size: 0.6rem;
    color: white;
}

/* 如果您需要像图片中右侧是绿色背景，可以添加以下样式 */
.channel-card--green .channel-card__content {
    background-color: #4CAF50;
    /* 绿色 */
    color: #fff;
}

.channel-card--green .channel-card__title {
    color: #fff;
}

.channel-card--green .channel-card__subtitle {
    color: #e0e0e0;
}