
@charset "utf-8";/* CSS Document */

@charset "utf-8";
html {
 /* background:#f4f4f4;*/
  -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  
}
/* å†…å¤–è¾¹è·é€šå¸¸è®©å„ä¸ªæµè§ˆå™¨æ ·å¼çš„è¡¨çŽ°ä½ç½®ä¸åŒ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* è¦æ³¨æ„è¡¨å•å…ƒç´ å¹¶ä¸ç»§æ‰¿çˆ¶çº§ font çš„é—®é¢˜ */
body,button,input,select,textarea {
     font:18px "Microsoft YaHei";color:#222;
}
/* é‡è®¾ HTML5 æ ‡ç­¾, IE éœ€è¦åœ¨ js ä¸­ createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* HTML5 åª’ä½“æ–‡ä»¶è·Ÿ img ä¿æŒä¸€è‡´ */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}
input,select,textarea {
    font-size:100%;
}
/* åŽ»æŽ‰ table cell çš„è¾¹è·å¹¶è®©å…¶è¾¹é‡åˆ */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bugï¼šth ä¸ç»§æ‰¿ text-align */
th {
    text-align:inherit;
}
/* åŽ»é™¤é»˜è®¤è¾¹æ¡† */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug æ˜¾ç¤ºä¸ºè¡Œå†…è¡¨çŽ° */
iframe {
    display:block;
}
/* åŽ»æŽ‰ firefox ä¸‹æ­¤å…ƒç´ çš„è¾¹æ¡† */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* ä¸€è‡´çš„ del æ ·å¼ */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* åŽ»æŽ‰åˆ—è¡¨å‰çš„æ ‡è¯†ï¼Œli ä¼šç»§æ‰¿ */
ol,ul ,li{
    list-style:none;
}

/* å¯¹é½æ˜¯æŽ’ç‰ˆæœ€é‡è¦çš„å› ç´ ï¼Œåˆ«è®©ä»€ä¹ˆéƒ½å±…ä¸­ */
caption,th {
    text-align:left;
}
/* æ¥è‡ªyahooï¼Œè®©æ ‡é¢˜éƒ½è‡ªå®šä¹‰ï¼Œé€‚åº”å¤šä¸ªç³»ç»Ÿåº”ç”¨ */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
h2{ font-size:22px; }
q:before,q:after {
    content:'';
}
/* ç»Ÿä¸€ä¸Šæ ‡å’Œä¸‹æ ‡ */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* è®©é“¾æŽ¥åœ¨ hover çŠ¶æ€ä¸‹æ˜¾ç¤ºä¸‹åˆ’çº¿ */
a:hover {
  color:#0e64b6;
    text-decoration:none;
}
/* é»˜è®¤ä¸æ˜¾ç¤ºä¸‹åˆ’çº¿ï¼Œä¿æŒé¡µé¢ç®€æ´ */
ins,a {
  color:#333;
    text-decoration:none;
}
/* åŽ»é™¤ ie6 & ie7 ç„¦ç‚¹ç‚¹çŠ¶çº¿ */
a:focus,*:focus {
    outline:none;
}
/* æ¸…é™¤æµ®åŠ¨ */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* è®¾ç½®æ˜¾ç¤ºå’Œéšè—ï¼Œé€šå¸¸ç”¨æ¥ä¸Ž js é…åˆ */
.hide {
    display:none;
}
.block {
    display:block;
}
/* è®¾ç½®æµ®åŠ¨ï¼Œå‡å°‘æµ®åŠ¨å¸¦æ¥çš„ bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}

.w1100 {
  clear: both;
  margin: 0 auto;
  width: 1100px;
}

.bg{
  background-color: #fff;
}
.bg-eee{
 /* background-color: #eee; */
}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}


/*å¤´éƒ¨*/
.header {
  width:100%;
  height: 451px;
  background: url(/upload/images/2021/4/25/fc709189e7170080.png) center center #005aa6;
  
  overflow: hidden;
}

/*å¯¼èˆª*/
.nav {
  width: 100%;
  height: 46px;
  /* background: url(/upload/images/2021/4/16/78c2c81fe2cb1eb6.png) repeat-x ; */
  position: relative;
   background-color:#bb0000;
}
.nav li{
  float: left;
  margin-right:45px;
}
.nav ul{
     width:950px;
  margin:auto;
}
.nav li a{
  display: block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 23px;
  padding: 0 30px;
  font-weight:bolder;
  font-family:Microsoft YaHei;
}
.nav li a:hover{
  color: #f1d00e;
}

.main{
  margin: 0 auto;
  padding: 20px 0;
  width: 1060px;
  overflow: hidden;
}
.row{
  overflow: hidden;
}

.w520{
  width: 520px;
  height:314px;
  overflow: hidden;
}
.w1080{
  clear:both;
  width:1080px;
}
.titles{
  padding-top:10px;
  width: 100%;
  line-height: 36px;
  height: 36px;
 /* background-color: #fce97d7d;*/
  border-bottom: 1px solid #bb0000;
}

.titles .title-l{
  float: left;
  margin-left: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  font-weight:bolder;
  color: #fff;
  text-align: center;
  padding: 0 16px;
  background-color: #bb0000;
}
.titles .title-r{
  float: right;
  margin-right: 10px;
}
.titles .title-r a{
  color: #007bc4;
}

.listbox {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.listbox li {
  float: left;
  width: 520px;
  background: url(/images/zt2021/list_bg.png) left center no-repeat;
  padding-left: 10px;
}
.listbox li a {
  float: left;
  
  height: 32px;
  line-height: 32px;
  display: block;
  width: 510px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-box{
  height: 200px;
 
  line-height: 1.8;
  padding: 20px 0;
  text-indent:2em;
  overflow: hidden;
}


/*è½®æ’­å¹¿å‘Š*/

 #kinMaxShow p.title{ 
   position:absolute; 
   left:0; 
   bottom:0; 
   text-indent:10px; 
   -height:30px;
   color:#FFF; 
   display:block;
   width:100%; 
   height:30px; 
   line-height: 30px;
   filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000,endcolorstr=#aa000000);
   background:rgba(0,0,0,0.5);
}
#kinMaxShow .kinMaxShow_button{
  width: 520px;
  left: 0 ;
  text-align: center;
}
#kinMaxShow .kinMaxShow_button li{
  float: none !important;
  display: inline-block;
}

.box1 .box1-t{
  width:100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #bb0000;
  font-size: 30px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#bb0000;
}

.box1 .box1-b{
  height: 264px;
}
.box1 .box1-b .text{
 /* height: 202px;*/
 
  line-height: 1.8;
  padding: 20px 0;
  text-indent:2em;
  overflow: hidden;
}
.box1 .box1-b .link{
  text-align: right;
}
.box1 .box1-b .link a{
  color: #007BC4;
}
.ff{
  background-color:#bb0000
  ;
  height:150px;
  padding-top:20px;
}

.footer{
  margin: 20px auto;
  text-align: center;
  line-height: 24px;
  /* background-color: #bb0000; */
  color:#fff;
}
.footer a:link{
  color:#fff;
}
.box1 .box1-b  ul li {
  color:#007BC4; font-size: 22px;line-height:30px;
}
.box1 .box1-b  a {
  color:#007BC4; 
}
.box1 .box1-t .more{
  float:right;
  font-size:16px;
}


.newb{overflow:hidden;clear:both;padding-top:8px;}
  .newb ul li{overflow:hiddem;width:97%;height:32px;line-height:32px;overflow:hidden;float:left;display:inline;margin:0px 45px 0px 5px }
  .newb ul a{display:block;overflow:hidden;background:url(n02.jpg) no-repeat 0px 11px;padding-left:16px;float:left;/* width:88% */}
  .newb ul span{float:right;width:110px;text-align:right}

.newc{overflow:hidden;/* padding:12px */
text-align:center;background-color:#e6e6e6;
}
.newc ul{float:left;width:100%;clear:both;display:inline;font-size:16px;font-family:"΢���ź�","����";color:#CC0001;line-height:24px;clear:both;font-weight:bold}
  .newc ul a:link,.newc ul a:visited{color:#CC0001;}
  .newc ul a:hover{color:#F00;}
.newc ol{float:left;width:100%;clear:both;padding:8px 0px}
  .newc p a:link,.newc p a:visited{color:#CC0001;}
  .newc p a:hover{color:#F00;}
.newc img{
  width:520px;
  height:280px; 
}
.newc span{
  line-height:30px;
  height:30px;
 
  width:520px;

}
  .newd ul a:link,.newd ul a:visited{color:#000;}
  .newd ul a:hover{color:#F00;}

  .newe ul li{overflow:hiddem;height:32px;line-height:32px;overflow:hidden;float:left;display:inline;margin:0px 45px 0px 5px;/* clear:both; */width: 100px;}
.title1080{
  padding-bottom:10px;
}
.box1 .box1-t .more a{
   
  color: #007bc4;
  font-weight:500;
}
