@charset "utf-8";
/* CSS Document */
body{font-family:"SF Pro SC","HanHei SC","SF Pro Text",'微软雅黑',"Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","PingFang SC","Helvetica Neue","Helvetica","Arial","sans-serif";font-size: 14px;line-height: 1.4;color:#666;}
* 	{ margin:0;padding:0;}
ul li,li 	{ list-style: none;margin:0;padding:0;}
a		{ text-decoration: none;transition: all .1s linear; color:#333;}
a.active,a:hover { color: #000;text-decoration: none; cursor: pointer;}
input:focus, textarea:focus { outline: none; } 
img{ border: none 0;}
.blank0,.blank1,.blank2,.blank5,.blank10,.blank15,.blank20,.blank30,.blank40,.blank50,.blank70,.blank100,.blank200{background:none repeat scroll 0 0;clear:both;display:block;overflow:hidden}
.blank0  {height:0px;}
.blank1  {height:1px;} 
.blank2  {height:2px;}  
.blank5  {height:5px;}  
.blank10{height:10px;}  
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}
.blank60{height:60px;}
.blank70{height:70px;}
.blank80{height:80px;}
.blank100{height:100px;}
.blank150{height:150px;}
.blank200{height:200px;}
.blank300{height:300px;}

/*字体大小*/
.f-12{font-size: 12px;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-18{font-size: 18px;}
.f-20{font-size: 20px;}
.f-24{font-size: 24px;}

/*字体颜色*/
.fc-f{color: #fff;}
.fc-0{color: #000;}
.fc-3{color: #333;}
.fc-6{color: #666;}
.fc-9{color: #999;}

/*位置间距*/
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml40{margin-left: 40px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr40{margin-right: 40px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb100{margin-bottom: 100px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 24px;}
.pt29{padding-top: 29px;}
.pt50{padding-top: 50px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.plr5{padding: 0 3px;}

/*浮动*/
.fl_l { float: left; }
.fl_r { float: right; }
.clearfix:after{ content:"";clear:both; display:block;height:0;}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
 
@media ( min-width : 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
 
@media ( min-width : 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
 
@media ( min-width : 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.dede_pages {
    margin: 20px auto 60px; clear:both
}
.dede_pages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}
.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #E9E9E9;
	 padding:8px;
	 height:36px;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    background-color: #666;
    padding:8px;
    font-weight: bold;
	color:#fff;
}
.dede_pages ul li a {
    float: left;
    color: #555;
    display: block;
}
.page a.on span{ color:#666;}



/*header*/
header			{background: #fff;height: 100px;border-bottom: 1px solid #eee; }
.navbar-inverse { background-color: #fff; border-color: #eee;}
.logo			  { width: 180px;}
.nav>li 		{padding:0 36px;}
.navbar-inverse .navbar-nav>li>a{padding:0; line-height: 89px; color: #333;border-bottom: 4px solid #fff; font-size: 16px; padding-top: 5px;}
.nav li.on >a 	{background-color: #fff;color:#000; border-bottom: 4px solid #000; }
.nav>li>a:hover { color:#000; border-bottom: 4px solid #000; }
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{color:#000;}
.navbar-toggle 	{margin: 32px 20px;}
.navbar-inverse .navbar-toggle .icon-bar{ background: #000; }
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background: #eee;}
.navbar 		  { margin-bottom: 0;z-index: 99; }
.navbar-nav 	{ margin: 0px -15px; background: #fff;}

.header-dropdown-menu {
    background-color: #fff;
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    height: 0px;
    overflow: hidden;
    transition: all .3s
}
.h_dropdown.active .header-dropdown-menu{
	height: auto;
	padding:30px 0; 
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #fff;
}
.header-dropdown-menu .nav-dropdown-left {padding-right: 40px; width: 270px;}
.header-dropdown-menu .item {  min-height: 220px; padding: 10px 70px 0 50px;}
.header-dropdown-menu .nav-dropdown-border { border-left: #D2D2D2 1px solid;}
.header-dropdown-menu .item h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 5px;
    font-weight: 300;
    color: #333;
}
.header-dropdown-menu .item dl dd { padding-bottom: 5px;}
.header-dropdown-menu .item dl dd a { color: #b0b0b0;}
.header-dropdown-menu .item dl dd a:hover { color: #333;text-decoration: underline;}
/*banner*/
.banner img{ width:100%;} 
.box-view { background-size: cover; background-position: center center; height: 750px;}
.swiper-pagination-bullet-active { opacity:1;background: #fff;}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.pageHeader			{text-align: center; clear: both; padding: 30px 0 20px;}
.pageHeader > p 	{ font-size: 30px; color: #333; margin: 0;}
.pageHeader > span 	{ width: 34px; height: 2px; background: #333; display: inline-block; margin-bottom: 8px}
.pageHeader > h2 	{ font-size: 18px; color:#333; margin: 0;}

.index_pinpai a 	{display: block;float: left; width: 33.33%;}
.index_pinpai a img { width: 100%; }

.serviceSupport 	{ background-image: url(../images/inser_bg.jpg);background-repeat: no-repeat; background-attachment:fixed;}
.series_box 	  {margin: 0px; box-shadow: 0px 4px 8px -2px #0003;}
.series_box img { width: 100%; transition: all .3s linear;}
.series_box img:hover{transform:scale(1.05);/*IE*/box-shadow: 0px 4px 8px -2px #0003;}
.border_link        { margin: 10px auto 65px; width: 140px;height: 40px; line-height: 40px;text-align: center;border: 1px solid #999; color: #333; display: block; }
.border_link:hover  { background: #999; color: #fff;}

.swiper-button-prev	{ background-image: url("../images/zz_left.png");}
.swiper-button-next { background-image: url("../images/zz_right.png");}
.swiper-button-next { right: -11px;background-size:16px 44px;}
.swiper-button-prev { left: -11px;background-size:16px 44px;}

.indexlxwm	{ height:480px;background: url(../images/inlxw_bg.jpg) center top;background-repeat: no-repeat;  }
.indexlxwm .indexlxwm_text{ padding-top:60px; }
.indexlxwm .indexlxwm_text p{ font-size: 18px; color: #000;line-height: 36px; padding:0 60px;font-weight: 300;}
.indexlxwm .indexlxwm_text a.lxwm_btn{ display: inline-block; width: 140px;margin: 20px 0;  height: 40px; background: #30b7bb; color: #fff;line-height: 40px; text-align: center;}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { color: #000; background-color: #fff;  border: none;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus { background-color: #fff; border-color: #000;}

/*footer*/
.footer               { background: #333333; padding:40px 0;}
.footer p.footer_txt  { line-height: 28px; font-size: 15px; margin: 0;}
.footer .footer_erweima{text-align: right;}
.footer .footer_erweima img{width:110px; }
.footer .fengexian    { width: 1px; height:48px; background: #777; margin: 40px 22px 0; }
.footer_line          { margin: 30px 0;height: 1px;width: 100%; background: #777;display: inline-block; }
.footer_list          { float: left;}
/*-----首页结束-----*/

/*关于我们*/
.sub_nav{ margin-bottom: 20px; }
.sub_nav li{ float: left; padding-right: 40px; position: relative;padding-bottom: 10px:  }
.sub_nav li.on :after{position: absolute;width: 34px;height: 1px;background: #000; display: block;content: " "; bottom: -10px}
.sub_nav li a{font-size: 16px; color: #666; }
.sub_nav li.on a,.sub_nav li:hover a{ color: #000; }

.gsjj_page  { background-image: url(../images/gsjj_page.jpg);}
.fzlc_page	{ background-image: url(../images/fzlc_page.jpg);}
.ywfz_page  { background-image: url(../images/ywfz_page.jpg);}
.qyln_page	{ background-image: url(../images/qyln_page.jpg);}


.about-right{text-align:right;}
.about_gsjj	{ background-size: cover;background-repeat: no-repeat; background-position: center center; height: 620px;}
.about_txt h3{ font-size: 24px; font-weight: 700; color: #222; }
.about_txt span{display:inline-block;width: 30px; height: 1px; background: #333; margin: 20px 0;}
.about_txt p{ font-size: 16px;color: #333;line-height: 30px; }
.fzlc_page p{ font-size: 16px;line-height: 24px; }
.about_list li{ width: 33%; position:relative; float: left;margin-left: 8px;}
.about_list li:after{ position: absolute;width: 4px;height: 4px;background: #000; display: block;content: " "; top: 15px;  left: -10px; }

.scjd_txt h4{ color: #333; font-size: 22px; font-weight: 400;}
.scjd_txt p{ color: #666; font-size: 14px; line-height: 24px; }
.scjd_txt img{ width: 100%; }
.line{ margin: 30px 0;height: 1px;width: 100%; background: #eee;display: inline-block; }
.qywnzp{ margin:10px; position: relative; }
.qywnzp img { padding:10px;  }
.qywnzp .swiper-container{  margin:10px;  }

.accordion{ min-height: 500px; }
.accordion ul li { /* 折叠菜单及其子菜单的通用样式 */
           line-height: 36px;
            height: 36px;
            color: #666;
            font-size: 14px;
            display: block;
            position: relative;padding-left: 10px;
        }
		.accordion ul li.on a{color:#222;text-decoration: underline;}
        .accordion ul li a{ color: #666; }
		.accordion ul li a:hover{color:#222;}
        .accordion ul li:after {
          position: absolute;
          width: 4px;
          height: 4px;
          background: #000;
          display: block;
          content: " "; 
          top: 15px;  
          left:0px;
        }
 
        ul.accordion > li { /* 子菜单的菜单项样式 */
          border-bottom: 1px solid #eee;
        }
 
        .accordion li span { /* 折叠菜单的标题样式 */
            line-height: 64px;
            display: block;
            height: 64px;
            color: #333;
            font-size: 24px;
			cursor:pointer;

        }
 
        .accordion li.selected span a { /* 折叠菜单选中项的标题样式 */
            color: #000;
        }
 
        .accordion li div { /* 子菜单平时不显示 */
            display: none;
        }
 
        .accordion li.selected div { /* 添加了selected样式时才显示 */
            display: block;
        } 

/* 产品展示 */
.prolist_box        { width: 100%;padding:20px;overflow: hidden; box-shadow: 0 0px 2px rgba(0,0,0,.2);margin-bottom:30px; transition: all .1s linear;  }
.prolist_box:hover  { transform: translateY(-6px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
.prolist_box img    {width: 100%;padding: 0 20%;}
.prolist_box h4     { text-align: center;font-size:14px; font-weight: 400; color: #333; padding:20px 0 3px;}
.prolist_box a      {color: #666;padding-right: 10px; width: 100px;height: 30px;line-height: 28px;border: 1px solid #eee;display: inline-block; position: relative;}
.prolist_box a:after{color: #999;transition: all .2s linear;   position: absolute; content: " > ";  top: 0px; right: 18px; }
.prolist_box a:hover{  color: #fff; background: #999;border: 1px solid #999;transition: all .2s linear; }
.prolist_box a:hover:after{  right: 12px;  color: #fff;  }

.product_img      { width: 100%; text-align: center;}
.product_img img  {   width: 100%; padding: 10px 17%;}
.product_info h2  { font-size: 28px; color: #333; line-height: 60px;font-weight: 400; }
.product_info .product_p b{ color: #333; }
.product_info .product_p{ border-top: 1px solid #eee;border-bottom: 1px solid #eee; padding: 20px 0 10px;}
.lijizixun        { margin:20px 0;width:170px;height: 50px;text-align: center;line-height: 50px;border: 1px solid #333;color: #333;display: inline-block;font-size: 16px; }
.lijizixun:hover  { background: #333;color: #fff; }
.por_line         { width: 100%;height: 1px; background: #eee; margin: 30px 0; }
.product_body     { padding: 0 20px 40px; }
.product_body h3  { font-size: 18px; color: #333;padding-bottom: 10px; }
.product_body .product_p{ color: #333; }
.product_body .product_p b{ font-weight: 400; color: #666; }
.product_body img { max-width: 100%; }

/* 一站式服务 */
.odm_box          { position:relative;width: 100%; background-size:100%;background-image: url(../images/odm_banner.jpg);background-repeat:  no-repeat; background-position:  center top; height: 600px; }
.odm_txt          { position: absolute;left: 50%; width: 50%;margin-left: -25%; padding:30px 40px; background: rgba(255,255,255,.9);box-shadow:0 4px 10px rgba(0,0,0,0.1);  }
.odm_txt h2       { font-size: 24px; color: #333; line-height: 40px; margin: 0 0 14px;}
.odm_title span   { width: 40px;height: 2px; background: #333;display: block; margin-bottom: 4px;}
.odm_title h3     { font-size: 24px; color: #333; line-height: 40px; margin: 0; }
.odm_title p      { font-size: 14px; color: #666; }
.pw_img img       { width: 100%;     padding-bottom: 20px;}

.pd_bg            { width: 100%; background-size:100%;background: url(../images/pd-bg.jpg) no-repeat center center; height: 440px; }
.pd_bg .odm_title { padding-top: 150px; }
.pd_bg .pd_list li{ background: rgba(255,255,255,.9); box-shadow:0 2px 6px rgba(0,0,0,0.1);  padding:0 20px; height: 50px;width: 290px; line-height: 50px;font-size: 17px;color: #333;margin-top:30px; margin-bottom:30px;}
.pd_bg .pd_list li img{ padding-right: 10px; }
.pwpq_list li     { width: 100%; height: 44px;box-shadow:0 2px 6px rgba(0,0,0,0.1);  background: rgba(255,255,255,.9);line-height: 43px;text-align: center;color: #333;margin: 10px 0; }
.hzys_bg          { width: 100%;height: 570px; background-repeat:  no-repeat; background-position:  center top; }
.hzys_bg1         { background-image: url(../images/hzys_bg1.png); }
.hzys_bg2         { background-image: url(../images/hzys_bg2.png); }
.hzys_bg3         { background-image: url(../images/hzys_bg3.png); }
.hzys_bg4         { background-image: url(../images/hzys_bg4.png); }

.jzfw_bg1         { background-image: url(../images/jzfw_bg1.png); }
.jzfw_bg2         { background-image: url(../images/jzfw_bg2.png); }
.jzfw_bg3         { background-image: url(../images/jzfw_bg3.png); }
.jzfw_bg4         { background-image: url(../images/jzfw_bg4.png); }

.about_txt i      { font-style: normal;display: block; }
.hzys_list li     {  position:relative;    margin-left: 10px;}
.hzys_list li p   { line-height: 22px; }
.hzys_list li:after{ position: absolute;width: 4px;height: 4px;background: #000; display: block;content: " "; top: 9px;  left: -10px; }

/* 新闻中心 */
.news_box         { padding: 30px 0; border-top: 1px solid #eee;transition: all .2s linear;}
.news_box:hover   {  transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0,0,0,0.15);}
.newslist_img     { height: 180px; overflow: hidden;}
.newslist_img img { width: 100%; min-height: 180px;}
.newslist_info h3 { font-size: 16px;font-weight: 400;color: #333; }
.newslist_info p  { font-size: 14px;color: #666; line-height: 26px;}
.newslist_info .newslist_link{margin-top: 30px; width: 100px; height: 30px; border: 1px solid #666; color: #666;line-height: 28px;text-align: center;display: block;}
.newslist_info .newslist_link:hover{ background: #666; color: #fff;}

.new_show h1      { font-size: 18px;color: #333;text-align: center;font-weight: 400; }
.new_show .new_time{ font-size: 14px; color: #999;padding-bottom: 30px;text-align: center}
.new_show .newshow_txt{ border-top:1px solid #eee;border-bottom:1px solid #eee; padding: 30px 0;}
.new_show .newshow_txt p{ font-size: 14px; color: #666; line-height: 26px;}
.pian td {padding: 10px 0;  border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.pian a { font-size: 14px; color: #555555; line-height: 34px; }
.pian a:hover{ color: #000;text-decoration:underline;}
.pian a span { color: #000;}
.return {  width: 116px;  height: 38px;  border:1px solid #666; background: #FFF; font-size: 14px;  color: #333; line-height: 36px; text-align: center; font-weight: bold; display: block;}
.return:hover{background: #666; color:#fff;}

/* 联系我们 */
.contact_info   { border: 1px solid #eee; text-align: center; padding: 25px; height: 210px;}
.contact_info h4{font-size: 18px; color:#333; font-weight: 400; margin-bottom: 15px;}
.contact_info img{ padding-bottom: 20px;}

/* 小屏幕（手机，小于等于 768px） */
@media (max-width: 768px) { 
.min_none{display: none;}

.navbar-inverse .navbar-nav>li>a{text-align: center; padding:0; line-height: 44px; color: #333;border-bottom: 1px solid #f5f5f5;}
.pageHeader 		    { padding: 20px 0 20px;}
.pageHeader > p 	  { font-size: 20px; color: #000; margin: 0;}
.pageHeader > span 	{ width: 30px; height: 2px; background: #000; display: inline-block; margin-bottom: 8px}
.pageHeader > h2 	  { font-size: 16px; color:#000; margin: 0;}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #000; background-color: #fff;}
.indexlxwm .indexlxwm_text {padding-top: 50px;}
.footer                 { text-align: center;}
.footer .footer_erweima { text-align: center;}
.footer .fengexian      {display: none;}
.footer_list            {float: none;}

.odm_box          { height: 190px; }
.odm_txt          { padding: 20px 40px;top: 63%;  width: 90%;margin-left: -45%;}
.odm_txt  h2      { font-size: 18px; line-height: 28px; }
.odm_txt  p       { margin-bottom: 0; }

.series_box       { margin-bottom: 20px; }
.pd_bg .odm_title { padding-top: 20px;}
.pd_bg .pd_list li{ margin: 8px auto;  }
.hzys_bg{height: auto;}
.hzys_bg img{ width: 100%; padding:0 10%; }
.hzys_bg1, .hzys_bg2, .hzys_bg3, .hzys_bg4, .jzfw_bg1, .jzfw_bg2, .jzfw_bg3, .jzfw_bg4 {background-image: none;}
.newslist_img     { height: 120px; }
.newslist_img img { min-height: 120px;}

.about-right{text-align:left;}
.fzlc_page	{ background-color:#eff1ff; height: 620px; background-image:none;}
.fzlc_page .about_txt h3{ font-size: 18px; font-weight: 700; color: #222; padding-top:20px;}
.fzlc_page .about_txt span{display:inline-block;width: 22px; height: 1px; background: #333; margin: 10px 0;}
.fzlc_page .about_txt p{ font-size: 14px;color: #333;line-height: 24px; }

.newshow_txt img{ max-width: 100%;  height: auto !important;}
.sub_nav li{ float: left; padding-right: 36px; position: relative;padding-bottom: 10px:  }
.about_txt h3 { font-size: 18px;}

}/* 小于等于 768px 结束 */

@media (min-width: 992px) and (max-width: 1400px) {
   .max_none{display: none;}
	.nav>li {padding: 0 25px;}
  .odm_box          { height: 400px}
  .odm_txt          { top: 70%;}
  .scjd_txt { padding-top: 30px }

} 
@media (min-width: 1400px) { 
  .max_none{display: none;}
  
  .scjd_txt { padding-top: 30px }
  .nav        { padding-left: 36px; }
  .odm_txt          { top: 70%;}
  .prolist_box img    {min-height:135px;max-height:135px;}
} 





  
  /*新闻模块*/
.news{ margin:0 auto; width:1200px; margin-top:45px; height:620px;}
.news1 {height: 75px;padding: 0 0 30px;}
.new1tit{ float:left; width:300px; color:#118909; font-weight:bold; font-size:40px; line-height:40px;}
.new1tit span{ display:block; font-size:18px; line-height:18px; margin-top:px; color:#666; margin-top:12px; font-weight:normal;}
.news1 ul{ float:right; margin-top:27px;}
.news1 li{ float: left; width:136px; height:34px; border-radius:34px; border:2px solid #fff; line-height:34px; text-align:center;}
.news1 li a{ display:block; font-size:18px; color:#333; font-weight:bold; text-decoration:none;}
.news1 .tubg1{ border:2px solid #118909;}
.news2{ position:relative; margin-top:30px; height:500px;}
.news2 > div{width:100%; height:100%;}
/*新闻左边*/
.news21{ float:left; width:600px;}
.news21 .divdgweb_new_div_item{ position: relative;height:500px}
.news21 .news_div_item_pic{ position: absolute; left: 0; top: 0; width:600px; height:327px; overflow:hidden;}
.news21 .news_div_item_pic img{ width:600px; height:327px; -webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.news21:hover .news_div_item_pic img{ -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.news21 .divdgweb_new_div_item_content{ position: absolute; left: 0; top: 355px;}
.news21 .divdgweb_new_div_item_title{ height:36px; background:url(../images/20190926191148_1149661407.jpg) left bottom no-repeat;}
.news21 .divdgweb_new_div_item_title a{ font-size:16px; font-weight:bold; color:#333; line-height:16px; text-decoration:none;}
.news21:hover .divdgweb_new_div_item_title a{ color:#118909;}
.news21 .divdgweb_new_div_item_body{ margin-top:10px; line-height:28px; color:#777;}
.news21 .divdgweb_new_div_item_date{ position: absolute; top: 355px; left:540px; font-family:Tw Cen MT; font-size:19px;}
.news21 .divdgweb_new_div_item_month,.news21 .divdgweb_new_div_item_day{ float:left;}
/*新闻右边*/
.news22{ float:right; width:520px; padding-top:34px;}
.news22 .divdgweb_new_div_item{ position:relative; width:520px; margin-bottom:60px;}
.news22 .divdgweb_new_div_item_title{ padding-left:212px; background:url(../images/20190926200759_541687269.PNG) right 5px no-repeat;}
.news22 .divdgweb_new_div_item_title a{ font-size:16px; color:#333; line-height:30px; text-decoration:none;}
.news22 .divdgweb_new_div_item:hover .divdgweb_new_div_item_title{ background:url(../images/20190926201109_1892742036.PNG) right 5px no-repeat;}
.news22 .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{ color:#118909;}
.news22 .divdgweb_new_div_item_body{ margin-top:15px; line-height:28px; color:#777;}
.news22 .divdgweb_new_div_item_date{ position: absolute; top:0; left:0;/* width:57px;*/ height:31px; line-height:31px; font-family:Tw Cen MT; font-size:19px; color:#333; background-repeat:no-repeat; padding-left:140px;}
.news22 .divdgweb_new_div_item_month,.news22 .divdgweb_new_div_item_day{ float:left;}
.news22 .divdgweb_new_div_item:nth-child(1){ display:none;}
.news22 .divdgweb_new_div_item:nth-child(2) .divdgweb_new_div_item_date{ background-image:url(../images/20190926191148_968048607.jpg);}
.news22 .divdgweb_new_div_item:nth-child(3) .divdgweb_new_div_item_date{ background-image:url(../images/20190926191148_1789827740.jpg);}
.news22 .divdgweb_new_div_item:nth-child(4) .divdgweb_new_div_item_date{ background-image:url(../images/20190926191148_913085423.jpg);}

.pagelist{ text-align:center; padding:10px 0;}