@charset "utf-8";

.html {
    overflow-x: auto;
    min-width: 100%;
}

body {
    min-height: 100vh;
    /* width: max-content; */
    padding: 0px;
    margin: 0px auto;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #575757;
}

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: 100%;
    height: 18px;
    background: rgb(0, 105, 121);
}

.header-container {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background: rgb(0, 105, 121);
}

.header {
    width: 1505px;
    height: 90px;
    margin: 0 auto;
    background: rgb(0, 105, 121);
    display: grid;
    grid-template-columns: 460px 1045px;
    grid-template-rows: repeat(2, 1fr);
}

/* logo */
.logo {
    width: 450px;
    height: 60px;
    float: left;

    display: block;
    margin-top: 0;
    grid-row: span 2;
}

/* 搜索框 */
.search {
    color: rgb(0, 105, 121);
    width: 200px;
    height: 30px;
    border: none;
    margin-top: -7px;
    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: 45px;
    /* border-top: 1px solid rgb(  0,147,150); */
    position: relative;
    z-index: 9;
    box-shadow: 0 3px 3px #c0c0c0;
    background-color: rgb(0, 105, 121);
}

.innav {
    width: 1015px;
    height: 35px;
    margin: 3px 0 auto;
}

.nav-cleafix>li {
    margin-right: 59px;
}

.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 {
    background: #009396;
} */

.innav ul li:hover>a {
    color: #ffcf46;
}

.innav ul>li>a {
    color: white;
    width: 100%;
    font-size: 16px;
    /* border-right: 1px solid #eee; */
    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;
}


/* 轮播图 */
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.slideBox1 {
    height: 100%;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li img {
    width: 100%;
}

/*前/后按钮代码 */
.slideBox .btn1 {
    width: 1190px;
    bottom: 10px;
    left: 50%;
    margin-left: -595px;
    position: absolute;
}

.slideBox .prev,
.slideBox .next {
    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;
}

.slideBox1 .prev,
.slideBox1 .next {
    display: block;
    float: right;
    margin: 0 5px;
}

.slideBox1 .prev,
.slideBox1 .next {
    width: 42px;
    height: 42px;
    background: url(../images/btn1.png) 0 0 no-repeat;
}

.slideBox1 .next {
    background-position: right 0;
}

.slideBox1 .prev:hover {
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
    background-position: 0 bottom;
}

.slideBox1 .next:hover {
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
    background-position: right bottom;
}

.slideBox1 .bd li .tit {
    left: 0;
    height: 58px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
    /*IE6,IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";
    /*IE8*/
}

.slideBox1 .bd li .tit p {
    width: 1190px;
    margin: 0 auto;
}

/*banner2*/
.slideBox2 .prev,
.slideBox2 .next {
    position: absolute;
    left: 16.5%;
    top: 50%;
    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;
}

.slideBox2 .prev,
.slideBox2 .next {
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url(../images/btn2.png) 0 0 no-repeat;
}

.slideBox2 .next {
    left: auto;
    right: 16.5%;
    background-position: right 0;
}

/*banner3*/
.slideBox3 .bd li .tit {
    width: 1190px;
    top: 210px;
    left: 50%;
    margin-left: -595px;
    position: absolute;
    color: #fff;
}

.slideBox3 .bd li .tit span {
    background: #009396;
    font-size: 24px;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
}

.slideBox3 .bd li .tit h3 {
    font-size: 16px;
    margin-top: 2px;
    width: 496px;
    padding: 12px 10px;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    /*IE6,IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
    /*IE8*/
}

/*banner4*/
.slideBox4 .hd {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    margin-left: -54px;
}

.slideBox4 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox4 .hd ul li {
    float: left;
    margin: 0 7px;
    width: 18px;
    height: 18px;
    text-align: center;
    cursor: pointer;
    background: url(../images/ico1.png) no-repeat;
}

.slideBox4 .hd ul li.on {
    background: url(../images/ico1_h.png) no-repeat;
}

/*banner5*/
.slideBox5 .hd {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 50%;
    margin-left: -84px;
}

.slideBox5 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    height: 16px;
    position: relative;
}

.slideBox5 .hd ul li {
    float: left;
    margin: 0 5px;
    width: 32px;
    height: 8px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    position: relative;
    margin-top: 8px;
}

.slideBox5 .hd ul li.on {
    background: #009396;
    height: 16px;
    margin-top: 0;
}

.slideBox5 {
    margin-bottom: 0;
}


/* 主体 */
.vsb-box {
    width: 100%;
}

/* 三图标 */
.features {
    width: 100%;
    height: 11rem;
}

.features .feature-wrap {
    width: 66%;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.features .feature-card {
    width: 25%;
    height: 9.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.features .feature-card .feature-icon {
    width: 100px;
    height: 100px;
}

.features .feature-card .feature-icon img {
    width: 100%;
    height: 100px;
}

.features .feature-card .feature-title {
    font-size: 25px;
    color: black;
}

/* 中部 */
.main {
    width: 100%;
    margin: 0 0;
    height: auto;
}

.main .main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.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;
    /* background-color: rgb(233, 243, 253); */
}

.main-first .first-two {
    width: 34%;
    /* background-color: rgb(233, 243, 253); */
}

.main .main-container .main-second {
    background-color: rgb(253,253,253);
    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: 200px;
    height: 80px;
}

.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: 140px;
    height: 60px;
    margin-top: 4px;
}

/* 学院新闻轮播图 */
.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%;
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.main-first .notice_header span {
    margin-right: 20px;
}

.main-first .notice_header span img {
    width: 200px;
    height: 80px;
}

.main-first .notice_header a {
    margin: 0 0 0 auto;
}

.main-first .notice_header a img {
    width: 140px;
    height: 60px;
    margin-top: 4px;
}


/* 内容 */
.main-first .first-two .notice_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.notice_content .notice_item {
    width: 99%;
    margin-bottom: 29px;
    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: 105px;
    height: 112px;
    display: block;
    
}

.notice_content .notice_date span {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%); 
    color: rgb(235,105, 26);
    font-size: 18px;  
    pointer-events: none;      
}

.main-first .notice_content li {
    width: 100%;
    height: 112px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-first .notice_content li a {
    font-size: 18px;
    color: inherit;
}


/* 学科竞赛 */
.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: 34%;
}

.race-header span img {
    width: 100%;
    height: 100px;
}

.race-header a {
    width: 10%;
    margin: 0 0 0 auto;
}

.race-header a img {
    width: 100%;
    height: 45px;
    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: 320px;
}

.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: 22px;
    color: black;
    height: 80px;
}

.race-central-text span:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    height: 30px;
}

.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: 20px;
    height: 100px;
    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: 20px;
    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: 10px;
    padding-bottom: 3px;
    border-bottom: 1px dashed rgb(100,100,100);
}

.race-bottom-block div img {
    width: 6%;
}

.race-bottom-block div span {
    font-size: 18px;
    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: 50%;
}

.project-header span img {
    width: 100%;
    height: 100px;
}

.project-header a {
    width: 16%;
    margin: 0 0 0 auto;
}

.project-header a img {
    width: 100%;
    height: 45px;
    margin: auto 0;
}

/* 内容 */
.project .project-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.project-content .project-item {
    width: 100%;
    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: 20px;
}

.project-item li {
    width: 100%;
    display: inline-block;              
    text-indent: 2em;
    font-size: 20px;
    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: 36%;
}

.policy-header span img {
    width: 100%;
    height: 109px;
}

.policy-header a {
    width: 5%;
    margin: 0 0 0 auto;
    font-size: 24px;
    color: white;
}

/* 内容 */
.policy-content {
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;     
}

.policy-content .policy-item {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    color: black;   
    /* background-image: url(/home-background/3.png); */
    background-color: rgb(247,247,247); 
    margin-bottom: 30px;
    padding: 14px 20px;
}   

.policy-item span {
    width: 20%;
    font-size: 18px;
    color: rgb(0,105,121);
}

.policy-item a {
    width: 70%;
    font-size: 20px;
}


/* 教学研究 */
.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: 36%;
}

.teaching-header span img {
    width: 100%;
    height: 109px;
}

.teaching-header a {
    width: 5%;
    margin: 0 0 0 auto;
    font-size: 24px;
    color: white;
}

/* 内容 */
.teaching-content {
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;     
}

.teaching-content .teaching-item {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    color: black;   
    /* background-image: url(/home-background/3.png); */
    background-color: rgb(247,247,247); 
    margin-bottom: 30px;
    padding: 14px 20px;
}   

.teaching-item span {
    width: 20%;
    font-size: 18px;
    color: rgb(0,105,121);
}

.teaching-item a {
    width: 70%;
    font-size: 20px;
}


/* 论文专利 */
.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: 28%;
}

.paper-header span img {
    width: 100%;
    height: 79px;
}

.paper-header a {
    width: 22%;
    margin: 0 0 0 auto;
}

.paper-header a img {
    width: 100%;
    height: 58px;
    margin: auto 0;
}

/* 内容 */
.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;
    color: rgb(0,105,121);
}

.paper-item a {
    width: 85%;
    font-size: 20px;
    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: 28%;
}

.base-header span img {
    width: 100%;
    height: 79px;
}

.base-header a {
    width: 22%;
    margin: 0 0 0 auto;
}

.base-header a img {
    width: 100%;
    height: 58px;
    margin: auto 0;
}

/* 内容 */
.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;
    color: rgb(0,105,121);
}

.base-item a {  
    width: 85%;
    font-size: 20px;
    color: inherit;
    margin-left: auto;
} 







/* 底部 */
.footer {
    width: 100%;
}

.footone {
    width: 100%;
    background: rgb(0, 105, 121);
    margin-top: 40px;
    padding: 0 0;
}

.foot {
    width: 100%;
    padding: 0 5px;
    margin: 0 auto;
    height: 140px;
    overflow: hidden;
}

/* 友情链接 */
.link-title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0;
}

/* 各学院 */
.footone .ftone_t {
    width: auto;
    margin-top: 7px;
}

.footone .ftone_t li {
    float: left;
    margin-top: 10px;
    margin-right: 100px;
    border-left: 0 !important;
    padding-left: 0 !important;
}

.footone .ftone_t li a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 12px;
}

.footone .ftone_t li a:hover {
    color: #f9f9f9;
    text-decoration: underline;
}

/* 分割线 */
.divider {
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin: 18px 0;
}

/* 底部信息 */
.ftone_b {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

/* logo */
.ftone_b .ftone_b_logo {
    min-width: 25%;
    height: auto;
    margin-top: 0%;
    margin-left: 10%;
}

/* 联系方式 */
.ftone_b .ftone_b_contact {
    display: flex;
    align-items: flex-start;
    margin-top: 1%;
    margin-left: 33.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: 20px;
}

.ftone_b_contact_lift_list {
    width: 100%;
    margin-top: 0px;
}

.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;
}