body{
    color: #000;
}

a{
    color: #000;
}

a:hover{
    color: #ff1111;
}

.header-top{
    width: 100%;
    background: #8C0000 url(../images/bg/bg_top-jyxy.jpg) no-repeat right center;
}

.header-img{
    position: relative;
}

.header-img img{
    width: 48%;
    padding: 30px 0;
}

/* 搜索 */
.search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrap {
    height: 34px;
    line-height: 34px;
    position: relative;
}

.search-wrap input {
    height: 100%;
    outline: none;
    border: none;
    padding: 0 58px 0 12px;
    background-color: #f5f5f5;
    width: 200px;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}

.search-wrap button {
    width: 46px;
    height: 36px;
    vertical-align: middle;
    background: #f38400 url(../images/icon/search-white.png) no-repeat center;
    background-size: 22px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
}

.search-wrap button:hover {
    background-color: #1575ff;
}


/* 导航 */
.header-nav{
    background-color: #fff;
}

.header-nav ul{
    height: 46px;
    line-height: 46px;
    background-color: transparent;
}

.nav-secondLevel{
    top: 46px;
}

.header-nav li:last-child{
    background: none;
}

.header-nav li:hover a {
    background-color: #8C0000 ;
}

.header-nav .nav-secondLevel li a{
    border-color: transparent;
    background-color: #9c0000;
    color: #fff;
}

.nav-secondLevel li:hover>a {
    background-color: #8C0000 ;
    color: #ffff00;
}

.header-nav li a{
    position: relative;
    height: 46px;
    line-height: 46px;
    color: #000;
}

.header-nav>ul>li>a{
    font-size: 16px;
}

.header-nav a i{
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
} 

.header-nav li:hover a i{
    opacity: 1;
}

/* 主体 */

.content-row{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.content-item{
    width: 40%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.content-row .content-item:first-child {
    width: 57%;
}

.content-row-first .content-item{
    width: 32%;
}

.content-item-swiper{
    margin-top: 6px;
}

.content-item h2{
    font-size: 16px;
    background-size: contain;
    font-size: 14px;
    overflow: hidden;
    border-bottom: 2px solid #720808;
    box-shadow: 0 1px 0px #ccc;
}

.content-item h2 i{
    font-style: normal;
    font-weight: normal;
    padding: 0 3px;
}

.content-item h2 span{
    display: inline-block;
    color: #fff;
    padding: 10px 14px;
    font-size: 16px;
    background-color: #720808;
}

.content-item h2 a{
    font-weight: normal;
    float: right;
    margin-top: 10px;
    color: #999;
}

.content-item h2 a:hover{
    color: #FF0000;
}

.content-item h2 a:hover .triangle{
    border-left-color: #FF0000;
}

.content-wrap ul li{
    height: 38px;
    line-height: 38px;
    margin: 0 10px;
    /* border-bottom: 1px dashed #ccc; */
    padding-left: 12px;
    background: url(../images/technical/icon/spot.jpg) no-repeat left center;
}

.content-wrap li p{
    width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.content-wrap li dl{
    float: left;
    width: 50px;
    text-align: center;
}

.content-wrap li dl dt{
    background-color: #B90D0D;
    color: #fff;
    line-height: 26px;
    font-weight: bold;
}

.content-wrap li dl dd{
    background-color: #CCCCCC;
    color: #666;
    line-height: 20px;
}

.content-row-first .content-wrap li{
    border: none;
    height: auto;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
}

.content-row-first .content-wrap li p{
    float: none;
    margin-left: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: inherit;
    width: auto;
} 

.content-wrap .list-time {
    float: right;
    color: #888;
}

.content-wrap a:hover .list-time {
    color: #ff1111;
}

.content-wrap ul {
    padding: 15px 0;
}

.content-item-special ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content-item-special ul li {
    box-sizing: border-box;
    height: 56px;
    line-height: 50px;
    width: 40%;
    margin: 0;
    background: url(../images/technical/pic/bg-medicine3.jpg) left center;
    background-size: cover;
    margin-bottom: 13px;
    text-align: center;
    border: 3px solid #a2e5ac;
    padding-left: 0;
}

.content-item-special ul li:nth-child(2) {
    background-image: url(../images/technical/pic/bg-medicine8.jpg);
    border-color: #dbd2b1;
}

.content-item-special ul li:nth-child(3) {
    background-image: url(../images/technical/pic/bg-medicine3.jpg);
    border-color: #96cdd3;
}

.content-item-special ul li:nth-child(4) {
    background-image: url(../images/technical/pic/bg-medicine5.jpg);
    border-color: #a0c7a6;
}

.content-item-special ul li:nth-child(5) {
    background-image: url(../images/technical/pic/bg-medicine6.jpg);
    border-color: #b4c2da;
}

.content-item-special ul li:nth-child(6) {
    background-image: url(../images/technical/pic/bg-medicine7.jpg);
    border-color: #b9bad9;
}

.content-item-special ul li:nth-child(7) {
    background-image: url(../images/technical/pic/bg-medicine8.jpg);
    border-color: #bcda9d;
}

.content-item-special ul li:nth-child(8) {
    background-image: url(../images/technical/pic/bg-medicine3.jpg);
    border-color: #e5afb2;
}

.content-item-special ul li:nth-child(9) {
    background-image: url(../images/technical/pic/bg-medicine5.jpg);
    border-color: #9abce7;
}

.content-item-special ul li:nth-child(10) {
    background-image: url(../images/technical/pic/bg-medicine9.jpg);
    border-color: #9be1ad;
}


.content-item-special li p {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, .3);
}


/* banner轮播 */
.banner{
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    color:#fff;
    background: #8c1616;
  }

.banner .swiper-container-horizontal>.swiper-pagination-bullets{
    text-align: right;
    left: -8px;
}

.banner .swiper-slide{
    position: relative;
}

.banner .swiper-slide img{
    display: block;
    width: 100%;
}

.banner .swiper-slide .swiper-title{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 0 125px 0 10px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}



/* 轮播 */

.content-item-swiper .swiper-pagination-bullet{
    width: 22px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}

.content-item-swiper .swiper-pagination-bullet-active {
    color:#fff;
    background: rgba(185, 13, 13, .7);
  }

.content-item-swiper .swiper-container-horizontal>.swiper-pagination-bullets{
    text-align: right;
    left: -3px;
    bottom: 3px;
}

.content-item-swiper .swiper-slide{
    position: relative;
}

.content-item-swiper .swiper-slide img{
    display: block;
    width: 100%;
}

.content-item-swiper .swiper-slide .swiper-title{
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    line-height: 26px;
    background-color: #B90D0D;
    color: #fff;
    padding:  0 10px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;

}

/* 列表页 */
.content-list-wrap,
.content-left{
    border: 1px solid #9c0000;
    background-color: #fff;
}

.content-left-list li a{
    background: url(../images/icon/triangle.jpg) no-repeat 10px center;
    text-align: left;
    padding-left: 32px;
}

.crumbs{
    background-color: #9c0000;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
}

.crumbs a{
    color: #fff;
}

.crumbs-left{
    float: left;
    font-size: 16px;
}

.crumbs-right{
    float: right;
}

.content-left h2{
    background-color: #9c0000;
}

.list-wrap .list-time {
    color: #999;
}

.list-wrap li a:hover .list-time {
    color: #ff1111;
}

.list-banner img{
    width: 100%;
}

/* 底部 */
.footer{
    margin-top: 20px;
}

.footer-mesg{
    background-color: #720808;
}

.header-line {
    height: 27px;
    background-color: #700005;
}



/* 响应式 */
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 980px) {
    .header-line {
        display: none;
    }

    .header-top{
        background: #8C0000;
    }


    .header-nav ul{
        height: auto;
    }

    /* flex布局，item元素补全 */
    .header-nav ul::after{
        content: "";
        width: 50%;
    }

    .header-mesg{
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        overflow: hidden;
    }

    .header-mesg p{
        float: left;
        margin-right: 20px;
        margin-bottom: 8px;
    }

    .content-row{
        flex-wrap: wrap;
    }

    .content-item{
        width: 100% !important;
    }

    .search {
        right: 72px;
    }

}

@media screen and (max-width: 768px) {

    .content-item{
        width: 100%;
    }

    /* 轮播 */
    .content-item-swiper .swiper-container{
        width: 100%;
        float: inherit;
    }

    .content-item-swiper ul{
        margin-left: 0;
    }

    .content-item-swiper .content-wrap{
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .header{
        box-shadow: 0 1px 3px #ddd;
    }

    .header-top .wrap{
        width: 100%;
    }

    .mobile-nav-icon {
        right: 18px;
    }

    .header-img {
        line-height: 70px;
    }

    .header-img img{
        display: inline-block;
        height: auto;
        width: 86%;
        padding: 0 10px;
        vertical-align: middle;
    }

    .content-wrap li p{
        width: calc(100% - 100px);
    }

    .content-item-special li p {
        width: 100%;
    }

    .search {
        display: none;
    }

    
}