html { font-size:62.5%;}
body { font-size:1em; }
ul,li { padding:0px; margin:0px;}
a:hover { text-decoration:none; list-style:none; color:#000;}
a { color:#000;}
h2, .h2 {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (min-width: 1920px) { 
  .container {  width: 1400px;padding:0 15px;}
  .list_box { margin-left:-12px; margin-right:-12px;}
  .xsdt_tzgg {margin-left:-27px; margin-right:-27px; margin-bottom:60px;}
}


.tou {
  height: 100%;
  margin: 0;
  padding: 0;
}
.tou .container-fluid { padding-left:0px; padding-right:0px;height: 100%;}
ul li { list-style:none;}
.clr { clear:both;}
.header {width:100%; height:96px; background:#005bac; z-index:999; position:fixed; }
.navbar > div { padding: 0; margin: 0;}
.header-top { height:30px; background:#006ccc;}

.seach { font-size:20px !important; line-height:30px !important; color:#fff !important; padding-left:10px; position:relative;  }
.seach .glyphicon{ font-size:14px !important;  color:#fff !important; border:1px solid #ffffff; padding: 4px; border-radius: 100%; }
.header-top .seach .btn { border-radius:100%; padding:0px; border:1px solid #ffffff; }
.modal-content { top:30vh; background-color:rgba(0,0,0,0.5); z-index:999999; }
.modal-title { color:#fff;}
.form-inline .form-group { width:89%;}
.form-inline .form-control { width:100%;}
.jz a { color:#fff; line-height:30px; font-size:1.5em; padding-right:20px;}


.header .logo { width:28%;  position:absolute; top:15px; left:50%; margin-left:-14%; z-index:1; background:url(../images/logo_bj.png) no-repeat center bottom; background-size:cover; overflow:hidden }
.header .logo img { width:69%; margin:0 auto; display:block; padding-bottom:9%;}
.navbar { margin-bottom:0px;}
.nav > li > a { color:#ffffff; line-height: 45px; font-size:1.8em; font-family:"微软雅黑";}
.nav li a:hover { background:none;}
.nav li:hover { background:none;}
.pc_dh { width:36%; margin:0; padding:0; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{ font-weight:bold;  background:#0051ac; }
.nav > li { position:static!important;}
.nav > li > a:hover, .nav > li > a:focus { font-weight:bold; background:#0051ac; }

.banner {
  padding-top:96px;
  height: calc(100% - 96px)vh;  /* 使用calc函数来计算高度 */
  width: 100%;
  overflow: hidden; /* 隐藏超出的部分 */
  transition: opacity 0.3s ease; /* 添加过渡效果 */
    
}

.hidden-banner {
  height: 0 !important;
}



.banner .carousel-inner > .item > img {
  width: 100%;
  margin: auto;
  height: calc(100vh - 96px);
}


.hidden {
  opacity: 0;
  pointer-events: none;
}



.banner2 {padding:96px 0px 0px; margin-left:0px; margin-right:0px; }

.banner2 img {
  width: 100%;
}


/*index contect area start*/
.bj1 { width:100%; background:url(../images/dbj1.png) no-repeat center top; background-size:cover; padding-top:10px;}
.bytitle {  position:relative; }
.bytitle h2 { text-align:center; color:#000000; margin:50px 5px 35px;}
.more { position:absolute; right:0px;  top:3px; background:url(../images/morebj.png) center no-repeat; width:98px; line-height:28px; display:block; padding-left:28px; font-size:14px; font-family:"微软雅黑"; color:#3e3e3e;}
.jdt { padding:10px 12px; }
.jdt img {display:block; width:100%; height:407px;}
.jdt_title { line-height:74px; height:74px;  overflow:hidden;  background:#fff; color:#303030; font-size:18px; padding:0px 15px;}

.list_news { max-height:500px; padding:10px 12px;  }
.list_news .list { padding:21px 25px; line-height:30px; font-size:1.6em; height:147px; overflow:hidden; }
.list_news .list p {
    line-height: 30px;
	height:60px;
	overflow:hidden;

}




.list_news:nth-child(1) .list, .list_news:nth-child(4) .list, .list_news:nth-child(5) .list  { background:#006bca; border-bottom:5px solid #fff; color:#ffffff;}
.list_news:nth-child(2) .list, .list_news:nth-child(3) .list,.list_news:nth-child(6) .list  { background:#ffffff; border-bottom:5px solid #005bac; color:#2f2f2f;}
.list_news:nth-child(1) .list a, .list_news:nth-child(4) .list a, .list_news:nth-child(5) .list  a {  color:#ffffff;}

/*学术动态*/
.title_left { padding:25px 13px 15px 0px; }
.title_left h2 {color:#000000; }
.more_right { display:block; float:right;  background:url(../images/morebj.png) center no-repeat; width:98px; line-height:28px; display:block; font-size:14px; font-family:"微软雅黑"; color:#3e3e3e; padding-left:25px; margin-top: 20px; margin-bottom: 10px; } 

/*通知公告*/
.tzgg_box { padding:0px 12px;}
.tzgg { background:rgba(255,255,255, 1); border-bottom:5px solid #005bac; margin-top:11px;}
.tzgg ul { padding:18px 30px 11px;}
.tzgg ul li { line-height:29px; padding:10px 0px 11px; font-size:16px; text-decoration:none;}
.tzgg ul li a {text-decoration:none; color:#000000;}
.tzgg ul li a p {
    margin: 0 0 10px;
    height: 29px;
    overflow: hidden;
}
.tzgg ul li .date {
	display:block;
    width:100%;
    position: relative;
    font-style: italic;
    color: #9c888a;}

.tzgg ul li .date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #eee;
    transition: all 0.3s ease-out 0s;}
	
	
.tzgg ul li em	{ 
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    position: relative;
	
	}
	
	

/*媒体包医*/
.bj2 { width:100%; background:url(../images/dbj2.png) no-repeat center; background-size:cover;}


.mt_and_rm { margin-bottom:80px; margin-top:20px; margin-left:-27px; margin-right:-27px;}
.mtby_box { padding-left:12px; padding-right:12px;}
.mtby {margin-top:15px; }
.mtby ul { padding-left:0px; margin:0px;}
.mtby ul li { background:rgba(255,255,255,0.75) no-repeat left center; padding:3px; margin:17px 0px 0px 0px; position:relative; overflow:hidden; }
.mtby ul li h4 { height:96px; width:30%; float:left; margin:0px; border-right:1px solid #ebe6e5;}
.mtby ul li a h4 span {background:#ebe6e5; line-height:34px; padding:31px 0px; display:block; width:98%;  color:#454545; height:96px; overflow:hidden; }
.mtby ul li a p {line-height:33px; max-height:75px; overflow:hidden; width:70%;float:left; font-size:16px; padding:14px 30px 3px 30px; color:#454545; }
.mtby ul li:last-child { border-bottom:5px solid #005bac;} 
.mtby ul li h4::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-44%) translateY(-50%);
    transform-origin: 50% 50%;
    top: 50%;
    width: 98px;
    height: 98px;
    background: #ef9674;
    background:url(../images/hwbj.png) no-repeat;
    background-size: 100%;
    z-index: 7;
    animation: hw_rotate 10s infinite linear;
}



@keyframes hw_rotate {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}


/*包医融媒*/

.sp_box { margin-bottom:15px; margin-top:18px; max-height:416px; }
.sp { padding-left:10px; padding-right:10px;}
.sp img { width:100%; height:411px;}
.sp u6  { width:100%; height:100%;}
.sp #MediaPlayeru9{ width:100%; height:411px;}
.sp video{ width:100%; height:411px;}


.rm_list { padding-left:10px; padding-right:10px;}
.rm_pic { position:relative; max-height:155px; overflow:hidden;}
.rm_pic img { width:100%; height:155px; overflow:hidden; -webkit-transition:all 100s ease-in-out 0s;transition:all .4s ease-in-out 0s;}
.rm_pic:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.rm_pic span { width:100%; display:block; position:absolute; bottom:0; height:30px; line-height:30px; display:block; background:rgba(0,0,0,0.5); color:#fff; text-align:center; font-size:16px; overflow:hidden;}



/*专题网站*/
.bj4 { width:100%; background:#005bac; padding:55px 0px; position:relative; }
.zt_box { position:relative; margin-right:-30px; }
.zt_title{ font-size:28px;  color:#FFF; position:absolute; height:500px; left:15px; z-index:99;  }
.zt_title_wz {    
    width: 46px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 13%;
    font-weight: bold;
}
.zt_more {     
    width: 46px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 75%;
    background:url(../images/more1bj.png) no-repeat center top;
    }
.zt_more a {color:#fff; padding-top:80px; display:block;}



.zt_list { padding-left:105px;}
.zt_pic { position:relative; max-height:666px; overflow:hidden; }
.zt_pic img {min-height:500px; width:100%; overflow:hidden; -webkit-transition:all 100s ease-in-out 0s;transition:all .4s ease-in-out 0s;}
.zt_pic:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.pic_tit { position:absolute; font-size:23px; line-height:30px; top:50px; left:45px;  margin: 0 auto; letter-spacing:1px;   
    max-height: 345px; color:#ffffff;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/   }

.more1 { position:absolute; right:45px; bottom:5px;  width: 20px; line-height: 20px;  font-size: 16px; color:#ffffff; writing-mode: tb-lr;
    writing-mode: vertical-lr; text-align: center;}
.more1:after {
    content: "";
    border-left: 1px solid #fff;
    display: inline-block;
    height: 40px;
    margin-top: 8px;
}


.zt_pic_list { margin-left:-30px; margin-right:-30px;}



/*人物风光*/

.bj5 { width:100%; background:url(../images/dbj5.png) no-repeat center top; background-size:cover; padding:25px 0px 85px;}
.rwfg_box .bytitle {  position:relative; }
.rwfg_box .bytitle h2 { text-align:center; color:#000000; margin:50px 5px 35px;}
.rwfg_box .more { position:absolute; right:15px;  top:10px; background:url(../images/morebj.png) center no-repeat; width:98px; line-height:28px; display:block; padding-left:28px; font-size:14px; font-family:"微软雅黑"; color:#3e3e3e;}
.rwfg_box { margin-left:-27px; margin-right:-27px;}
.rwfg_box .bytitle {  position:relative; }
.rwfg_box .bytitle h2 { text-align:center; color:#000000; margin:50px 5px 35px;}

.rwfg_box .more { position:absolute; right:15px;  top:10px; background:url(../images/morebj.png) center no-repeat; width:98px; line-height:28px; display:block; padding-left:28px; font-size:14px; font-family:"微软雅黑"; color:#3e3e3e;}
.rw_pic { margin-top:20px; padding-left:12px; padding-right:12px; max-height:260px; overflow:hidden; }
.rw_pic img {position:relative; width:100%!important; height:260px; overflow:hidden; -webkit-transition:all 100s ease-in-out 0s;transition:all .4s ease-in-out 0s;}
.rw_pic:hover img { -webkit-transform: scale(1.1);transform: scale(1.1);}

.rw_pic span { position:absolute; width:90%;  bottom:5px; line-height:45px; height:45px; overflow:hidden; font-size:18px; text-align:center; display:block; color:#ffffff;}
.rw_pic_d {margin-top:20px; padding-left:12px; padding-right:12px;}
.rw_pic_d img { width:100%; height:540px !important; overflow:hidden; -webkit-transition:all 100s ease-in-out 0s;transition:all .4s ease-in-out 0s; }

.rw_pic_d:hover img{ -webkit-transform: scale(1.1);transform: scale(1.1);}




.slider-container {
  position: relative;
  width: 100%;
  max-width: 800px; /* 调整图片轮播带的最大宽度 */
  margin: 0 auto;}

.slider {
  display: flex;
  overflow: hidden;
  width: 100%;}

.slider img {
  width: 100%;
  height: auto;}

.slider-titles {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;}

.slider-titles h2 {
  display: none;
  color: #fff;
  font-size:16px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;}

.slider-titles h2.active {
  display: inline-block;}


/*校内应用*/
.bj6 { width:100%;  background:url(../images/dbj6.png) no-repeat center; background-size:cover; padding:0px 0px 0px;}
.xnyy_box .bytitle h2 { color:#ffffff;}
.xnyy { padding-top:0px; padding-bottom:85px;}
.xxyy_pic { margin-top:50px;}
.xxyy_pic img{ margin:0 auto; max-width:60%;}
.xxyy_pic span { display:block; margin-top:20px; font-size:18px; line-height:50px; color:#ffffff; text-align:center; height:50px;}


/*友情链接*/

.bj7 { width:100%; background:#e3e3e3; }
.yqlj_li { font-size:18px; line-height:36px; padding:35px 0px;  text-align:center; border-left:1px solid #fff; border-top:1px solid #fff; color:#020202; }
.yqlj_li a {color:#020202; text-decoration:none;}
.yqlj_li a:hover {color:#0067c2; text-decoration:none;}
.w_box { border-left:1px solid #fff; border-top:1px solid #fff;  height:106px;}

.wb_wx a { padding-left:15px;  }

/*footer*/

.footer { background:#005bac;}
.bq { text-align:center; line-height:35px; color:#fff; font-size:18px; padding:15px 0px;}
.bq p { margin-bottom:0px;}



/******************子页设置******************/
.banner2 {
  z-index:-99;
  width: 100%;
  overflow: hidden; /* 隐藏超出的部分 */
}
.carousel-inner > .item > img {
  width: 100%;
  margin: auto;
  height: 55vh;
}

/******************列表页设置******************/
.main_box { width:100%;  min-height:300px;}
.text_nr { padding-top:50px; padding-bottom:50px; }
.lmwz { font-size:24px; line-height:45px; background:url(../images/fangzi0.png) no-repeat 15px center; margin-bottom:15px;}
.lmwz a { padding-left:65px;}

.list_box_zy ul { padding:0px; margin:0px;}
.list_box_zy ul li { width:100%; font-size:16px; height:50px; line-height:50px; border-bottom:1px dashed #fff; overflow:hidden; }
.list_box_zy ul li a { color:#000; padding-left:25px; background:url(../images/yo.png) no-repeat left center; text-decoration:none;}
.list_box_zy ul li .year_date { float:right; text-align:right;  }



/******************内容页设置******************/

.xxnry { border-bottom: 1px solid #d2d2d2;}
.xxnr_title {text-align:center; font-size:24px; line-height:35px; color: #333333;}
.xxnr_date {text-align:center; font-size:14px; color: #333; height: 56px;line-height: 56px; border-bottom: 1px solid #d2d2d2;}
.xxnry p img { max-width:100%;}
.contect_box {font-size: 16px;color: #000; line-height:35px; padding:20px 0px 50px;}
.contect_box img {max-width: 100%;}
.contect_box a {color:#000;}
.contect_box a:hover {color:#a50f10;}
.contect_box { text-indent:2em;}
.contect_box p img{margin-left:-2em;height:auto !important;}
.xx_jj img { max-width:100%;}
.xx_jj iframe { max-width:100%;}
.xxnry iframe { max-width:100%;}

.page_fy { margin-top:35px;}
.page_li a { height:35px;line-height:35px; font-size:15px; color:#000000; text-align: left; overflow: hidden; }
.page_li a:hover {color:#e99600;}


/******************图片页设置******************/
.pic_list_box_zy ul li { margin-top:15px; margin-bottom:10px;}
.pic_list_box_zy ul li img { height:235px; width:100%;}
.pic_list_box_zy ul li p { background:rgba(255,255,255,0.6); text-align:center; line-height:45px; font-size:16px; height:45px; overflow:hidden;}
 
/******************机构设置页设置******************/
.jgsz_box_zy ul {margin-bottom:20px;}
.jgsz_box_zy h4 { line-height:30px;}
.jgsz_box_zy ul li { line-height:30px; text-align:center; font-size:16px; background-color:rgba(255,255,255,0.6);}










@media (min-width: 1200px) and (max-width: 1920px) {
.jdt img {
    display: block;
    width: 100%;
    height: 347px;
}

.rw_pic_d img { width:100% !important; height:451px !important; }



.list_news .list {
    padding: 17px 20px;
	height:127px;
	overflow:hidden;
}

.list_news .list p {
    line-height: 29px;
	height:58px;
	overflow:hidden;
	margin-bottom:5px;
}

.tzgg ul li {
    line-height: 23px;
    padding: 10px 0px 11px;
    font-size: 16px;
    text-decoration: none;
}
.tzgg ul li a p {
    margin: 0 0 10px;
    height: 23px;
    overflow: hidden;
}

.mtby ul li h4 {
    height: 78px;
}
.mtby ul li a h4 span {
    background: #ebe6e5;
    line-height: 34px;
    padding: 22px 0px;
    display: block;
    width: 98%;
    color: #454545;
    height:78px; 
    overflow:hidden;
}

.mtby ul li a p {
    line-height: 28px;
    height:64px; 
    overflow:hidden; 
    width: 70%;
    float: left;
    font-size: 16px;
    padding: 9px 30px 3px 30px;
    color: #454545;
}

.mtby ul li h4::before {
    width: 78px;
    height: 78px;
}

.pic_list_box_zy img { max-height:168px;}
.rm_pic img { width:100%; height:130px;}


.rw_pic img {position:relative; width:100%; height:216px; }
.sp img { width:100%; height:345px;}
.sp u6  { width:100%; height:100%;}
.sp #MediaPlayeru9 { width:100%; height:345px;}
.sp video{ width:100%; height:345px;}


.zt_more {
    line-height: 26px;
    position: absolute;
    top: 63%;
}
.bj1 { padding-top:5px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
.jdt img {
    display: block;
    width: 100%;
    height: 320px;

}

.zt_more {     
    position: absolute;
    top: 63%;
 }


.rw_pic_d img {
    width: 100% !important;
    height: 372px !important;
}


.list_news .list {
    padding: 13px 20px;
	height:118px;
	overflow:hidden;

}
.list_news .list p {
    line-height: 29px;
	height:58px;
	overflow:hidden;
	margin-bottom:5px;

}

.tzgg ul li {
    line-height: 26px;
    padding: 10px 0px 11px;
    font-size: 16px;
    text-decoration: none;
}

.tzgg ul li a p {
    margin: 0 0 10px;
    height: 26px;
    overflow: hidden;
}

.mtby ul li h4 {
    height: 61px;
}
.mtby ul li a h4 span {
    background: #ebe6e5;
    line-height: 35px;
    padding: 13px 0px;
    display: block;
    width: 98%;
    color: #454545;
    height:61px; 
    overflow:hidden;
}

.mtby ul li a p {
    line-height: 29px;
    height:58px; 
    overflow:hidden; 
    width: 70%;
    float: left;
    font-size: 16px;
    padding: 1px 30px 0px 30px;
    color: #454545;
	margin-bottom:1px;
}

.mtby ul li h4::before {
    width: 78px;
    height: 78px;


}

.tzgg {margin-top: 10px;}
.tzgg ul li {
    line-height: 26px;
    padding: 2px 0px 8px;
    font-size: 16px;
    text-decoration: none;
}
.rm_pic img { width:100%; height:123px;}

.pic_list_box_zy img { max-height:140px;}
.rw_pic img {position:relative; width:100%; height:176px; }
.sp img { width:100%; height:280px;}
.sp u6  { width:100%; height:100%;}
.sp #MediaPlayeru9{ width:100%; height:280px;}
.sp video{ width:100%; height:280px;}
.rm_pic img { width:100%; height:111px;}

}


@media screen and (max-width: 1200px) { 
 .nav > li > a { font-size:1.6em;  padding: 10px 5px;}
 .zt_more {
    position: absolute;
    top: 55%;
}
.text_nr { padding-top:30px; padding-bottom:30px;}
.lmwz { margin-bottom:5px;}
.bj1 {padding-top:138px; }
}


@media (max-width: 992px) {
  .nav > li > a {font-size:1.4em;  padding: 10px 4px;}
  .zt_list { padding-left:0px;}
  .zt_list .list { padding:5px;}
  .yqlj_li:nth-child(3) {border-right: 1px solid #fff;}
  .w_box {border-right: 1px solid #fff;}
  .mt_and_rm { margin-bottom:80px; margin-top:20px; margin-left:-5px; margin-right:-5px;}
  .rwfg_box { margin-left:0px; margin-right:0px;}
  .zt_pic_list { margin-left:0px; margin-right:0px;}
  .zt_list { padding-left:90px;}
  .zt_box { position:relative; margin-left:0px; margin-right:5px; }
  .navbar-toggle {margin-top:15px;}
  .jgsz_box_zy ul {margin-bottom:20px;}
  .jgsz_box_zy h4 { line-height:25px;}
  .jgsz_box_zy ul li { line-height:30px; text-align:center; font-size:16px; background-color:rgba(255,255,255,0.6);}
  .bj1 { width:100%; background:url(../images/dbj1.png) no-repeat center top; background-size:cover; padding-top:50px;}
  .banner {  width: 100%;  height: auto !important;  overflow: hidden;}
  .banner .carousel-inner > .item > img, .banner img {
   width: 100%;
   height: 100%;
   object-fit: cover;

  }
.bj1 {
    padding-top: 0px;
}

.bytitle h2 {
    text-align: center;
    color: #000000;
    margin: 45px 5px 25px;
}
.xxnr_title {  font-size: 18px;}

}
.xxyy_pic { margin-top:20px;}


@media (min-width: 768px) and (max-width: 991px) {
.list_news .list {
    padding: 18px 20px;
    line-height: 25px;
    font-size: 1.6em;
	height:124px;
	overflow:hidden;
}

}

@media screen and (min-width: 768px) {
 .navbar-default {
  background-color: none;
  background:none !important;
  border-color: none;
  border: 0px;
}
.pc_dh_box { display:black;}
.sj_dh { display:none;  }
.sj_dh span { font-size:24px;}


}




@media screen and (max-width: 767px) {
.navbar-default {
  background:#005bac;
  border: 0px;
}


.rw_pic_d img { width:100% !important; height:361px !important; }

.pc_dh_box { display:none;}
.sj_dh { display:block;}
.sj_dh span { font-size:24px;}

.more_right { display:block; float:right;  background:url(../images/morebj.png) center no-repeat; width:98px; line-height:28px; display:block; font-size:14px; font-family:"微软雅黑"; color:#3e3e3e; padding-left:25px; margin-top: 20px; margin-bottom: 10px; margin-right:15px;} 

.carousel-inner > .item > img {
  width: 100%;
  margin: auto;
  height: 30vh;
}
.list_box { padding:10px;}

.list_news .list {
    padding: 13px 20px;
	height:118px;
	overflow:hidden;

}
.list_news .list p {
    line-height: 29px;
	height:58px;
	overflow:hidden;
	margin-bottom:5px;

}

.title_left {
    padding: 25px 1px 15px 0px;
}


.xsdt_tzgg { padding:0px 10px;}
.more { margin-right:20px;}
.bytitle h2 {  position:relative; margin:20px 5px 0px; display:block;}
.pic_tit { position:absolute; left:25px; }
.more1 {
    position: absolute;
    right: 28px;
	}
.rw_pic {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.xnyy {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contect_box { padding-left:8px; padding-right:8px; font-size:15px;}

.pic_list_box_zy img { max-height:155px;}
.rw_pic img {
    position: relative;
    width: 100%;
    height: 183px;
}

}

@media (max-width: 460px) {
.yqlj_li,.xxyy_pic span ,.pic_tit,.rw_pic span,.bq	 {  font-size: 15px;	}

.pic_tit {
           position: absolute;
           left: 9px;
		   line-height:25px;
	     }

.sp img {width:100%;height: 220px;}
.sp u6  { width:100%; height:100%;}
.sp #MediaPlayeru9{ width:100%; height:220px;}
.sp video{ width:100%; height:200px;}

.jdt img {
    width: 100% !important;
    height: 245px !important;
}

.rm_pic img {
    width: 100%;
    height: 85px;
}

.rw_pic img {
    position: relative;
    width: 100%;
    height: 120px;
}

.rw_pic_d img {
    width: 100% !important;
    height: 245px !important;
}


.mtby ul li a h4 span {
    background: #ebe6e5;
    line-height: 34px;
    padding: 31px 0px;
    display: block;
    width: 98%;
    color: #454545;
    height:96px; 
    overflow:hidden;
}


.mtby ul li h4 { font-size:16px;}
.mtby ul li a p {    
    line-height: 33px;
    height: 82px;
    width: 70%;
    float: left;
    font-size: 16px;
    padding: 14px 30px 3px 30px;
    color: #454545;
    overflow: hidden;}
.more1 {
    position: absolute;
    right: 13px;
    bottom: 5px;
    width: 20px;
    line-height: 24px;
    font-size: 15px;	
}
	
.xnyy {
    padding-top: 5px;
    padding-bottom: 30px;	
}
.wb_wx img {padding-top:20px;}
.list_box_zy ul li { width:100%; font-size:16px;}
.pic_list_box_zy img {height:115px;}

/*专题*/
.zt_box {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}
.zt_title{ width:100%; font-size:24px; color:#FFF; position:absolute; height:50px; left:15px; top:-25px; z-index:99;  }
.zt_title_wz {    
    width:auto;
    line-height: 50px;
    text-align: left;
	float:left;
	position:absolute;
	left:-15px; 
	top:0;
  }
.zt_more {     
    width: auto;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    float:right;
	background:url(../images/more1bj.png) no-repeat left center;
		position:absolute;
	right:0; 
	top:0;
    }


.zt_more a {
    color: #fff;
   padding-top:0px;
    display: block;
	padding-left:50px;
}


.zt_list { padding-left:15px;  margin-top:45px;}



.zt_pic { position:relative;}
.zt_pic img {min-height:335px; width:100%;}
.pic_tit { position:absolute; font-size:15px; line-height:25px; top:25px; left:15px;  margin: 0 auto; letter-spacing:1px;   
    max-height:200px; color:#ffffff;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/   }

.more1 { position:absolute; right:45px; bottom:5px;  width: 20px; line-height: 20px;  font-size: 15px; color:#ffffff; writing-mode: tb-lr;
    writing-mode: vertical-lr; text-align: center;}
.more1:after {
    content: "";
    border-left: 1px solid #fff;
    display: inline-block;
    height: 40px;
    margin-top: 8px;
}

.bynews .bytitle h2 {
    text-align: left;
    color: #000000;
    margin: 35px 5px 10px;
    padding-left: 15px;
    font-size: 24px;
}

.zt_pic_list { margin-left:-30px; margin-right:-30px;}

.rwfg_box .bytitle {  position:relative; }
.rwfg_box .bytitle h2 { text-align:left;  color:#000000; margin:50px 5px 35px;}
.rwfg_box .more { position:absolute; right:-10px;  top:3px; background:url(../images/morebj.png) center no-repeat; width:98px; line-height:28px; display:block; padding-left:28px; font-size:14px; font-family:"微软雅黑"; color:#3e3e3e;}

.jdt {
    padding: 10px 10px;
}
.list_news {
    max-height: 500px;
    padding: 10px 10px;
}
.rw_pic_d {
    padding-left: 10px;
    padding-right: 10px;
}

.header .logo img { width:100%;}

.title_left {
    padding: 10px 1px 5px 0px;
}
.title_left h2 {
    color: #000000;
    font-size: 24px;
}
.rwfg_box .bytitle h2 {
    text-align: left;
    color: #000000;
    margin: 10px 5px 15px;
    font-size: 24px;
}

.pic_list_box_zy ul {
    margin-right: 10px;
    margin-left: 10px;
}

.pic_list_box_zy ul li {
    margin-top: 15px;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}


.img_list_box_zy {

    margin-right: -8px;
    margin-left: -8px;
}

.pic_list_box_zy img {
    height: 125px;
}

}

@media (max-width: 375px) {

.mtby ul li a h4 span {
    background: #ebe6e5;
    line-height: 34px;
    padding: 31px 0px;
    display: block;
    width: 98%;
    color: #454545;
    height: 96px;
    overflow: hidden;
}
.jdt img {
    width: 100% !important;
    height: 215px !important;
}


.rw_pic img {
    position: relative;
    width: 100%;
    height: 120px;
}

.rw_pic_d img {
    width: 100% !important;
    height: 215px !important;
}
.rm_pic img {
    width: 100%;
    height: 80px;
}

.rm_pic span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.sp img {width:100%;height: 200px;}
.sp u6  { width:100%; height:100%;}
.sp #MediaPlayeru9{ width:100%; height:200px;}
.sp video{ width:100%; height:200px;}

.xnyy {
    padding-top: 0px;
    padding-bottom: 51px;
}

}
