
.line-100{
	line-height:100%;
	vertical-align:middle;
}

.box .box_item{
	margin-bottom:1rem;
	width:100%;
	/* background-color: #f9f9f9;
    background-clip: border-box; */
    border: 0;
    border-radius: 0rem;
	word-wrap: break-word;

}

.work_item{
	color:#666666;
	
	transition-duration: 0.5s;
}


.work_item a{
	
	
}
.work_item .work_title{
	
	font-size:1.2rem;
	font-weight:600;
	padding:0.5rem 0 0rem 0rem;
}
.work_item .work_dis{
	font-size:0.8rem;
	padding:0.5rem 0 0.5rem 0rem;
	height:41px;
	overflow:hidden;
	margin-bottom:0.5rem;
}
.work_item .work_lin{
	background:url(../images/work_line.png) repeat-x;
	height:10px;
}
.work_item .work_sou{
	font-size:0.8rem;
	padding:0 0 0.5rem 0rem;
}

.page-link {
	
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #808080;
    background-color: #fff;
    border: 0px solid #c5c5c5;
}

.page-link:hover {
    z-index: 2;
    color: #808080;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.f_w_600{
	
	font-weight:600;
	
}
.f_s_12{
	
	font-size:1.2rem;
	
}
.f_s_6{
	
	font-size:0.8rem;
	
}
.f_s_8{
	
	font-size:0.8rem;
	
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: white;
	color:#c5c5c5;
    border-color: #c5c5c5;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.9);
    border-radius: 50%;
}
.carousel-indicators .active {
    background-color: #fff;
	border:1px  #808080 solid;
}

