* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/* 头部 */
.cuop_content header {
  width: 100%;
}

.head-background{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 180px;
}
.head-img-20{
    display: inline-block;
    float: right;
}
.head-img-20 img{
   	height:180px;
   	margin-right: -12px !important;
}
header{
	height:180px;
}
header .head {
  	width: 1340px;
    margin: 0 auto;
    justify-content: space-between;
}
header .head .head-left {
    line-height: 190px;
    width: 1340px;
    margin: 0px auto;
    padding: 0px 30px;
    position: relative;
    
}
header .head .head-left img{
    margin-right: 32px;
    vertical-align: middle;
    display: inline-block;
}
header .head .head-left .logo-text{
	display: inline-block;
	color: #B02923;
	font-family: MicrosoftYaHei;
	position: relative;
	vertical-align: middle;
}
header .head .head-left .logo-text .chinese{
	display: block;
	font-size: 28px;
	font-weight: bold;
	width: 240px;
	height: 37px;
	line-height: 37px;
}
header .head .head-left .logo-text .english{
	display: block;
	font-size: 16px;
	width: 210px;
	height: 21px;
	line-height: 21px;
	margin-top: 4px;
}

/* 导航部分 */
.cuop_content nav {
  width: 100%;
  background: #B02923;
}
nav .nav_main {
  width: 1340px;
  height: 56px;
  margin: 0 auto;
  background: #B02923;
  position: relative;
}
nav .nav_main ul li {
  position: relative;
  list-style-type: none;
  text-align: center;
  display: inline-block;
}
nav .nav_item {
  color: #fff;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  cursor: pointer;
   padding: 0 30px; 
  /*width: 140px;*/
  height: 56px;
  line-height: 56px;
}
nav .nav_item:hover {
  background: rgba(255, 255, 255, 0.1);
}
nav .nav_item a{
  color: #fff;
}
nav .nav_item a:hover{
  text-decoration: none;
}
.seach_box {
width: 286px;
    height: 26px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    right: 0;
    color: #ffffff;
    font-weight: bold;
font-size: 16px;
}
.seach_box:hover {
  text-decoration: none;
}
.seach_box .head_input {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding-left: 16px;
  background: #F0F0F0;
  width: 186px;
  height: 28px;
  color: #000;
  font-size:12px;
  margin: 14px 0px;
  outline: none;
}
.seach_box .seach {
  position: relative;
  top: -38px;
  right: 5px;
  background: url('../images/search.png') no-repeat;
  background-size: 100%;
  background-origin: content-box;
  padding: 5px;
  width: 24px;
  height: 24px;
  float: right;
}
.head_input::-webkit-input-placeholder {
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
.head_input:-moz-placeholder {
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
.head_input::-moz-placeholder{
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
.head_input:-ms-input-placeholder {
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

.nav_main ul li ul {
    position: absolute;
    z-index: 99;
    background:  #B02923;
    text-align: center;
    width: 120%;
    left: -10%;
 }
.nav_main ul li ul li{
    height: 45px;
    width: 100%;
}
.nav_main ul li ul li a{
    line-height: 45px;
    font-size: 16px;
}

.nav_main ul li ul li:hover{
    background: rgba(255,255,255,0.1);
}

.nav_main ul li ul li ul{
    position: absolute;
    z-index: 99;
    background:  #0376C7;
    text-align: center;
    width: 100%;
    left: 0;
} 
 
/* 轮播图部分 */
.swiper .open{
	position: absolute;
    z-index: 999;
    color: #FFF;
    font-size: 3em;
    margin-left: 9%;
    font-weight: bold;
    padding-top: 3%;
    font-family: monospace;
}
@keyframes myfirst
{
	0%   {color:red;}
	25%  {color:yellow;}
	50%  {colord:blue;}
	100% {color:green;}
}

/* ------------------------ */

.work_notice_box {
  height: 270px;
  padding: 27px 0 36px 0;
  box-sizing: border-box;
  
}

.work_notice_box .work_notice {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

/* 日历 */
.calendar {
  	height: 314px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}
.calendar .title-f{ 
	width:28px; 
	text-align:center; 
	color:#fff; 
	background:#dd9a8c; 
	padding:10px 5px; 
	border-radius:0 5px 5px 0; 
	box-shadow:inset 3px 0 4px rgba(0,0,0,0.15); 
	position:absolute; 
	top:10px; 
	right:-28px;
}
.calendar .text {
    writing-mode: vertical-lr;
    color: #fff;
    position: absolute;
    top: 33px;
    right: -25px;
    z-index: 99;
    width: 22px;
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
}
.calendar:after {
    content: "";
    display: block;
    width: 35px;
    height: 107px;
    background: url(../images/calendar.png) 0 0 no-repeat;
    background-size: 85%;
    position: absolute;
    top: 20px;
    right: -35px;
}

/* 内容部分 */
.content {
  margin: 0px auto;
  display: flex;
  width: 1340px;
}

/* 内容左侧 */
.content .content_left {
  width: 1040px;
  margin-right: 20px;
  display: inline-block;
/*   float: left; */
  
}

/* 工作动态、通知公告 */
.work_notice .left_img_box {
  padding-top: 12px;
}

.left_img_box .img_box {
  width: 310px;
  height: 209px;
  border: 1px solid #ddd;
  float: left;
}

.left_img_box .notice {
  width: 509px;
  display: inline-block;
  margin-left: 23px;
}

.notice .notice_title {
  border-bottom: 1px solid #ddd;
  height: 31px;
  margin-bottom: 13px;
}

.notice_title ul {
  float: left;
}

.notice_title a {
  float: right;
  font-size: 12px;
  color: #999999;
  line-height: 30px;
  cursor: pointer;
}
.notice_title .notice_title_item {
  font-size: 16px;
  color: #232323;
  display: inline-block;
  padding: 0px 15px 6px 15px;
  cursor: pointer;
}

.notice_title .active {
  color: #0f295f;
  border-bottom: 2px solid #99212a;
  font-weight: bold;
}

/* .notice .notice_content {
  height: 218px;
} */

.notice_content .notice_content_item {
  line-height: 23px;
  position: relative;
  padding-left: 15px;
}

.notice_content .notice_content_item::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #bbb;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%)
}

.notice_content_item .item_text {
  color: #666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 400px;
}

.notice_content_item .item_text:hover {
  text-decoration: underline;
}
.notice_content_item .item_date {
  color: #aaa;
  font-size: 13px;
  float: right;
}
/* -------------------------------------- */

.content_left .main_public {
  height: 314px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.main_public::before {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.content_left .main_public .public_item {
  width: 100%;
  height: 314px;
  float: left;
  margin-bottom: 16px;
  border-radius: 5px;
}
.border{
	border:1px solid #ddd;
}
.marginR20{
	margin-right: 20px;
}
.content_left .box .public_item{
	width: 500px;
	height: 314px;
}
/* .main_public .public_item:nth-child(2n+1) {
  margin-right: 26px;
} */
.public_item .item_catalog{
	width: 136px;
    height: 32px;
    background: #1b76bb;
    border-radius: 4px 4px 4px 0px;
    text-align: center;
    position: absolute;
    margin-left:-6px;
}
.public_item .sanjiao{
	background: #ffffff;
    position: absolute;
    margin-left: -6px;
    margin-top: 32px;
    border-top: 6px solid #1b76bb;
    border-left: 6px solid transparent;
}
.public_item .item_catalog span{
	width: 112px;
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: right;
	color: #ffffff;
	line-height: 32px;
}
.public_item .item_title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 13px;
  margin: 10px 20px 0px 0px;
  height: 32px;
}

.item_title .item_title_left {
  color: #888;
  margin-left: 40px;
}
.item_title .item_title_left span {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding: 5px 13px;
}

.item_title .item_title_left span img{
	margin-right: 6px;
}
.darkBuleActive::before{
	/* content: '<img src='res/cms/images/simbol.png'/>'; */
	background: url('../images/simbol.png') no-repeat;
}

/* 激活青色背景 */
.cyanActive {
  background: #35C0D5;
  color: #fff;
}

/* 激活蓝色背景 */
.buleActive {
  background: #136DD6;
  color: #fff;
}

/* 深蓝色背景激活 */
.darkBuleActive {
  color: #B02923;
  font-weight: bold;
  border-bottom: 2px solid #B02923;
}

.item_title .item_title_more {
  font-size: 12px;
  color: #999999;
  float: right;
  line-height: 32px;
}
.item_content{
	margin:7px 20px;
}
.item_content ul {
  list-style: none;
}

.item_content .content_list {
  line-height: 22px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}

.item_content .content_list::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #ddd;
  position: absolute;
  top: 8px;
  left: 0;
}

.item_content .content_list .item_shopType{
  display: block;
  width: 95px;
  height: 21px;
  font-size: 16px;
  line-height: 21px;
  margin-right: 0px;
  color: #B02923;
  float: left;
}

.item_content .content_list .red_c {
	display: inline-block;
	font-size: 16px;
	color: #929292;
	float: right;
}


/* .bszn-bh .bh{
	float: left;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #9a9a9a;
	color: white;
	margin-right: 10px;	
} */

.content_list .list_title {
  color: #444;
  display: inline-block;
  width: 70%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.content_list .list_title1 {
  color: #444;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}


.bszn .content_list .list_title {
  width: 90%;
}
.dzzb .content_list .list_title {
  width: 90%;
}

.content_list span{
	color: #929292;
  font-size: 16px;
  float: right;
}
.content_list .list_title:hover{
  text-decoration: none;
  color: #005590;
}
.content_list .list_date {
  color: #929292;
  font-size: 16px;
  float: right;
}

.main-right {
  float: right;
}



/* 内容右侧 */
.content .content_right {
  width: 300px;
  background-color: white;
}

/* 内容右侧-快捷入口链接 */
.content_right .sys-Portal {
	margin-bottom: 20px;
}
.sys-Portal .menu {
    position: relative;
}
.sys-Portal .menu .menu-item {
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	height: 80px;
}
.sys-Portal .menu .menu-item:hover a{
	color: #B02923;
}

.sys-Portal .menu .menu-item img {
	position:absolute;
	left:12px; 
	z-index:1;
	width: 50px;
	height:50px;
	margin: 16px auto 11px;
}

.sys-Portal .menu .menu-item a {
    display: block;
    line-height: 80px;
    font-size: 20px;
	color: #232323;
    padding-left:75px;
    margin: 0 auto;
    position: relative;
    background-size: auto 100%;
    border-radius: 3px;
    background-position: 0px center;
    background-repeat: no-repeat;
}

.sys-Portal .menu .menu-item a  i {
    font-size: 14px;
    opacity: 0.5;
    position: absolute;
    margin: 37px auto;
    right: 20px;
}

.login_box .login_box_item {
  line-height: 50px;
  color: #232323;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  border: 1px solid #bf2929;
  color: black;
  padding-right: 10px;
  background-color: white;
}

.login_box_item>div {
  display: inline-block;
  width: 20%;
}

.login_box_item>div>img {
  margin: 0 24px 0 24px;
  vertical-align: middle;
}

.login_box_item i{
	margin: 0px 10px;
	font-size: 20px;
	color: #bf2929;
}

/* ------------------------------- */

/* 相关下载 */
.content_right .download{
	width: 100%;
  	height: 299px;
  	border: 1px solid #ddd;
  	box-sizing: border-box;
  	margin-bottom: 10px;
  	border-radius: 4px 4px 0px 0px;
}
.content_right .download .statute_content{
	padding:15px;
	background: #fafafa;
	height: 228px;
}
.content_right .download .more2{
	background: #fafafa;
    text-align: center;
    height: 27px;
}
.content_right .download .more2 a{
	color: #2989d2;
	font-weight: 400;
}

.content_right .bszn,.dzzb {
	border: 1px solid #dddddd;
	height: 314px;
	margin-bottom: 20px;
}
/* 政策法规 + 相关链接 + 曝光台*/
.content_right .statute,
.content_right .links {
  width: 100%;
  height: 272px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 20px 0px;
}

.content_right .exposure {
  width: 100%;
  height: 318px;
  /* padding: 10px 14px; */
  border: 1px solid #ddd;
  box-sizing: border-box;
  background:#a0e2f5;
}
.content_right .exposure .contract{
	display: inline;
    width: 134px;
    height: 36px;
    border: 1px solid #f8f8f8;
    border-radius: 18px;
    position: absolute;
    padding: 5px 28px 7px 28px;
    position: absolute;
    margin-left: -110px;
    margin-top: -60px;
}
.content_right .exposure .contract span{
	width: 72px;
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}
.content_right .exposure .exposure_title img{
	position: absolute;
    margin-left: -157px;
    margin-top: -60px;
}
.download .statute_title{
	height:42px;
	line-height:42px;
	background: #2989d2;
	border-radius: 4px 4px 0px 0px;
	text-align:center;
}
.download .statute_title span{
	width: 60px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #ffffff;
	line-height: 42px;
}

.statute .statute_title,
.links .links_title, {
  height: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.exposure .exposure_title{
	width: 300px;
    height: 80px;
    background: linear-gradient(42deg,#56a5fc 44%, #abe5ff 96%);
    float: right;
    border-top: 80px solid #56a5fc;
    border-left: 200px solid transparent;
    }
.exposure .exposure_content{
	width: 254px;
    height: 237px;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #116baf;
    line-height: 10px;
    margin-top: 80px;
    padding-left: 22px;
}
.exposure .exposure_content p span{
	font-weight:bold;
}
.exposure .exposure_content p{
	margin: 0 0 8px !important;
}
.statute_title>span,
.links_title>span,
.exposure_title>span {
  font-size: 15px;
  color: #232323;
}
.statute .statute_title{
	height: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.statute_title>.more1,
.links_title>.more1,
.exposure_title>.more1 {
  color: #999999;
  font-size: 12px;
  float: right;
  line-height: 22px;
}

.statute_content .statute_content_item,
.links_content .links_content_item {
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 33px;
}
.statute_content .statute_content_item::before,
.links_content .links_content_item::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.statute_content_item>a,
.links_content_item>a {
  color: #666;
  font-size: 15px;
}

.statute_content_item>a:hover,
.links_content_item>a:hover {
  text-decoration: underline;
}

/* 常见下载 */
.content_right .right_download {
  width: 280px;
  height: 189px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.right_download .right_head {
  height: 30px;
  border-bottom: 1px solid #ddd;
}

.right_head>span {
  font-size: 15px;
  color: #232323;
}

.right_head>.more1 {
  color: #5987DC;
  font-size: 12px;
  float: right;
  line-height: 22px;
}

.download_list {
  line-height: 45px;
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download_list a {
  font-size: 12px;
  color: #232323;
}

.download_list a:hover .download_list_text {
  color: red;
}

.download_list:last-child {
  border-bottom: 0px;
}

.download_list img {
  vertical-align: middle;
  margin-right: 5px;
}

/* 页面底部 */
.csu_foot {
  width: 100%;
  background-size: 100%;
  box-sizing: border-box;
}
.csu_foot .image{
    z-index: -999;
    width: 48%;
    position: absolute;
    height: 196px;
    vertical-align: middle;
    text-align: center;
    left:23%;
    background-image: linear-gradient(to right,#ffffff,rgba(255, 255, 255, 0),#ffffff), url(../images/foot-background.png);
}
.csu_foot .bg{
	height: 100px;
    position: absolute;
    /*background: #2989d2;*/
    background: #a12514;
    width: 100%;
    z-index: -998;
}
.csu_foot .image img{
    opacity: 0.2;
    height: 196px;
}

.foot-link .image{
    width: 100%;
    position: absolute;
    height: 230px;
    vertical-align: middle;
    text-align: center;
    background-image: url(../images/foot-background.png);
    background-size: 100% 100%;
    z-index: -1;
}

.foot_first_ul {
  list-style: none;
  margin: 0 auto;
  width: 1030px;
  height: 17px;
  text-align:center;
  padding-top: 30px;
}

.first_ul_item {
  border-right: 1px solid #ccc;
  padding: 0 10px;
  line-height: 13px;
  display: inline;
}
.first_ul_item:last-child {
  border-right: 0;
}

.first_ul_item a {
  color: #FFFFFF;
  font-size: 13px;
}

.csu_foot .line {
  background: #ffffff;
  height: 1px;
  width: 930px;
  opacity: 0.3;
  margin: 34px auto 32px;
}

.foot_second_ul {
  list-style: none;
  margin: 0 auto;
  width: 980px;
  height: 17px;
  text-align: center;
  padding-top: 20px;
}

.second_ul_item {
  padding: 0 10px;
  line-height: 13px;
  color: #e3c0bc;
  font-size: 12px;
  display: inline;
}
.second_ul_item:last-child {
  border-right: 0;
}



.bg59 {
  background: #5987DC;
}

.bg00 {
  background: #00ADEF;
}

.bg35 {
  background: #35C0D5;
}

.bg13 {
  background: #136DD6;
}

.bgf7 {
  background: #F7921C;
}
.xq-message{
	margin-top:20px;
}
.xq-message .title{
	width: 1200px;
	height: 43px;
	opacity: 0.9;
	background: #f2f2f2;
	border-radius: 4px 4px 0px 0px;
	text-align: center;
	display: inline-block;
}
.xq-message .title >span{
	width: 160px;
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: right;
	color: #1b76bb;
	line-height: 43px;
}
.xq-message .list-content{
	padding: 20px;
    border: 1px solid #e5e5e5;
    position: relative;
    min-height: 230px;
}
.xq-message .list-content .list-title{
	padding-bottom: 8px;
}
.xq-message .list-content .list-title >span{
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #0f295f;
	margin-left: 23px;
	display: inline-block;
	border-bottom: 1px solid #dddddd;
	line-height: 12px;
}
.list-message li{
	line-height: 30px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
.list-message li:hover{
	background:#f2f2f2;
}
.list-message li .overflow{
	margin-left: 27px;
	display: inline-block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-message li::before{
	content: '';
    width: 5px;
    height: 5px;
    background: #bbb;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
}
.list-message .line{
	width: 1128px;
	height: 1px;
	opacity: 0.8;
	margin-left: 15px;
	background:#dddddd;
}
.ml15 {margin-left:15px !important;}
.w200{width:260px;}
.w114{width:114px;}
.w64{width:80px;}
.w139{width:139px;}
.w330{width:330px;}
.w215{width:290px;}
.wrap{
	width: 1160px;
    margin: 0 auto;
    position: relative;
}
.bg59 {
  background: #5987DC;
}

.bg00 {
  background: #00ADEF;
}

.bg35 {
  background: #35C0D5;
}
.bg36{
 background: #25616a;
 }
.bg13 {
  background: #136DD6;
}

.bgf7 {
  background: #F7921C;
}
.data-more-div{
	position: absolute;
    top: 25px;
    margin-right: 14px;
    padding: 0px 10px;
    background: #eee;
    z-index: 10;
}
.data-more-div span{
	display: block;
}
.shadow{
	background:#fff;
	box-shadow:0 1px 7px rgba(0,0,0,0.04);
}
/*
div.slideBox{ 
	position:relative;
	width:670px;
	height:300px;
	overflow:hidden;
}
div.slideBox ul.items{
	position:absolute;
	float:left;
	background:none;
	list-style:none;
	padding:0px;
	margin:0px;
}
div.slideBox ul.items li{
	float:left;
	width:100%;
	background:none;
	list-style:none;
	padding:0px;
	margin:0px;
}
div.slideBox ul.items li a{
	width:100%;
	float:left;
	line-height:normal !important; 
	padding:0px !important; 
	border:noneFor IE.ADD.JENA.201206300844;
}
div.slideBox ul.items li a img{
	width:100%;
	margin:0px !important; 
	padding:0px !important; 
	display:block; 
	height: 320px;
}
div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:40px; overflow:hidden;}
div.slideBox div.tips div.title{ position:absolute; left:0px; top:-5px; height:100%;}
div.slideBox div.tips div.title a{ color:#FFF; font-size:18px; line-height:50px; margin-left:10px; text-decoration:none;}
div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
div.slideBox div.tips div.nums{ position:absolute; right:0px; top:0px; height:100%;}
div.slideBox div.tips div.nums a{ display:inline-block; >float:leftFor IE.ADD.JENA.201206300844; width:12px; height:12px; background-color:#FFF; text-indent:-99999px; margin:15px 10px 0px 0px;}
div.slideBox div.tips div.nums a.active{ background-color:#3175af;} 
*/

.content .content_left .box:first-child {
	border: 1px solid #dddddd;
}
.left{
	float: left;
}
.right{
	float: right;
}
.box{
	height: 314px;
	width: 1020px;
	background-color: white;
	margin-bottom: 20px;
/* 	padding: 0px 10px 20px 0px; */
}

.item_title .title{
	float: left;
	background-color: #B02923;
	height: 32px;
	color: white;
	font-size: 16px;
	width: 80px;
	line-height: 32px;
	text-align: center;
}

.item_title .title:after{
	content: "";
	position: absolute;
	width: 24px;
	height: 32px;
	border-left: 12px solid #B02923;
	border-bottom: 16px solid #B02923;
	border-right: 12px solid white;
	border-top: 16px solid white;
}

.database{ margin:10px 30px;}
.database table{ text-align:left; border:1px solid #ddd; table-layout:fixed;}
.database th{ padding:0 8px;}
.database td{ 
	padding:8px 8px; 
	border-bottom:1px solid #ddd; 
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	font-size: 14px;
}
.database th{ 
	line-height:24px; 
	font-weight:bold; 
	background:#f2f2f2; 
	border-bottom:1px solid #ddd;
	font-size: 14px;
}
.database .process{ width:100%; line-height:26px; text-align:center; border-left:1px solid #ddd; }
.database .process > span{ display:block; border-bottom:1px solid #ddd;}
.database .process .step{ width:100%; color:#527f99;overflow:hidden;zoom:1;}
.database .process .step span{ width:12.5%; float:left;}
.database .price{ color:#e83030;}
.database td .process{ line-height:normal; border-left:1px solid transparent;}
.database td .process .step i{ color:#15b31c; font-size:14px;}


.friends.column > .title{border-bottom:0;}
.friends.column > .title h2{ color:#105da6;}

.friendlink{margin:0 18px; overflow:hidden; zoom:1}
.friendlink li{ float:left; margin:3px 7px;}
.friendlink li a{ display:block; width:170px; height:40px;}
.friendlink li a img{ width:100%; height:100%;}

.foot-link{
	height: 230px;
	background-color: #850704;
	color: #f1e2e2;
	font-size: 16px;
}

.foot-link-box{
	width: 1000px;
	margin: 0 auto;
}

.foot-link a{
	color: #f1e2e2;
}

.ksrk{
	float: left;
	width: 8%;
	margin-right: 50px;
	margin-top: 50px;
}

.ksrk div{
	font-size: 14px;
	margin-top: 20px;
}

.gywm{
	float: left;
	width: 17%;
	margin-right: 50px;
	margin-top: 50px;
}

.gywm>div>div{
	font-size: 14px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}

.lxfs{
	float: left;
	width: 35%;
	margin-right: 50px;
	margin-top: 50px;
	margin-left: -100px
}

.lxfs>div>div{
	color:#ca9593;
	font-size: 14px;
	margin-top: 12px;
}

.gz{
	float: right;
	width: 25%;
	margin-top: 50px;
	margin-right: -130px;
}

.gz>div>span{
	font-size: 14px;
	margin-left: 6px;
}

.gz .ewm{
	margin-top: 4px;
	font-size: 14px;
	text-align: center;
	color: #929292;
}

.gz .ewm .ewm-left{
	width: 42%;
	height:120px;
	margin-right: 6%;
	float: left;
	background-color: white;
	padding: 8px 8px 0px 8px;
}

.gz .ewm .ewm-right{
	width: 42%;
	height:120px;
	float: left;
	background-color: white;
	padding: 8px 8px 0px 8px;
}

.gz .ewm img{
	width: 100%;
	height: 100;
	object-fit:cover;
}

/* 页面底部 */
.csu_foot {
  width: 100%;
  height: 210px;
  background-size: 100%;
  box-sizing: border-box;
  background:linear-gradient(to bottom, #760005, #991318,#760005);
}
.foot_first_ul {
  list-style: none;
  margin: 0 auto;
  width: 1030px;
  height: 17px;
  text-align:center;
  padding-top: 30px;
}

.first_ul_item {
  border-right: 1px solid #ccc;
  padding: 0 10px;
  line-height: 13px;
  display: inline;
}
.first_ul_item:last-child {
  border-right: 0;
}

.first_ul_item a {
  color: #FFFFFF;
  font-size: 13px;
}

.csu_foot .line {
  background: #ffffff;
  height: 1px;
  width: 930px;
  opacity: 0.3;
  margin: 45px auto 32px;
}

.foot_second_ul {
  list-style: none;
  margin: 0 auto;
  width: 980px;
  height: 17px;
  text-align: center;
}

.second_ul_item {
/*   border-right: 1px solid #929292; */
  padding: 0 10px;
  line-height: 13px;
  color: #ffffff;
  font-size: 12px;
  display: inline;
}
.second_ul_item:last-child {
  border-right: 0;
}

.sub-title {
    font-size: 16px;
    color: #555;
    width: 1080px;
    margin: 20px 0px 0px 60px;
    background: url(../images/orgmenubottom.jpg) 0 bottom repeat-x;
}

.sub-title > span{
	display:inline-block;
	width:202px;
	line-height:30px;
	color:#fff;
	background:url(../images/dhtback_03.png) 0 0 no-repeat;
	padding-left:57px;
	margin-bottom:8px;
}

.dzzb .item_title_picture{
	display: block;
	height: 84px;
	background:url(../images/zcxwd.png) 0 0 no-repeat;
	background-size: 100%;
	margin-top: -3px;
}
/* 
.slide-box{
	float: left;
	margin-top: 12px;
}

.slide-box div{
	margin-left: 0px;
	position: relative;
	bottom: 5px;
}



.slide-box div img{
	width:490px;
	height:300px;
	margin-left: 10px
}

.slide-box div ul li img{
	width:498px;
	height:294px;
}
*/

/* 内容左侧 */
.content .content_b {
  width: 1340px;
  margin-right: 20px;
  display: inline-block;
/*   float: left; */
  
}
.content_b .main_public {
  height: 314px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.content_b .main_public .public_item {
  width: 100%;
  height: 314px;
  float: left;
  margin-bottom: 16px;
  border-radius: 5px;
}
.content_b .box .public_item{
	width: 433px;
	height: 314px;
}
.content .content_b .box:first-child {
	/* border: 1px solid #dddddd;*/
}
.content_b .box{
	height: 314px;
	width: 1340px;
	background-color: white;
	margin-bottom: 20px;
/* 	padding: 0px 10px 20px 0px; */
}
