/*通用 begin*/
.ui-box, .ui-box-head, .ui-box-container, .ui-box-content{
    border: none;
    padding: 0;
}
/*头部有斜线阴影的*/
.ui-box-head-bg{
    width: 970px;
    height: 88px !important;
    background: url(../../img/notice/head-shadow.png);
    display: table;
}
/*通用 end*/
/*右侧通用box -----------头部有边框的begin*/
.ui-box-head_border{
	background: #fff;
    margin-bottom: 20px;
    width: 310px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
}
.ui-box-head_border .ui-box-head{
    padding: 0;
}   
.ui-box-head_border .ui-box-head-title{
	padding: 0 15px;
    width: 280px;
    color: #01a0e2;
    text-align: center;
    height: 46px;
    margin: 0 auto;
    text-align: left;
    line-height: 47px;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px dashed #01a0e2;
    border-top: 5px solid #01a0e2;
    
}
/*右侧通用box -----------头部有边框的end*/


/*右侧通用box -----------标题左侧有边框的begin*/
.ui-box-title_left_border{
    padding-bottom: 20px;
}
.ui-box-title_left_border~.ui-box-title_left_border{
    border-top:1px dashed #ccc;
}

.ui-box-title_left_border .ui-box-head-title{
    font-size: 14px;
    color: black;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}
.ui-box-title_left_border .ui-box-head-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #3094F2;
}
/*右侧通用box -----------标题左侧有边框end*/


/*详情页的通用box 简洁模式的--服务2017和申报详情---------------  begin*/
.ui-box-detail_easy{
    background: #fff;
    padding: 50px;
}
/*清除浮动*/
.ui-box-detail_easy:after{
	clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
	visibility: hidden;
}
/*如果是全屏的话*/
.ui-box-detail_easy .box-left.main{
    width: 100%;
    padding: 15px 0;
    background: #fff;
    border: none;
}
/*左边的内容*/
.ui-box-detail_easy .box-left{
	width: 700px;
    padding: 15px 0;
    padding-right: 50px;
    float: left;
    border-right: 1px solid #ddd;
    background: #fff;
}
.ui-box-detail_easy .box-left .ui-box-head-title{
    font-size:20px;
    float: none;
    text-align:center;
    display:block;
    color: #333;
    font-weight: normal;
}
/*放置时间等标签的地方*/
.ui-box-detail_easy .box-left .box-content-tags{
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}
/*label标签的容器*/
.ui-box-detail_easy .box-left .box-content-label{
    margin-bottom: 50px;
    text-align: center;
}
/*时间节点的容器*/
.ui-box-detail_easy .box-left .time-wrapper{
    background-color: #e5f3ff;
    border: 1px solid #c5e4fd;
    border-radius: 10px;
    padding: 25px 20px;
}
.ui-box-time .ui-box-head{
    display: inline-block;
    background-color: transparent;
    vertical-align: top;
    margin-right: 20px;
}
.ui-box-time .ui-box-container{
    background: transparent;
}
/*时间节点的每一个选项*/
.ui-box-time .ui-box-container .time-node-item{
    cursor: pointer;
}
.ui-box-time .ui-box-container .time-node-item~.time-node-item{
    padding-top: 10px;
}
.ui-box-detail_easy .box-left .ui-box-time .ui-box-head-title,
.ui-box-time .ui-box-head-title{
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    background-color: #3094F2;
    color: #fff;
    margin-right: 25px;
    font-size: 14px;
}
.ui-box-time .ui-box-container{
    display: inline-block;
}

.label-circle{
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #0098d7;
    color: #0098d7;
    margin-right: 8px;
}
.ui-box-detail_easy .box-content-tags .ui-img{
    height: 18px;
    color: #999;
    line-height: 18px;
    padding-left: 20px;
}
.ui-box-detail_easy .box-left .ui-box-content{
    color: #333;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    text-justify: inter-ideograph;
}	
/*右边的列表*/
.ui-box-detail_easy .box-right{
	float: left;
    margin-left: 50px;
    width: 308px;
    background: #fff;
}
/*详情页的通用box 简洁模式的--服务2017和申报详情---------------  end*/


/*详情页的通用box 正常模式的----------------  begin*/
.ui-grid-18 .ui-box-article-detail {
    padding: 20px 35px;
    min-height: 600px;
    width: 690px;
    min-height: 1000px;
}

.ui-grid-18 .ui-box-article-detail .ui-box-content {
    padding: 0 30px;
}

.ui-grid-25 .ui-box-article-detail {
    padding: 30px 125px 70px;
    min-height: 600px;
    /*width: 780px;*/
    margin: 0 auto;
}

.ui-grid-25 .ui-box-article-detail .box-content-main {
    line-height: 28px;
    color: #333;
    margin-bottom: 30px;
}

.ui-box-article-detail .ui-box-head-title {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    text-align: center;
    /*width: 80%;*/
    width: 100%;
    line-height: 36px;
    /*margin-left: 10%;*/
}

.ui-box-article-detail .box-content-tags {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
}

.ui-box-article-detail .ui-box-content {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    /*text-indent: 20px;*/
    text-align: justify;
    /*margin-top: 20px;*/
}

/*附件下载*/
.ui-box-article-detail .box-content-attachment {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 40px;
    font-family: "微软雅黑";
}

.ui-box-article-detail .ui-uploader-form {
    margin-left: 40px;
}

.box-content-attachment a {
    color: #0000CC;
    text-decoration: underline;
}

.ui-box-article-detail .box-content-time {
    margin-top: 40px;
}
/*详情页的通用box 正常模式的----------------  end*/

/*列表页面的box头部有灰底的 ----------------  begin*/
.ui-box-head_gray{
    width: 760px;
    background-color:#fff;
}
.ui-box-head_gray .ui-box-head{
    padding: 0 25px;
    background-color: #eee;
}

/*列表页面的box头部有灰底的 ----------------  end*/

/*列表页面的box头部有下划线的 头部是搜索的 ----------------  begin*/
.ui-box-search{
    padding: 10px 30px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.ui-box-search .ui-box-head{
    background: url(../../img/search/head-bg.png) center bottom;
    background-repeat: repeat-x;
    color: #777;
    font-size: 14px;
    padding: 0;
}
.ui-box-search .ui-box-head:after{
    content: "";
    clear: both;
    display: block;
}
/*蓝色*/
.ui-box-search .ui-box-head .ui-box-head-title{
    font-size: 18px;
    padding: 16px 0 12px;
    border-bottom: 3px solid #01a0e2;
    min-width: 70px;
    text-align: center;
}
/*紫色*/
.ui-box-search .ui-box-head .ui-box-head-title.purple{
    border-color: #6d7ceb;
}
/*红色*/
.ui-box-search .ui-box-head .ui-box-head-title.red{
    border-color: #d0434e;
}
/*绿色*/
.ui-box-search .ui-box-head .ui-box-head-title.green{
    border-color: #85b222 ;
}
/*橘色*/
.ui-box-search .ui-box-head .ui-box-head-title.orange{
    border-color: #f39700 ;
}
.ui-box-search .ui-box-head .ui-box-head-more{
    color: #999;
    line-height: 48px;
}
.ui-box-search .ui-box-head .data-select{
    border: 1px solid #ccc;
    width: 120px;
    height: 34px;
    color: #777;
    padding-left: 10px;
    background-position: 96px center;
}
.ui-box-search .ui-box-content{
    padding: 0;
}
/*列表页面的box头部有下划线的 头部是搜索的 ----------------  end