/* 手机端样式 */
@media screen and (max-width: 768px) {
	.hidden-pc {
		display: block;
	}

	.hidden-mobile {
		display: none;
	}

	.hide {
		display: none;
	}

	.menu-button {
		position: relative;
	}

	.menu-button {
		background: #f2f2f2;
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}

	.back-home {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 15px;
	}

	.menu {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		height: calc(100vh - 40px);
		background-image: url(/szgyyq/xhtml/images/mobile-menu-bg.png);
		background-size: 100% 100%;
		overflow: hidden;
		z-index: 2;
	}

	.menu-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 40px;
	}

	.hnew-navbar-center-list-item {
		background: #fff;
		width: 120px;
		display: inline-block;
		margin: 10px 0;
		height: 32px;
		line-height: 32px;
		text-decoration: none;
		border-radius: 4px;
		color: #1d71b7;
		text-align: center;
		font-size: 14px;
	}

	.menu-button::before {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}

	.menu-button::after {
		content: '';
		position: absolute;
		top: 15px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #000000;
	}

	.img-mobile {
		width: 50px;
		margin: 20px auto 0;
	}

	.img-title {
		width: 90%;
		margin: 15px auto;
	}

	.header-img {
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.search {
		width: calc(100vw - 80px);
		margin: 40px 40px 30px 0;
	}

	.search dl {
		position: relative;
		width: 100%;
		background-color: #fff;
		border: 1px solid #b5b5b5;
		border-radius: 30px;
		overflow: hidden;
	}

	.search dl dd {
		margin-right: 70px;
		padding-left: 10px;
		height: 33px;
		background-color: transparent;
		border: none;
	}

	.search dl dd input[type="text"] {
		padding: 0;
		height: 33px;
		line-height: 33px;
		width: 100%;
		font-size: 14px;
		color: #999;
		background: none;
		border: 0;
		vertical-align: top;
	}

	.search dl dt.button {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 33px;
		border-left: 1px solid #b5b5b5;
	}

	.search dl dt input.searchBtn {
		width: 100%;
		height: 33px;
		color: #fff;
		background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg) no-repeat center;
		-webkit-appearance: none;
		border: none;
		vertical-align: top;
		cursor: pointer;
	}

	.title-news-center {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 59px;
		background-size: 100% 100%;
		color: #fff;
		font-size: 18px;
		background-image: url(../images/news-center-bg.png);
	}

	/* 轮播图 */
	.swiper1 {
		margin: 10px 0;
	}

	.swiper-slide img {
		width: 100vw;
		height: 215px;
	}

	.swiper-slide .title {
		position: absolute;
		bottom: 0;
		background-color: #66614f;
		height: 40px;
		width: 100%;
		filter: alpha(Opacity=80);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	.swiper-pagination {
		text-align: right !important;
	}

	.swiper-slide span {
		color: #fff;
		float: left;
		line-height: 40px;
		height: 40px;
		width: 100%;
		overflow: hidden;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: left;
		text-indent: 10px;
	}

	.swiper-container .swiper-pagination-bullet {
		background: #fff;
		opacity: 0.8;
	}

	.swiper-container .swiper-pagination-bullet-active {
		background: #007aff;
		opacity: 0.8;
	}

	/* 工作状态、通知公告 */
	.n_listBox,
	.n_listBox1 {
		width: calc(100% - 20px);
		margin-left: 10px;
	}

	.n_l_nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #eee;
	}

	.n_l_nav a {
		color: #235399;
		font-size: 14px;
	}

	.n_l_nav span {
		font-weight: bold;
		display: block;
		float: left;
		cursor: pointer;
		padding: 0 20px;
		font: bold 16px/33px 宋体;
		color: #333333;
		background: #EEEEEE;
	}

	a {
		color: #434343;
		text-decoration: none;
	}

	.n_l_nav span.on {
		color: #FFF;
		background: #258BCB;
		font: bold 16px/33px 宋体;
	}

	.n_listBox ul,
	.n_listBox1 ul {
		width: 100%;
		padding: 10px 0;
	}

	.n_listBox ul li,
	.n_listBox1 ul li {
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}

	.n_listBox ul li a,
	.n_listBox1 ul li a {
		font-size: 15px;
	}

	.n_listBox .cont .date,
	.n_listBox1 .cont .date {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 13px;
		color: #666666;
		margin-top: 6px;
	}

	/* 媒体聚焦 */
	.systemBox {
		display: flex;
		justify-content: space-between;
		margin: 10px 10px 20px;
		width: calc(100vw - 20px);
	}

	.systemBox a {
		display: flex;
		align-items: center;
		width: 48%;
		height: 60px;
		background: #F2F2F2;
		text-decoration: none;
		overflow: hidden;
	}

	.systemBox a span {
		font: 14px/20px "å¾®è½¯é›…é»‘";
		text-align: center;
		text-decoration: none;
		display: block;
	}

	.systemBox em {
		font-size: 48px;
		background: #F1616B;
		line-height: 60px;
		margin: 0 5px 0 0;
		color: #FFF;
		width: 60px;
		text-align: center;
		display: inline-block;
	}

	.systemBox a:first-child em {
		background: #838BDF;
	}

	.systemBox em.icon-sipac11 {
		background: #51C5C5;
	}

  .crumb {
		font: 12px/30px "宋体";
		border: 1px solid #DFDFDF;
		padding-left: 30px;
		background-position: 10px 0;
		margin-bottom: 5px;
    background: url(../images/icon.png) left top no-repeat;
    background-color: #F3F3F3;
	}

  .side_nav {
		background: #FBFBFB;
		border: 1px solid #DFDFDF;
		margin: 0 0 20px;
	}

	.side_nav li ul {
		display: none;
	}

	.side_nav li:hover>ul {
		display: block
	}

	.side_nav li a {
		display: block;
		color: #268BCB;
		font: bold 16px/35px "微软雅黑";
		border-top: 1px solid #DFDFDF;
		padding: 5px 0 5px 50px;
		background: url(../images/icon.png) 20px -150px no-repeat;
	}

  .warp {
    width: 100%;
  }
  .side_nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .side_nav > ul > li {
    width: 100%;
  }
  .side_nav li ul {
    display: block;
    padding: 0 0 10px 20px;
  }
  .side_nav li a {
    padding: 5px 0 5px 25px;
    background: url(../images/icon.png) 0px -150px no-repeat;
  }
  .side_nav li li a {
    padding: 0 0 0 25px;
    background-position: 0 -155px;
  }
 
 
  .crumb {
    height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .contR_cont {
    min-height: auto;
  }
  .contR_detail img {
    max-width: 100%;
    display: block;
  }
.contR_detail table{
    max-width: 100%;
  }

  .contRight {
		float: none;
		width: 100%;
	}

	.contRight h2 {
		background: url("../images/icon.png") 5px -30px no-repeat;
	}

	.contAll {}

	.contR_cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding-bottom: 20px;
		min-height: 600px;
		margin-bottom: 20px;
	}

	.contR_detail {
		/*overflow:auto;*/
		padding: 10px 25px;
		overflow-y: none;
	}

	.contR_detail h1 {
		font: 22px/30px "微软雅黑";
		text-align: center;
		letter-spacing: 1px;
		color: #333333;
		padding: 20px;
	}

	.c_d_info {
		font: 12px/30px "宋体";
		text-align: center;
		clear: both;
		margin-bottom: 20px;
		border-bottom: 1px solid #EFEFEF;
	}

	.c_d_info span {
		display: inline-block;
		margin-right: 5px;
	}

	.c_d_content {
		font: 14px/200% "宋体";
		text-align: justify;
	}

	.c_d_info .large {
		font-size: 16px;
	}

	.c_d_info .middle {
		font-size: 14px;
	}

	.c_d_info .small {
		font-size: 12px;
	}

	.c_d_content p {
		margin-bottom: 18px;
		text-indent: 2em;
	}


  .contLeft h2,
	.contRight h2,
	.contAll h2 {
		border: 1px solid #DFDFDF;
		border-top: 2px solid #278BCB;
		overflow: hidden;
		padding: 10px 0;
	}

	/*background:url("../images/box.png") 0 -50px repeat-x;*/
	.contLeft h2 span,
	.contRight h2 span,
	.contAll h2 span {
		background-position: 10px -40px;
		padding: 0 0 0 30px;
		font: bold 14px/20px "宋体";
		display: block;
		float: left;
	}

	.contLeft h2 a {
		font: 12px/20px "宋体";
		float: right;
		margin-right: 5px;
	}

	.listBox ul {
		padding: 10px;
	}

	.listBox li {
		font: 14px/32px "宋体";
		overflow: hidden;
	}

	.listBox li a {
		display: block;
		float: left;
    width: calc(100% - 110px);
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}


	.listBox li span {
		float: right;
		color: #999999;
	}

	.listBox li em {
		color: #CBCBCB;
		display: inline-block;
		margin-right: 2px;
	}

	.listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		overflow: hidden;
		float: left;
	}
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none;
	}

	.hidden-mobile {
		display: block;
	}

	.contentbox {
		width: 100%;
		margin: 0 auto;
	}

	.bannerBox {
		padding: 400px 0 0 0;
		margin-bottom: 10px;
		background: url(../images/banner_sipitz.jpg) center bottom no-repeat;
	}

	.newsBox {
		margin-bottom: 10px;
		overflow: hidden;
	}

	.newsImgsBox {
		width: 480px;
		float: left;
		position: relative;
		overflow: hidden;
	}

	.newsImgsBox img {
		width: 100%;
		height: 309px;
		display: block;
		margin-bottom: 3px;
	}

	.newsImgsBox.bd li {
		position: relative;
		overflow: hidden;
		zoom: 1;
	}

	.newsImgsBox .bd .txt {
		height: 45px;
		line-height: 45px;
		background: #000;
		opacity: 0.7;
		text-align: left;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding-left: 10px;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		font-size: 14px;
	}

	.newsImgsBox .hd {
		position: absolute;
		bottom: 10px;
		right: 5px;
	}

	.newsImgsBox .hd li {
		float: left;
		width: 13px;
		height: 13px;
		margin: 0 3px;
		border-radius: 50%;
		line-height: 21px;
		text-align: center;
		overflow: hidden;
		font-size: 12px;
		background: #eff6fb;
		opacity: 0.8;
		cursor: pointer;
		color: #fff;
		transition: all .3s;
		-webkit-transition: all .3s;
	}

	.newsImgsBox .hd li.on {
		background: red;
	}

	.newsImgsBox .bd ul,
	.newsImgsBox .bd li {
		width: 100% !important;
	}

	.newsImgsBox .next {
		font: 30px/60px "宋体";
		padding: 0 10px;
		position: absolute;
		display: block;
		background: url(../images/li_bg.png);
		color: #fff;
		left: 0px;
		top: 40%;
	}

	.newsImgsBox .prev {
		font: 30px/60px "宋体";
		padding: 0 10px;
		position: absolute;
		display: block;
		background: url(../images/li_bg.png);
		right: 5px;
		top: 40%;
		color: #fff;
	}



	/* 新闻图片轮播 */
	.tpxw {
		width: 480px;
		height: 308px;
		position: relative;
		overflow: hidden;
	}

	.tpxw .hd {
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 8px;
		bottom: 0;
		z-index: 99;
	}

	.tpxw .hd li {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		margin-right: 8px;
		background-color: #fff;
	}

	.tpxw .hd li.on {
		background-color: #930101;
	}

	.tpxw .bd li a {
		display: block;
		width: 480px;
		height: 308px;
		position: relative;
		overflow: hidden;

	}

	.tpxw .bd img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.tpxw .bd p {
		display: inline-block;
		width: 100%;
		height: 40px;
		color: #fff;
		line-height: 40px;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 0 16px;
		position: absolute;
		left: 0;
		bottom: 0;
	}




	.n_listBox {
		width: 490px;
		height: 300px;
		float: left;
		overflow: hidden;
		position: relative;
	}

	.n_l_nav {
		border-bottom: 2px solid #007CCD;
		overflow: hidden;
	}

	.n_l_nav span {
		font-weight: bold;
		background: url("../images/box.png");
		display: block;
		float: left;
		cursor: pointer;
		padding: 0 20px;
		margin: 0 5px 0 0;
		font: bold 14px/32px Arial;
		border: 1px solid #CBCBCB;
		border-bottom: none;
		border-radius: 5px 5px 0 0;
	}

	.n_l_nav span.on {
		color: #FFF;
		background: #007CCD;
		border-color: #035388;
		box-shadow: 0px 6px 8px #035388 inset;
	}

	.n_listBox .cont {
		position: absolute;
		height: 230px;
		overflow: hidden;
	}

	.n_listBox ul {
		padding: 10px 0;
		width: 490px;
		float: left;
	}

	.n_listBox li {
		overflow: hidden;
		position: relative;
	}

	.n_listBox li a {
		display: block;
		font: 14px/36px Arial;
		padding: 0 120px 0 30px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.n_listBox li em {
		position: absolute;
		top: 15px;
		left: 8px;
		background: #CBCBCB;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		float: left;
		z-index: 1;
	}

	.n_listBox li:hover em {
		background: #007CCD;
		transition: 0.5s;
	}

	.n_listBox li span {
		position: absolute;
		right: 0;
		top: 0;
		color: #999999;
		font: 14px/36px Arial;
		z-index: 1;
	}

	.n_listBox .l_more a {
		display: none;
		float: right;
		background: url("../images/icon_sipych.png") no-repeat right -100px;
		overflow: hidden;
		text-indent: -999px;
		width: 50px;
		height: 20px;
		margin: 5px 0 0 0;
	}

	.n_listBox .l_more a:hover {
		background-position: right -150px;
	}

	.newsBox .n_listBox {
		float: right;
	}

	.newsBox .n_listBox .cont {
		height: 270px;
	}

	.themeBox {
		float: right;
	}

	.i_contL {
		width: 750px;
		float: left;
	}

	.i_contR {
		width: 240px;
		float: right;
	}

	.adBox a,
	.adBox img {
		display: block;
	}

	.adBox a {
		margin-bottom: 10px;
	}

	.sitesBox {
		overflow: hidden;
		margin-bottom: 10px;
		clear: both;
		font-size: 14px;
	}

	.sitesBox .tit {
		display: block;
		font: bold 14px/30px "宋体";
		color: #008DD5;
		border-top: 3px solid #268bcb;
		border-bottom: 1px solid #DFDFDF;
		padding: 0 20px;
	}

	.sitesBox table {
		margin: 20px 0;
	}

	.sitesBox td {
		padding: 4px 0 4px 10px;
		white-space: nowrap;
	}

	.tit a:hover {
		color: #268bcb;
		text-decoration: none;
	}

	.crumb {
		font: 12px/30px "宋体";
		border: 1px solid #DFDFDF;
		background-color: #F3F3F3;
		padding-left: 30px;
		background-position: 10px 0;
		margin-bottom: 5px;
	}

	.contLeft {
		float: left;
		width: 240px;
	}

	.side_nav {
		background: #FBFBFB;
		border: 1px solid #DFDFDF;
		margin: 0 0 20px;
	}

	.side_nav li ul {
		display: none;
	}

	.side_nav li:hover>ul {
		display: block
	}

	.side_nav li a {
		display: block;
		color: #268BCB;
		font: bold 16px/35px "微软雅黑";
		border-top: 1px solid #DFDFDF;
		padding: 5px 0 5px 50px;
		background: url(../images/icon.png) 20px -150px no-repeat;
	}

	.side_nav li a:hover {
		color: #6db909;
		text-decoration: none;
	}

	/*.side_nav li a.aon{color:#6db909;}*/
	.side_nav li ul {
		padding: 0 0 10px 20px;
	}

	.side_nav li li a {
		display: block;
		font: normal 14px/35px "微软雅黑";
		border: none;
		padding: 0 0 0 45px;
		background-position: 20px -155px;
	}

	.side_nav li li li a {
		line-height: 25px;
		background-position: 20px -190px;
	}

	.side_nav li a.active {
		color: #fd6f21;
	}

	.contRight {
		float: right;
		width: 750px;
	}

	.contRight h2 {
		background: url("../images/icon.png") 5px -30px no-repeat;
	}

	.contAll {}

	.contR_cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding-bottom: 20px;
		min-height: 600px;
		margin-bottom: 20px;
	}

	.contR_detail {
		/*overflow:auto;*/
		padding: 10px 25px;
		overflow-y: none;
	}

	.contR_detail h1 {
		font: 22px/30px "微软雅黑";
		text-align: center;
		letter-spacing: 1px;
		color: #333333;
		padding: 20px;
	}

	.c_d_info {
		font: 12px/30px "宋体";
		text-align: center;
		clear: both;
		margin-bottom: 20px;
		border-bottom: 1px solid #EFEFEF;
	}

	.c_d_info span {
		display: inline-block;
		margin-right: 5px;
	}

	.c_d_content {
		font: 14px/200% "宋体";
		text-align: justify;
	}

	.c_d_info .large {
		font-size: 16px;
	}

	.c_d_info .middle {
		font-size: 14px;
	}

	.c_d_info .small {
		font-size: 12px;
	}

	.c_d_content p {
		margin-bottom: 18px;
		text-indent: 2em;
	}

	.contLeft h2,
	.contRight h2,
	.contAll h2 {
		border: 1px solid #DFDFDF;
		border-top: 2px solid #278BCB;
		overflow: hidden;
		padding: 10px 0;
	}

	/*background:url("../images/box.png") 0 -50px repeat-x;*/
	.contLeft h2 span,
	.contRight h2 span,
	.contAll h2 span {
		background-position: 10px -40px;
		padding: 0 0 0 30px;
		font: bold 14px/20px "宋体";
		display: block;
		float: left;
	}

	.contLeft h2 a {
		font: 12px/20px "宋体";
		float: right;
		margin-right: 5px;
	}

	.listBox ul {
		padding: 10px;
	}

	.listBox li {
		font: 14px/32px "宋体";
		overflow: hidden;
	}

	.listBox li a {
		display: block;
		width: 90%;
		float: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.listBox li span {
		float: right;
		color: #999999;
	}

	.listBox li em {
		color: #CBCBCB;
		display: inline-block;
		margin-right: 2px;
	}

	.listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		-999px;
		overflow: hidden;
		float: left;
	}

	.newsBox .listBox .tit,
	.noticeBox .tit,
	.newsBox .listBox .tit .more,
	.noticeBox .tit .more,
	.newsBox .listBox li em,
	.noticeBox li em {
		background: url("../images/icon_sipitz.png") no-repeat;
	}

	.noticeBox,
	.newsBox .listBox {
		width: 270px;
		height: 240px;
		margin: 0 0 10px 0;
		float: left;
	}

	.noticeBox ul,
	.newsBox .listBox ul {
		padding: 0;
	}

	.newsBox .listBox .tit,
	.noticeBox .tit {
		font: 16px/34px "微软雅黑";
		overflow: hidden;
		margin-bottom: 5px;
	}

	.newsBox .listBox .tit span,
	.noticeBox .tit span {
		color: #268BCB;
		padding: 0 20px 0 30px;
		float: left;
		display: block;
	}

	.newsBox .listBox .tit .more,
	.noticeBox .tit .more {
		float: right;
		background-position: right -100px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		width: 50px;
		height: 20px;
		margin: 5px 0 0 0;
	}

	.newsBox .listBox .tit .more:hover,
	.noticeBox .tit .more:hover {
		background-position: right -150px;
	}

	.newsBox .listBox li em,
	.noticeBox li em {
		width: 10px;
		height: 10px;
		margin: 10px 5px 0 0;
		background-position: left -200px;
	}

	.newsBox .listBox {
		width: 350px;
		float: right;
	}

	.newsBox .listBox li {
		font: 14px/30px "宋体";
		overflow: hidden;
	}

	.newsBox .listBox li span {
		float: right;
		color: #999999;
	}

	.newsBox .listBox li a {
		width: 75%;
	}

	.newsBox .listBox .tit {
		background-position: left -50px;
	}

	.contLeft .listBox .cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding: 10px;
		margin-bottom: 10px;
	}

	.contLeft .listBox .cont a {
		display: block;
		font: 14px/28px "宋体";
	}

	.contLeft .listBox .cont a:hover {
		text-decoration: none;
		color: #CB0E02;
	}

	.contLeft .listBox .cont em {
		color: #CBCBCB;
		display: inline-block;
		margin-right: 2px;
	}

	.pageBar {
		overflow: auto;
		text-align: center;
		clear: both;
	}

	.pageBar a,
	.pageBar span {
		margin-right: 2px;
		display: inline-block;
		border: 1px solid #DFDFDF;
		font: 12px/22px "宋体";
		padding: 0 5px;
		color: #268BCB;
	}

	.pageBar span {
		color: #CCC;
	}

	.pageBar a:hover {
		background: #F2F2F2;
		text-decoration: none;
	}

	.footer {
		clear: both;
	}

	.bottomNav {
		color: #FFF;
		background: #008DD5;
		font: bold 12px/30px "宋体";
		text-align: center;
		padding: 10px 0;
	}

	.bottomNav a {
		color: #FFF;
		padding: 0 20px;
		display: inline-block;
	}

	.footer .copyrights {
		background: #e2e2e2;
		line-height: 24px;
		padding: 20px 0;
		text-align: center;
	}

	.socialMedia {
		position: fixed;
		height: 1px;
		left: 0;
		bottom: 300px;
		width: 100%;
		z-index: 1001;
	}

	.wx_show,
	.wx_box {
		float: right;
		width: 108px;
	}

	.wx_show {
		border: 1px solid #EAEAEA;
		background: #FFF;
	}

	.sm_warp {
		min-width: 900px;
		max-width: 1260px;
		width: 100%;
		margin: 0 auto;
	}

	.wx_show .wx_ma,
	.wx_box i img {
		display: block;
		width: 98px;
		height: 98px;
		margin: 5px auto;
	}

	.wx_show .wx_txt {
		text-align: center;
		font: 12px/18px arial;
		padding: 5px;
	}

	.wx_box a {
		overflow: visible;
		background: #FFF;
		display: block;
		min-height: 30px;
		border: 1px solid #EAEAEA;
		margin-bottom: 5px;
		transition: 0.5s;
	}

	.wx_box a:hover {
		background: #268bcb;
		color: #FFFFFF;
		transition: 0.5s;
	}

	.wx_box span {
		display: block;
		float: left;
		font: 13px/30px arial;
	}

	.wx_box em {
		width: 25px;
		height: 25px;
		display: block;
		float: left;
		background: #268bcb url(../images/media_icon.png) center top no-repeat;
		border-radius: 5px;
		margin: 3px 5px 2px 3px;
	}

	.wx_box a i {
		display: none;
		clear: both;
		z-index: 111;
		position: relative;
		transition: 0.5s;
	}

	.wx_box a:hover i {
		display: block;
		transition: 0.5s;
	}

	.wx_box a i b {
		border-bottom: 6px solid #FFFFFF;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		top: -5px;
		left: 48%;
	}

	.wx_box .i1 em {}

	.wx_box .i2 em {
		background-position: center -30px;
	}

	.wx_box .i3 em {
		background-position: center -60px;
	}

	.wx_box .i4 em {
		background-position: center -90px;
	}

	.wx_box h3 .tit b {
		background-position: 10px -80px;
	}

	.wx_box h3 .tit b {
		background-position: 10px -160px;
	}

	.vedioShow .cont a {
		background-position: left -405px;
		padding-left: 20px;
	}

	.wx_box .goTopBtn {
		height: 15px;
		min-height: 15px;
		background: #E3E3E3;
		border-radius: 0 0 15px 15px;
		font: 12px/16px arial;
		text-align: center;
		position: relative;
		transition: 0.5s;
	}

	.wx_box .goTopBtn em {
		background: none;
		width: 0;
		height: 0;
		overflow: hidden;
		border-bottom: 6px solid #E3E3E3;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		top: -8px;
		left: 45%;
	}

	.wx_box .goTopBtn:hover {
		text-decoration: none;
		transition: 0.5s;
	}

	.wx_box .goTopBtn:hover em {
		border-bottom: 6px solid #268bcb;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		transition: 0.5s;
	}

	/*专题专栏*/
	.home_ztzl {
		clear: both;
		overflow: hidden;
		position: relative;
		background: #fff;
	}

	.home_ztzl_next {
		display: none;
		position: absolute;
		top: 51px;
		width: 28px;
		height: 51px;
		background: url(../images/ko-bannernext.jpg) no-repeat;
		cursor: pointer;
	}

	.home_ztzl_prev {
		display: none;
		left: 0;
		background: url(../images/ko-bannerprev.jpg) no-repeat left center;
		width: 28px;
		height: 51px;
		position: absolute;
		top: 40px;
	}

	.home_ztzl_next {
		right: 0;
	}

	.home_ztzl .bd {
		margin-bottom: 10px;
		overflow: hidden;
	}

	.home_ztzl .bd ul li {
		float: left;
		width: 241px;
		margin: 0 4px;
	}

	.home_ztzl .bd ul li img {
		display: block;
		width: 241px;
		height: 69px;
	}

	.home_ztzl .bd .title {
		font-size: 14px;
		text-align: center;
		line-height: 30px;
	}

	.home_ztzl .bd .title a {
		color: #0c4d83;
	}



	.sipListBox {}

	.sipListBox .tit {
		height: 30px;
		border-bottom: 3px solid #DFDFDF;
	}

	.sipListBox .tit a {
		display: block;
		margin-bottom: -3px;
		float: left;
		font: bold 16px/30px "宋体";
		padding: 0 20px;
	}

	.sipListBox .tit a.active {
		border-bottom: 3px solid #268bcb;
		color: #268bcb;
	}

	.sipListBox .cont {
		border-top: none;
		padding: 10px;
		overflow: hidden;
	}

	.sipListBox .cont a {
		display: block;
		float: left;
		font: 14px/214% "宋体";
		white-space: nowrap;
		padding: 0 15px;
		border: 1px solid #DCDCDC;
		border-radius: 5px;
		margin: 0 10px 10px 0;
	}

	.sipListBox .cont a:hover {
		background: #D5ECFE;
		text-decoration: none;
		border: #268bcb 1px solid;
	}

	.sipListBox .cont span {
		float: right;
		font: 14px/214% "宋体";
		color: #999999;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.contR_cont .listBox li a {
		width: 85%
	}

	.mainNav li:first-child {
		width: 110px;
	}

	.c_d_content table p {
		margin-bottom: 0;
		text-indent: 0;
	}

	.content_extended {
		clear: both;
		color: #666;
		/*background:#f8f8f8;*/
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 50px;
		position: relative;
	}

	.content_extended a {
		cursor: pointer;
	}

	.content_extended .btn {
		text-align: center;
	}

	.content_extended .btn a {
		display: inline-block;
		padding: 0 18px;
		border: #cacaca 1px solid;
		border-radius: 2px;
		background: url(../images/print_bg.gif) repeat-x;
		height: 28px;
		line-height: 28px;
		margin: 0 5px;
	}

	.content_extended .share {
		position: absolute;
		right: 0;
	}


	.t_searchBar {
		float: left;
		margin-top: 5px;
	}

	.t_searchBar input {
		float: left;
		background: #FFF;
		border: 1px solid #CCCCCC;
		color: #888888;
		font: 12px/16px Arial;
		padding: 5px;
	}

	.t_searchBar input.keywords {
		margin-right: 10px;
		width: 160px;
	}

	.t_searchBar input.submit {
		background: #268bcd;
		padding: 5px 10px;
		color: #FFFFFF;
		border: none;
		border-radius: 5px;
	}
}
