﻿
/* CSS Document */
/*弹出消息*/
.tcxx{ width:900px; position:absolute; top:35px; left:41%; margin:0 0 0 -450px; z-index:9999;}
 

.tcxx_m{ width:740px; margin:0 auto; }
/*#pub_tcxx_m{margin:35px 0 0 -100px;}*/
.tcxx_mm{ width:738px; border:#adc5da solid 1px; border-top:none; box-shadow:0px 0px 6px rgba(140,140,140,.5); background:#fff; overflow:hidden;}
.tcxx3{ background:#ff7800; width: 68px; margin:0 auto; border-radius:0 0 3px 3px; padding-left:6px; height:28px; line-height:28px; cursor: pointer; }
    .tcxx3 span {color:#fff;font-size: 18px;font-weight:normal;}
/*.tcxx3{ width:132px; background:#ff7800; cursor: pointer; margin:0 auto; border-radius:0 0 3px 3px; padding-left:20px;}
.tcxx3 a{ color:#fff; font-size:14px; line-height:28px;}*/
.xx_tit{ width:740px; clear:both; line-height:44px; /*margin-top:2px;*/ float:left; display:inline-block;  overflow:hidden;}/*修改2016.7.11*/
.tcxx .ddzt{ width:740px; overflow:hidden; border-bottom:#ddd solid 1px;}
.tcxx .ddzt:hover{ cursor:pointer;}/*添加5.26*/
.xx_titl{ float:left; color:#0265bd; font-size:16px; margin-left:18px;}
.xx_titr{ float:right;}
.xx_tit a{ float:right; color:#0265bd; margin-right:18px;}/*修改5.26*/
.xx_tit a:hover{ text-decoration:underline;}/*添加5.26*/
.xx_tit a.hl{ color:#888;}
.xx_tit a.hl:hover{ text-decoration: underline;}
.ddzt_l{ width:150px; float:left; color:#555; line-height:24px;  padding:20px 18px; border-right:#dfdfdf dashed 1px; display:inline; }
.zt_tit{ font-weight:bold;}
.xx_m{ clear:both; width:740px; overflow:hidden; }
.zt_nr span{ display:inline-block; overflow:hidden;}
.zt_nr1{ width:160px; line-height:18px; clear:both; float:left;}
.zt_nr span i{ font-style: normal; }/*修改5.26*/
.zt_ltit{ width:auto; float:left;}
.zt_r{ float:left; width:auto; float:left; line-height:18px;}
.zt_nr a{ color:#555;}
.nrm{ width:470px; float:left; margin-left:16px; line-height:20px; padding:10px 0;overflow:hidden; height:auto;display:inline-block;}
.xx_nr a{ float:left;}

.ddzt_r{ width:540px; float:left; overflow:hidden;position:relative;}
.step{ float:left; width:540px;  overflow:hidden;}/*修改5.26*/
.xx_del{ width:15px; height:15px;position:absolute;top:0;right:26px; background:url(/images/xx_del.png) no-repeat; background-position:0 0; display:inline-block; overflow:hidden; border:none; cursor:pointer;}/*添加5.26*/
.xx_del:hover{ background:url(/images/xx_del.png) no-repeat; background-position:0 -15px;}/*添加5.26*/
.xx_dell{ width:15px; height:15px; background:url(/images/xx_del.png) no-repeat; background-position:0 0; margin-top:-1px; display:inline-block; overflow:hidden; border:none; cursor:pointer;margin-left:10px;}/*添加5.26*/
.xx_dell:hover{ background:url(/images/xx_del.png) no-repeat; background-position:0 -15px;}/*添加5.26*/
.step01,.step21{ width:auto; overflow:hidden;}
.s_name,.s_time{ width:600px; overflow:hidden; font-weight:bold; margin-left:6px; line-height:30px;}/*修改5.26*/
.s_name span,.s_time span{ width:113px; float:left; /*margin-right:10px;*/ text-align:left; color:#555;}/*修改5.26*/
.s_time span{
    width:75px;
    text-align:center;
    margin-right:37px;
}
span.or{ color:#ff7800;}/*添加5.26*/

.s_m{ width:450px; margin-left:46px; height:22px; overflow:hidden; padding-left:2px;}/*修改5.26*/
.org{ margin:0 !important;}
.org .icon_font{ width:12px; height:12px; margin:6px -1px 0 -1px;}

.s_m li{ width:auto; float:left;}
li.line,li.line01{ width:92px; height:2px; margin-top:11px; background:#dcdcdc; display:inline-block; overflow:hidden;}/*修改5.26*/
.step02 li.line,.step02 li.line01{ width:332px; height:2px; margin-top:11px; background:#dcdcdc; display:inline-block; overflow:hidden;}/*修改5.26*/
li.line01,.step02 li.line01{ background:#b9d384;}
span.green{ color:#b9d384;}
.s_time{ width:560px; color:#999; line-height:20px; margin-bottom:5px; font-weight:normal;}/*修改5.26*/

.xiaoxi_t{ border-right:#dfdfdf dashed 1px;}
.gonggao{ width:150px; float:left; height:44px; font-weight:bold; padding:0; line-height:44px; margin-right:16px;}
.xx{ clear:both;}
.xx1{ width:756px; height:auto; padding-left:18px; border-bottom:#ddd solid 1px; line-height:44px; color:#555;}
.xx1 a{ color:#ff7800; margin-left:4px;}
.xx1 a:hover{text-decoration:underline;}
.tcxx .ddzt:hover,.xx1:hover{ background:#eee;}
.xgray_bg{ background:#eee;}

.zd_but{ width:96px; height:12px; background:#ff7800 url(/images/sh_bg.png) no-repeat center center; border:none; cursor:pointer; margin:0 auto; display:block; border-radius:0 0 4px 4px; outline:none;}
.zd_but:hover{ background:#f17100 url(/images/sh_bg.png) no-repeat center center;}


#pub_tcxx_m.hover{
-webkit-animation:fadeInUp .5s 0s ease both;
-moz-animation:fadeInUp .5s 0s ease both;
-o-animation:fadeInUp .5s 0s ease both;
animation:fadeInUp .5s 0s ease both;
}
@-webkit-keyframes fadeInUp{
0%{opacity:0;
-webkit-transform:translateY(10px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
0%{opacity:0;
-moz-transform:translateY(10px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
@-o-keyframes fadeInUp{
0%{opacity:0;
-o-transform:translateY(10px)}
100%{opacity:1;
-o-transform:translateY(0)}
}
@keyframes fadeInUp{
0%{opacity:0;
transform:translateY(10px)}
100%{opacity:1;
transform:translateY(0)}
}





