/*main*/
.xmain {
  width: 1200px;
  position: relative;
  margin: 1px auto 48px;
  margin-top:20px;
  background-color:#FFFFFF;
}
.mumain {
  width: 1220px;
  position: relative;
  margin: 1px auto 48px;
  
  background-color:#FFFFFF;
}



/*rightBox*/
.rightBox {
  height: auto;
  overflow: hidden;
  padding: 0 40px;
}
.eventsTitle {
  height: auto;
  overflow: hidden;
  padding: 46px 0 38px;
  line-height: 36px;
}
.eventsTitle h3 {
  color: #585858;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 6px;
}
.year {
  color: #000;
  font-size: 1.7em;
}
.eventsList {
  height: auto;
  overflow: hidden;
  margin: 13px 0 78px;
  border-top: 1px solid #efefef;
}
.eventsList li {
  height: auto;
  overflow: hidden;
  padding: 21px 5px 21px 0;
  border-bottom: 1px solid #efefef;
}
.eventsdate {
  float: left;
  width: 82px;
  text-align: center;
}
.eventsdate h3 {
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  font-family: Arial;
  background-color: #05558e;
}
.eventsdate p {
  color: #585858;
  font-size: 1.3em;
  height: 33px;
  line-height: 33px;
  background-color: #efefef;
}
.eventsInfo {
  margin-left: 111px;
  font-size: 1.4em;
  line-height: 34px;
  color: #585858;
  padding-top: 5px;
}
.downLoad {
  height: auto;
  overflow: hidden;
  padding: 20px 0 0;
}
.downLoad li {
 height: auto;
 overflow: hidden;
 font-size:16px;
 line-height: 30px;
}
.downLoad li a {
  display: block;
  position: relative;
  color: #585858;
  border-bottom: 1px solid #efefef;
}
.downLoad li a span {
  display: block;
  float: left;
  width: 98px;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  font-size: 18px;
  text-align: right;
  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/circle2.png) no-repeat left center;
}
.downLoad li a div {
  margin-left: 133px;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  font-size: 18px;
}
.downLoad li a i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 33px;
  height: 66px;
  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/down1.png) no-repeat left center;
}
.downLoad li:hover {
  background-color: #f8f8f8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.downLoad li:hover a {
  color: #000000;
}
.downLoad li:hover i {
  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/down2.png) no-repeat right center;
}
.downLoadTit {
  height: auto;
  overflow: hidden;
  padding: 46px 0 18px;
  border-bottom: 1px solid #efefef;
}
.downLoadTit h1 {
  font-size: 1.7em;
  color: #585858;
  font-weight: bold;
}
.source {
  font-size: 1.3em;
  color: #757575;
  margin: 17px 0 15px;
}
.source span {
  display: inline-block;
  padding: 0 12px;
}
.down {
  display: block;
  height: 33px;
  line-height: 33px;
  width: 93px;
  text-align: right;
  font-size: 1.3em;
  color: #9f9f9f;
  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/down1.png) no-repeat left center;
}
.content {
  font-size: 14px;
  color: #585858;
  line-height: 34px;
  list-style: disc;
  padding: 22px 0 84px;
}




/*��Ӧʽ����*/
.mobileIconCon {
  display: none;
  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/menu.png) no-repeat 20px center #004987;
  position: relative;
}
.mobileIconCon a {
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
}
.searchBtn {
  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/search.jpg) center center no-repeat;
  width: 40px;
  height: 60px;
  right: 20px;
  position: absolute;
  top: 35px;
  z-index: 5;
  display: none;
}
#mobileNavTit {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
}
.mobileSearchCon {
  display: none;
  width: 100%;
  height: 46px;
  background-color: #9bc0df;
  overflow: hidden;
}
.mobileSearchBox {
  position: relative;
  width: 98%;
  height: 40px;
  margin: 3px auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.mobileSearchBox input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.4em;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  color: #999;
}
.mobileSearchBox input[type="submit"] {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border: none;
  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/search.jpg) center no-repeat;
}
.sideNavCon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
}
.sideNavCon .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11000;
}
.sideNavCon .sideNavScroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #fff;
  overflow: hidden;
  z-index: 11001;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
.sideNavCon .sideNavScroll.on {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sideNavCon .sideNavScroll .closeSideNavCon {
  display: block;
  width: 100%;
  height: 30px;
  text-align: right;
  padding-top: 5px;
}
.sideNavCon .sideNavScroll .closeSideNavCon a {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-color: #666;
  border-radius: 50%;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.sideNavCon .sideNav {
  width: 100%;
}
.sideNavCon .sideNav li {
  position: relative;
  margin: 0 10px;
  border-bottom: 1px solid #dcdbdb;
}
.sideNavCon .sideNav li > a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 1.6em;
  color: #333;
  line-height: 50px;
}
.sideNavCon .sideNav li i {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-size: 1.4em;
  width: 50px;
  height: 50px;
  line-height: 4;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  z-index: 2;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.sideNavCon .sideChildNavScroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #f1f1f1;
  overflow: hidden;
  z-index: 11002;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}
.sideNavCon .sideChildNavScroll.on {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sideNavCon .sideChildNavScroll .backBtn {
  position: relative;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 16px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.sideNavCon .sideChildNavScroll .backBtn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.sideNavCon .sideChildNav > ul {
  width: 100%;
}
.sideNavCon .sideChildNav > ul > li {
  width: 100%;
  display: none;
}
.sideNavCon .sideChildNav dl dt {
  height: 60px;
  line-height: 60px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ededed;
}
.sideNavCon .sideChildNav dl dt a {
  display: block;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.sideNavCon .sideChildNav dl dd {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
}
.sideNavCon .sideChildNav dl dd a {
  display: block;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
}
.sideNavCon .sideChildNav .sideChildWord li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
}
.sideNavCon .sideChildNav .sideChildWord li a {
  display: block;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
}
/*wrapper*/
#wrapper {
  width: 100%;
  height: 100%;
}
#scroller {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
  height: 100%;
}
.imgdiv {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  z-index: 990;
  background-color: #fff;
}
.imgdiv div.s1 img {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 50%;
  max-width: 95% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.close {
  height: 5em;
  line-height: 5em;
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
  font-size: 1.6em;
  cursor: pointer;
}
.mobileTit {
  display: none;
}
.mobileTit a {
  height: 45px;
  line-height: 45px;
  font-size: 1.6em;
  color: #fff;
  display: block;
  padding-left: 21px;
  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/downicon.png) no-repeat 97% center #1271b3;
}

/* 0507start */
.cellbox { margin: 100px auto; width:500px; border:1px solid #ccc;  height:200px;}
.cellbox .cellbg { width:500px; height: 60px; background: #05568f; font-size: 20px; color:#fff; line-height: 60px; text-align: center}
.cellbox .mess1, .cellbox .mess2 { font-size: 15px;text-align: center; }
.cellbox .mess1 { padding-bottom: 10px; padding-top: 40px }
/* 0507end */

/* cxy  */
.columnBoxUl1 {
  height: 316px;
  /*margin-left: 20px;*/
  float: left;
  background-color: #fefdfc;
  width: 293px;
}
.columnBoxUl1:first-child {
  margin-left: 0;
}
.columnBoxUl1 .columnList {
  padding: 17px 21px 0;
}
.columnBoxUl1 .columnList li a b {
  margin-right: 0;
}
.columnBoxUl1 .cTitle {
  padding: 0 20px 0 32px;
}
.columnBoxUl1 .cTitle .more {
  right: 20px;
}

.ml20 { margin-left: 20px; }

.exp .owl-item{
	width:297px !important;
}

.mudown {
 height: auto;
 overflow: hidden;
 font-size:16px;
 line-height: 30px;
 margin-top:10px;
 }
.mudown a:hover{ color: #ff0000; }

.exxp{ padding-bottom:0px; border-bottom:0px solid #000; } 

.jzrb_sxt{display:table;margin:5px auto;box-sizing:border-box;overflow:hidden;width:100%; text-align:left;font-size:12px;margin-top:15px; color:#333333;
}
.jzrb_gb{width:100%;height:40px;background:#f1f1f1;font-size:15px; margin: 0px auto; margin-top:20px;
}
.jzrb_gb a{color:#333;}
.jzrb_gb_l{float:left;margin-top:8px;margin-left:10px;}
.jzrb_gb_r{float:right;}
.jzrb_gb_r a{float:right;margin-right:20px;text-align:right;line-height:40px;}
.jzrb_gb .printm{width:55px;background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/article_icon.png) no-repeat left 14px;}
.jzrb_gb .closem{width:55px;background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/article_icon.png) no-repeat left 14px;}
.biaogegd{display:table;margin:5px auto;box-sizing:border-box;overflow:hidden;width:100%; text-align:right;line-height:2; font-size:12px;margin-top:20px;
}
/*��ҳ�ұ�����*/
.mumunewsnr_title{width:95%; height: 47px; border-bottom: 1px solid #dddddd}
.mumunewsnr_title h3{font-size: 14px; height: 40px; line-height: 40px; color: #000;  background: url(https://t.jiaozuo.gov.cn/file/4108000057/img/dqwz_icon01.png) no-repeat left center; padding-left: 30px; font-weight:500;}

.biaoge{display:table;margin:5px auto;box-sizing:border-box;overflow:hidden;width:100%; line-height:28px; text-align:center; font-size:22px; color:#000000; margin-top:20px; font-weight: normal;}
.tong_liulan {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    line-height: 25px;
    color: rgb(102, 102, 102);
    text-align: center;
    font-family: ����;
    margin: 10px auto auto;
}

.tong_connr {
    width: 100%;
    text-align: left;
    line-height: 32px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin: -50px auto 10px;
}