@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2023-04-07 14:58)
 */
 body{background-color: #fff}

/* 概况 */
.is-md-4{width:32%}
.is-md-12{width:100%}
.f-pd15{padding:10px 20px}
.f-mr20{margin:0 2%}
.mt5{margin-top:5px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt15{margin-top:15px}
.borderb{border:1px solid #ebebeb}
.textcomm{text-align:center;position: absolute;padding: 0 15px;overflow:hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;background: rgba(0,0,0,.4);color: #fff;}
.is-main{margin-bottom:50px}
body{background:#f5f5f5}
.bgwhite{background: #fff}

/*主题部分列表 */
.m-liststylecom li{height: 40px; line-height: 40px;position: relative;}
.m-liststylecom li a{display: block;font-size:16px;padding-left: 14px;  overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststylecom li span{float: right; color: #999; font-size: 15px;}
.m-liststylecom li::before{position: absolute;display: block;content: '';top: 50%;left: 0px;width: 4px;height: 4px;background-color: #0a56a6;}
.m-liststylecom li a:hover{padding-left: 16px; }
.m-listhg1 ul{padding-top:10px;}
.m-listhg2 ul{height:260px}
.is-picnew{margin:25px 0 5px 0;overflow: hidden;}
.is-picnew p{line-height: 50px;left:0;bottom:0;right:0}
.is-picnew img{width: 100%;height: 247px;transition: all linear 0.3s;}
.is-picnew img:hover{transform:scale(1.1)}

.is-title{overflow:hidden;border-bottom:1px solid #ebebeb;background: url(../images/index/titlebg.png) left top no-repeat;}
.is-title img{float:left;margin-top:12px;margin-right:15px;}
.is-title h2{font-size:24px;font-weight:bold;float:left;line-height: 76px}
.is-title .is-more{color:#b2b2b2;font-size:14px;float:right;margin-top:32px}
.is-say-list{padding:5px 0}
.is-say-list li{height:100px;width:100%;margin:20px 0;border-radius: 10px;padding-left:50px;transition: all 0.3s ease 0s;}
.is-orange{background-color: #ee6f56}
.is-yellow{background:#ffbc47}
.is-blue{background:#43a4f1}
.is-pink{background:#ca87ee}
.is-say-list li a{display: flex;height: 100px;align-items: center;justify-content: start;font-size:22px;font-weight: bold;}
.is-say-list li p{margin:0 15px;color:#fff}
.is-say-list li:hover img{transform: rotateY(360deg);transition: all linear 0.3s;}
.is-say-list li:hover{transform:translate3d(0,-3px,0)}

.is-notice-list{padding:20px 0;overflow: hidden;border-bottom:1px dashed #ddd}
.is-notice-list a{display: flex;align-items: center;}
.m-list-time{display: flex;flex-direction: column;align-items: center;width:75px;height:75px;padding-top:5px;text-align: center;background:#f5f5f5;}
.m-tile-l{font-size: 26px;color:#0a56a6}
.m-tile-s{font-size:14px;color:#0a56a6}
.m-list-r{flex: 1;overflow: hidden;padding-left:20px;}
.m-list-r p{font-size: 16px;line-height: 30px;height:30px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.m-list-r span{display:block;font-size:12px;color:#b2b2b2;height:46px;line-height: 23px;overflow: hidden;}
/*media query*/
/*large pcScreen*/
@media (min-width:1320px) {
 
}
/*big pcScreen*/

/*medium pcScreen lg*/
@media screen and (max-width: 1319px) {
 .dzjg{right:-60px}

}

/*pad md*/
@media screen and (max-width: 991px ){
 .is-md-4{width: 100%}
 .f-mr20{margin:20px 0}
 .is-picnew img{height:auto}


}
/*phone sm*/
@media screen and (max-width: 767px) {
  .is-title h2{font-size: 20px;}
 
}


}
/*small xs*/
@media screen and (max-width: 600px) {



}
/*print*/
@media print {

}


