@charset "utf-8";
/* CSS Document */
/*__________PC css样式__________*/
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: 'Microsoft Yahei', "微软雅黑", "宋体", "Arial";
  font-style: normal;
  word-break: break-all;
}

a:focus{outline:none;}

body a {
  text-decoration: none;
}

a {
  text-decoration: none !important
}

a:hover {
  text-decoration: none !important
}

html, body {
  background: #FFF !important
}

.breakword {
  display: block;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis
}

.location {
  max-width: 1100px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
}

.location a, .location table td {
  font-size: 13px;
  color: #999999
}

.location a:hover {
  color: #0051a7!important;
}

.main {
  max-width: 1100px;
  background: #F9F9F9;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
  display: table;
  min-height: 500px!important;
}

.left {
  display: table-cell;
  background: url(leftbg.png) no-repeat bottom right
}

.topimg {
  width: 238px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: url(topimg.png) no-repeat center center
}

.topimg a {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold
}

.topimg a:hover {
  color: #ffffff
}

.collocation {
  display: none
}

.lefttree {
  width: 100%;
  overflow: hidden;
}

.treelist {
  position: relative;
  top: -1px;
}

.treelist li {
  position: relative
}

.treelist ul {
  display: none
}

.treelist > li {
  min-height: 60px;
  line-height: 60px;
  border-top: #EBEBEB 1px solid;
}

.treelist > li:first-child {
  border-top: none;
}

.treelist > li a {
  font-size: 15px;
  color: #333333;
  display: block
}

.treelist li a {
  padding-right: 37px
}

.treelist > li > a {
  font-size: 17px;
  border-left: 6px solid #fafafa;
  padding-left: 42px;
}

.treelist li span {
  display: block;
  width: 29px;
  height: 60px;
  /*background: url(arrow.png) no-repeat left center;*/
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  display: none
}

.treelist li span.arrow {

}

.treelisttwo li {
  padding-left: 60px;
}

.treelisttwo li.on > a {
  color: #0051a7;
  font-weight: bold
}


.treelist > li.on > a {
  border-left-color: #0051a7;
  color: #0051a7;
}

.treelisttwo li > a {
  line-height: 20px;
  padding: 12px 0;
}

.treelist li.on > ul {
  display: block
}

.treelisttwo li.current > a {
  color: #0051a7;
  font-weight: bold
}

.treelistthree li.current > a {
  color: #0051a7;
  font-weight: bold
}


.treelist > li.current > a {
  color: #0051a7;
}


.right {
  width: 860px;
  border: #EBEBEB 1px solid;
  display: table-cell;
  background: #FFFFFF;
  vertical-align: top;
}

.titcolname {
  height: 80px;
  line-height: 80px;
  color: #015193;
  font-size: 24px;
  padding-left: 30px
}

.coltimer {
  height: 86px;
  width: 733px;
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

.collist {
  overflow: hidden;
}

.colline {
  height: 86px;
  width: 642px;
  background: url(colline.png) repeat-x left center;
  margin: 0 auto;
  overflow: hidden
}

.colline li {
  float: left;
  height: 86px;
  background: url(coldot.png) no-repeat center center;
  float: left;
  padding: 0 18px;
  cursor: pointer
}

.colline li a {
  font-size: 15px;
  color: #333333
}

.colline li.on {
  background: url(colcurrent.png) no-repeat center center
}

.colline li.on a {
  color: #0051a7
}

.colline li:hover {
  background: url(colcurrent.png) no-repeat center center
}

.colline li:hover a {
  color: #0051a7
}

.coltimer > span {
  width: 37px;
  height: 86px;
  float: left;
  background: url(colleft.png) no-repeat left center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer
}

.coltimer > span.rightcol {
  float: right;
  background: url(colright.png) no-repeat right center;
  left: auto;
  right: 0
}

.acttit {
  width: 820px;
  margin: 0 auto 0 30px;
}

.acttitlist {
  width: 100%;
  display: none
}

.acttitlist:first-child {
  display: block
}

.acttitlist li {
  padding-left: 15px;
  background: url(actbg.png) no-repeat left center;
  overflow: hidden
}

.acttitlist li a {
  font-size: 15px;
  color: #333333;
  line-height: 32px;
  float: left;
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.acttitlist li a:hover {
  color: #0051a7;
}

.acttitlist li span {
  float: right;
  line-height: 32px;
  font-size: 15px;
  color: #999999
}


.mobilcollist {
  display: none
}


.layui-laypage {
  margin: 15px 0!important;
}

.layui-laypage a, .layui-laypage span {
  margin-bottom: 0!important;
}

/*本css为移动端css样式，基于flexble插件；换算比例为75px=1rem*/
@media screen and (max-width: 1100px) and (min-width: 850px) {
  
  .location, .main {
    width: 100%;
    min-width: 850px;
  }
  
  .location {
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .left {
    width: 22%;
  }
  
 .topimg {
   width: 100%;
 }
 
 .right{
   width: 78%;
 }
  
  .acttit {
    width: 100%;
  }
  
  .acttitlist {
    width: 95%;
  }
  
}


@media screen and (max-width: 849px) {
  html, body {
    min-width: auto;
    overflow-x: hidden
  }
  
  .location {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 50px;
    overflow-x: scroll;
  }
  
  .location a, .location table td {
    font-size: 13px;
    white-space: nowrap;
  }
  
  .location table td {
    padding-right: 10px;
  }
  
  .main {
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  
  .mobilcollist, .mobilcollistcur {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 21px;
    left: 21px;
    background: url(menu.png) no-repeat center center;
    background-size: 24px auto;
    z-index: 999;
  }
  
  .mobilcollistcur {
    background: url(menucur_new.png) no-repeat center center;
    width: 0;
    height: 24px;
    left: unset;
    right: 0;
    padding: 0 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .left {
    width: 100%;
    background: none;
    display: block;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .topimg {
    position: relative;
    width: 100%;
    float: right;
    line-height: 24px;
    background: #0455ac;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 28px 0;
    height: auto;
  }
  
  .topimg a {
    position: relative;
    left: -30px;
    font-size: 24px;
  }
  
  .treelist {
    background: #fafafa;
    position: relative;
    top: -1px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .treelist > li {
    padding-left: 0;
    min-height: 60px;
    line-height: 60px;
  }
  
  .treelist > li a {
    font-size: 15px;
  }
  
  .treelist > li > a {
    width: 100%;
    float: left;
    line-height: 24px;
    font-size: 17px;
    color: #333333;
    padding: 18px 10px 18px 42px;
    border-left: 6px solid #fafafa;
  }
  
  .treelist > li.on > a {
    border-left: 6px solid #0051a7;
  }
  
  .treelist li span {
    display: none!important;
  }
  
  .treelist li span.arrow {
    display: none!important;
  }
  
  .treelist > li.on, .treelist > li.current {
    background: none;
    width: 100%;
  }
  
  .treelisttwo > li {
    line-height: 20px;
    padding: 0 0 0 60px;
    font-size: 15px;
  }
  
  .treelisttwo > li:first-child {
    margin-top: 60px;
  }
  
  .treelisttwo > li a {
    font-size: 15px;
  }
  
  .right {
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0 20px;
  }
  
  .rightcur {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100vw;
    background: url(mpListBg.png);
    z-index: 999 !important;
    padding-right: 10%;
    box-sizing: border-box;
  }
  
  .titcolname {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    padding-left: 36px;
    margin-top: 20px;
    overflow: hidden
  }
  
  .coltimer {
    height: 1.9rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0
  }
  
  .colline {
    height: 1.9rem;
    width: 100%;
    background: none;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 0.2rem
  }
  
  .colline li {
    float: left;
    height: 1.9rem;
    background: url(coldot.png) no-repeat center center;
    float: left;
    padding: 0 0.266rem;
    cursor: pointer
  }
  
  .colline li a {
    font-size: 0.5rem;
    color: #333333
  }
  
  .colline li.on {
    background: url(colcurrent.png) no-repeat center center
  }
  
  .colline li.on a {
    color: #0051a7;
    display: block;
  }
  
  .coltimer > span {
    display: none
  }
  
  .left, .right {
    float: left
  }
  
  .acttit {
    width: 100%;
    margin: 0 auto;
  }
  
  .acttitlist {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-top: 15px;
  }
  
  .acttitlist li {
    padding: 0 16px;
    min-height: 16px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 8px;
    background-size: 4px auto;
    background-position: 1px 9px;
  }
  
  .acttitlist li a {
    font-size: 15px;
    color: #333333;
    width: auto;
    height: auto;
    line-height: 1.5;
    float: none;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: justify;
    white-space: normal;
  }
  
  .acttitlist li span {
    float: right;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    color: #999999
  }
  
  .default_pgToolbar {
    background: none !important;
    border: none !important;
    margin: 10px 0 !important
  }
  
  .default_pgToolbar td {
    font-size: 16px !important
  }
  
  .default_pgSearchInfo {
    display: none !important
  }
  
  .default_pgPanel {
    float: none !important;
    margin: 0 auto !important
  }
  
  .default_pgPerPage {
    display: none !important
  }
  
  .default_pgCurrentPage {
    height: 16px !important;
    line-height: 16px !important
  }
  
  .default_pgBtn {
    background-size: 16px !important
  }
  
  /* 分页条样式 */
  .layui-laypage {
    margin: 11px 0!important;
  }
  
  .layui-laypage>a:first-child, .layui-laypage>a:first-child em {
    border-radius: 2px 0 0 2px!important;
  }
  
  .layui-laypage a, .layui-laypage span {
    padding: 0 16px!important;
    height: 30px!important;
    line-height: 30px!important;
    margin: 0 -1px 5px 0!important;
    font-size: 13px!important;
    font-size: 13px!important;
  }
  
  .layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #e2e2e2!important;
  }
  
}


