* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
}

ol, ul, li, dl, dd, dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 4px;
    overflow: hidden;
}
a{
    text-decoration: none;
}

.bigYxy{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
}
.bigYxy .topfirst{
    display: none;
}

.top {
    width: 100%;
    height: 4rem;
    position: relative;
    background: #1976d2;
    display: flex;
}

.top .top_con {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 1.2rem;
}
.top_con .img{
    width: 80%;
    height: 2rem;
}
.top_con .img img{
    width: 18rem;
    height: 2rem;
}
.top_con .top_right {
    display: none;
}

.nav {
    display: none;
}

.nav_btn {
    width: 2.6rem;
    height: 2.6rem;
    background: none;
    border: none;
    float: right;
}

.nav_btn img {
    width: 2rem;
    height: auto;
    display: inline-block;
}

.nav {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px 0 #7f9abe;
}
.nav .nav_content {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yd_nav_content {
    display: none;
}
.yd_nav {
    position: absolute;
    top: 2.2rem;
    right: 0.5rem;
    transform: translateY(-50%);
}

.banner{
    width: 100%;
    height: 15rem;
    position: relative;
    margin-bottom: 1rem;
}
.banner img{
    width: 100%;
    height: 15rem;
    background-size: cover;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.banner .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}

/* 首页 */
.mainContentSmall{
    width: 100%;
    min-height: 15rem;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
}
.mainTopyxy{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mainTopyxyLeft{
    width: 100%;
    min-height: 15rem;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}
 .tswiper{
    width: 100%;
    min-height: 15rem;
}

 .tswiper .swiper-wrapper{
    width: 100%;
    min-height: 15rem;
 }
 .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    min-height: 15rem;
}
 .tswiper .swiper-wrapper img{
    width: 100%;
    min-height: 15rem;
}
 .tswiper .swiper-pagination{
    width: 100%;
    line-height: 30px;
    text-align: right;
    position: absolute;
}
.swiper .swiper-pagination{
    width: 100%;
    text-align: center;
    position: absolute;
}
.swiper .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.swiper .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}
.tswiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.tswiper .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background: #d77946;
    opacity: 1;
    transform: translateY(2px);
}
.mlxyBox{
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #f6fbff;
    background: #2e4f8f;

}
.mlxyBox span{
    width: 80%;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}


.mainTopyxyRight{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
}
.mainTopyxyRight .newsBoxTop{
    width: 100%;
    height: 5rem;
    background: url('../img/title.png') no-repeat center 100%;
    background-size: 100% 100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    margin: 2rem 0 0 0;

}
.mainTopyxyRight .newsBoxTop >div:nth-child(1){
    font-size: 20px;
    color: #173887;
}
.mainTopyxyRight .newsBoxTop a{
    font-size:1rem;
    color:#173887;
}
.mainTopyxyRight .newsBoxBottom{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.newsBoxBottom .newsTopBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 47px;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 22px;
}
.newsBoxBottom .newsTopBox span:nth-child(1){
    width: 70%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}
.newsBoxBottom .newsTopBox span:nth-child(1):hover{
    color: #f9bf6d;
}
.newsBoxBottom .newsTopBox span:nth-child(2){
    font-size: 16px;
    color: #657aaf;
}
.mainTopyxyMiddle{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.mainTopyxyMiddle .kjtdBox{
    width: 100%;
    font-size: 1.4rem;
    color: #173887;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    border-top: 0.2rem solid;
}
.mainTopyxyMiddle .imgtd img{
    width: 100%;
    height: 8rem;
    object-fit: cover;
}
.mainTopyxyMiddle .imgtd:nth-child(2){
    margin: 10px 0;
}

.zyxyxBox{
    width: 100%;
    margin: 1rem auto;
    height: 10rem;
    display: flex;
    flex-direction: column;
}
.zyxyxBox .zyximg{
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}
.zyxyxBox .zyximg  img{
    width: 100%;
    height: 100%;
}
.thirdBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.thirdBox .tzggBox{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.thirdBox .tzggBox .tzggTop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #173887;
    line-height: 50px;
    color: #173887;
    
}
.thirdBox .tzggBox .tzggTop a{
    font-size: 1rem;
    color: #173887;
}
.thirdBox .tzggBox .tzggTop div:nth-child(1){
    font-size: 20px;
    border-bottom: 3px solid #173887;
}

.thirdBox .tzggBox .tzggBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 1rem 0 0 0;

}
.thirdBox .tzggBox .tzggBottom1{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 1rem 0;
    background: #fff;
    
}

.kyjyBox{
    line-height: 27px;
    padding: 10px;
    display: flex;
    justify-content: space-between;

}
.jykyText{
    display: flex;
    align-items: center;
    width: 80%!important;
}
.jykyText span:nth-child(2){
    display: block;
    width: 100%!important;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 10px;
}
.jykyTime{
    color: #172a88;
    font-size: 14px;
}

.jykyBorder{
    width: 7px!important;
    height: 7px;
    background: #172a88;
    display: block;
    border-radius: 50%;
}


.tzggx{
    width: 100%;
    height: 3.5rem;
    display: flex;
    border-left: 3px solid #fbb123;
    background: #fff;
    align-items: center;
    margin-bottom: 1rem;
}
.tzggx .tzggLeft{
    width: 200px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}
.tzggx .tzggLeft span:nth-child(1){
    font-size: 1rem;
    font-weight: bold;
    color: #173887;

}
.tzggx .tzggLeft span:nth-child(2){
    font-size: 0.8rem;
    color: #173887;
}
.tzggx .tzggRight{
    border-left: 1px solid #ccc;
    margin: 10px 0;
}
.tzggx .tzggRight span{
    padding: 0 10px;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.tzggx .tzggRight span:nth-child(1):hover{
    color: #f9bf6d;
}
.tzggx1{
    width: 100%;
    height: 3.5rem;
    display: flex;
    background: #fff;
    align-items: center;
    margin-bottom: 1rem;
    border-radius: 25px 0 25px 0;
    
}
.tzggx1 .tzggLeft{
    width: 200px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}
.tzggx1 .tzggLeft span:nth-child(1){
    font-size: 1rem;
    font-weight: bold;
    color: #173887;
}
.tzggx1 .tzggLeft span:nth-child(1):hover{
    color: #f9bf6d;
}
.tzggx1 .tzggLeft span:nth-child(2){
    font-size: 0.8rem;
    color: #173887;
}
.tzggx1 .tzggRight{
    border-left: 1px solid #ccc;
    margin: 10px 0;
}
.tzggx1 .tzggRight span{
    padding: 0 10px;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.kjtdBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.kjtdLeftpc{
    display: none;
}
.kjtdLeftyd{
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    background: #1976d2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kjtdRight{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.kwxt{
    width: 100%;
    height: 13rem;
    margin-bottom: 10px;
    background: url('../img/kwxt.png') no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kwxt img{
    width:100%;
    height:100%;
}


/* 详情页通知公告 */
.tzggBox1{
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #FFFFFF;
     box-shadow: 0 0 10px 0 #e1e1e1;/*//#DAE9FE */
    background: linear-gradient(to bottom, #e1e1e1, #fff);
}
.tzggBox1 .dhlBox{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tzggBox1 .dhlBox img{
    width: 1.5rem;
    height: 1.8rem;
    margin-left: 0.5rem;
}
.tzggBox1 .dhlBox a{
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    margin: 0 1rem;
}


/* 内容 */
.mainContent{
    width: 100%;
    min-height: 30rem;
    /* background: url('../img/bj.png') no-repeat center 100% ;
    background-size:auto auto ; */
    padding: 30px 0;
    padding: 1rem;
    background: #eaf7ff;
}
.mainContent .mainSmall{
    width: 100%;
    min-height: 30rem;
    margin: 0px auto ;
    /* background: rgba(255, 255, 255, .6); */
    border-radius: 8px;
    display: flex;
    flex-flow: column;
}
.mainSmall .gkTitle{
    width: 100%;
    line-height: 2rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mainSmall .fbsjTime{
    width: 100%;
    padding: 10px 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
    justify-content: space-between;
    margin-top:0.8rem;
}
.mainSmall .fbsjTime >div{
    margin: 0 10px;
    display: flex;
}
.mainSmall .gkwb{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 2rem 0;
}
.mainSmall .gkwb div{
    font-size: 1rem;
    line-height: 2.2rem;
}
.mainSmall .gkwb div img{
	width: 100%!important;
	height: auto!important;
}
.mainSmall .gkwb video{
    width: 100%!important;
    height: 16rem!important;
}
/* 搜索结果 */
.mainSmall li {
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #dadbdc;
    padding: 1rem 0;
}

.mainSmall li a {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.2rem;
    color: #000;
    padding-left: 1.6rem;
    position: relative;
    text-decoration: none;
    display: block;
}

.mainSmall li a::before {
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border: 0.1rem solid #03468C;
    border-radius: 1000px;
    left: 0;
    top: 0.8rem
}

.mainSmall li p {
    width: 100%;
    height: 3.6rem;
    line-height: 1.8rem;
    overflow: hidden;
    font-size: 1.2rem;
    color: #777;
    text-indent: 2em;
    padding-left: 1.6rem;
}

.mainSmall li span {
    width: 100%;
    text-align: left;
    color: #999;
    font-size: 1.1rem;
    margin-top: 10px;
    display: block;
    padding-left: 1.6rem;
}

/* 列表页 */
.mainContent .mainSmall{
    width: 100%;
    min-height: 30rem;
    margin: 0px auto ;
    background: #fff;
    border-radius: 8px;
    /* padding: 20px; */
    display: flex;
    flex-flow: column;
    padding: 1rem;
}
.mainContent .mainSmall .list_left{
    display: none;
}
.mainContent .mainSmall1{
    width: 100%;
    min-height: 30rem;
    margin: 0px auto ;
    background: #fff;
    border-radius: 8px;
    /* padding: 20px; */
    display: flex;
    flex-flow: column;
    padding: 1rem;
}
.mainContent .mainSmall1 .list_left{
    display: none;
}
.mainBox .mainRight{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.mainBox .mainRight .gjzcBox .bgBox{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding:0 1rem 1rem 1rem;
    background: #fafafa;
}
 .mainRight .gjzcBox .bgBox li{
    width: 100%;
    display: flex;
    padding-top: 1rem;
}
 .mainRight .gjzcBox .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
 .mainRight .gjzcBox .bgBox img{
    width: 10rem;
    height: 7rem;
}
 .mainRight .gjzcBox .bgBox .dl_xiao{
    width: calc(100% - 11rem);
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    margin-left: 1rem;
}
.mainRight .gjzcBox .bgBox .dl_xiao .jyBox{
    width: 100%;
    text-decoration: none;
    color: #999;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}   
 .mainRight .gjzcBox .bgBox .bgBoxLeft{
    width: 100%;
    font-size: 1rem;
    color: #000;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
 .mainRight .gjzcBox .bgBox .bgTime{
    font-size: 0.8rem;
    color: #666;
}

 .mainRight .imgPhoto {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .mainRight .imgPhoto a{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    /* border: 1px solid #e1e1e1; */
}
 .mainRight .imgPhoto a img{
    width: 100%;
    height: 15rem;
    object-fit: cover;
}
 .mainRight .imgPhoto a span{
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 图片列表页 */
.list_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 4%;
    background: #fff;
    border-radius: 0.8rem;
}

.list_img ul {
    width: 100%;
}

.list_img ul li {
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.list_img ul li a {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, .3);
    border: 2px solid #fff;
    box-shadow: 0 0 5px 0 #DFEAFA;
    border-radius: 8px;
    display: block;
    padding: 1rem;
    text-decoration: none;
}

.list_img ul li a img {
    width: 100%;
    height: 54vw;
    border-radius: 5px;
    object-fit: cover;
}

.list_img ul li a p {
    width: 100%;
    font-size: 1.2rem;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list_img ul li a span {
    width: 100%;
    font-size: 1.1rem;
    color: #999;
    display: block;
}

.list_img ul li a:hover p {
    color: #03468C;
}

.list_img ul li a:hover {
    box-shadow: 0 0 10px 0 #BDCFEB;
}

/* 分页 */
.fy {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.fy a {
    width: auto;
    height: 3rem;
    line-height: 3rem;
    background: #f1f1f1;
    text-decoration: none;
    border-radius: 0.6rem;
    padding: 0 1.4rem;
    color: #888;
    font-size: 1.2rem;
}

.fy span {
    width: 100px;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 1.2rem;
}

.fy a:hover {
    background: #03468C;
    color: #fff;
}

/* 药学院底部 */
.addressDiv1{
    width: 100%;
    height: auto;
    background: #3373e0;
    display: flex;
    justify-content: center;
    
}
.addressDiv1 .addressBox1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.addressDiv1 .addressImg1{
    width: 100%;
    height:auto;
    background: #2296f3;
    display: flex;
    align-items: center;
    display: none;
}
.addressDiv1 .addressImg1 >div{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    padding: 2rem 0;
    align-items: center;
}
.addressDiv1 .addressImg1 a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    margin-right: 10px;
}
.addressBox1 .address1{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding: 1rem;
justify-content: center;
}
.addressBox1 .address1 div{
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.addressBox1 .address1 .copyBox1{
    width: 100%;
    display: flex;
    
justify-content: center;
    flex-direction: row;
}
.addressBox1 .address1 .dzbox1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.addressBox1 .address1 .dzbox1 a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.addressBox1 .address1 .dzbox1 a:hover{
    text-decoration: underline;
}
.addressBox1 .address1 .copyBox1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.addressBox1 .address1 .copyBox1 a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
}
.addressBox1 .address1 .copyBox1 a:hover{
    text-decoration: underline;
}
.xnljselect{
    width: 310px;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    border-radius: 4px;
    outline: none;
    margin-bottom: 10px;
}

/* 分页 */
.dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}
.dbqhBox div{
    border: 0.1rem solid #e1e1e1;
    padding: 0.5rem;
}
.dbqhBox div:hover{
    background: #e1e1e1;
}