
.box-body {
    margin-top: 20px;
    border-top: 1px solid #e9e9e9;
}
	.box-body .list {
	    background: #f7f7f7;
	    border-top: 1px solid #ffffff;
	    border-bottom: 1px solid #e9e9e9;
	    padding: 10px 15px;
        min-height: 70px;
	    position: relative;
        padding-left: 73px;
	}
	.box-body .list.Have {
	    padding-right: 135px;
        cursor: pointer;
	}
	.box-body .list.opan {
	    color: #ffffff;
	}
		.box-detail {
		    width: calc(100% + 73px);
		    margin-left: -73px;
		    padding: 0px 10px 10px 10px;
		    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		    margin-bottom: 15px;
		}
			.box-detail b {
				color: #328bc3;
				font-weight: 100;
			}
		
		.list > span {
		    width: 48px;
		    height: 48px;
		    background: #328bc3;
		    display: block;
		    color: #ffffff;
		    text-align: center;
		    line-height: 45px;
		    position: absolute;
		    left: 10px;
		}
		.list > p {
		    margin: 0px;
		}
		.list > .Audience {
		    display: table;
		    width: 100%;
		}
			.list > .Audience span {
		        position: absolute;
			    right: 40px;
			    top: 10px;
			}
			
		.box-body .list .img {
		    padding: 25px 0px 13px 0px;
		    display: table;
		    width: 100%;
		}
		.box-body .list .img.img1 {
		    overflow: hidden;
		    padding: 0px;
		    margin: 25px 0px 13px 0px;
		}
			.box-body .list .img img {
			    transition: .5s;
			    float: left;
		        height: 100px;
			    padding: 5px;
			}
			.box-body .list .img img:hover {
			    transform: matrix(1.05,0,0,1.05,0,0);
			}
		
		.box-body .list .group {
			padding-top: 20px;
		}

	.box-Files ,
	.box-Files2 {
        padding-top: 30px;
	}
		.box-Files h2 ,
		.box-Files2 h2 {
		    font-weight: 400;
		    color: #252525;
		    padding-left: 25px;
		    text-transform: uppercase;
		    margin: 0;
	        display: none;
		}
		.list.opan .box-Files2 h2 ,
		.list.opan .box-Files2 p ,
		.list .box-Files h2 ,
		.list .box-Files p {
		    color: #ffffff;
		}
		.box-list {
		    padding: 0px;
		}
			.box-list .List {
		        min-height: 70px;
	            width: 100%;
			    border-bottom: 1px solid rgba(210, 210, 210, 0.46);
			    padding: 10px 0px;
			    color: #0e3c5d;
			    display: table;
			}
				.box-list .List::before {
				    content: "";
			        width: 30px;
				    height: 37px;
				    display: block;
				    background: url(../images/Icon-dotfiles.png) no-repeat center;
				    background-position-x: -160px;
			        margin: 8px 20px 10px 0px;
				    float: left;
				}
				.box-list .List.pdf::before ,
				.box-list .List.PDF::before {
					background-position-x: -4px;
				}
				.box-list .List.doc::before ,
				.box-list .List.docx::before ,
				.box-list .List.word::before {
					background-position-x: -34px;
				}
				.box-list .List.xls::before ,
				.box-list .List.xlsx::before ,
				.box-list .List.excel::before {
					background-position-x: -65px;
				}
				.box-list .List.ppt::before ,
				.box-list .List.powerpoint::before {
					background-position-x: -97px;
				}
				.box-list .List.zip::before {
					background-position-x: -191px;
				}
				.box-list .List.all::before {
					background-position-x: -129px;
				}
				.box-list .List.image::before {
				    background-position-x: -224px;
				}
				
				.box-list .text {
					width: calc(100% - 214px);
					float: left;
				    padding-right: 27px;
			        word-break: break-all;
				}
					.box-list .text p {
					    margin: 0px;
					    display: -webkit-box;
					    -webkit-line-clamp: 2;
					    -webkit-box-orient: vertical;
					    overflow: hidden;
					}
					.list.opan .box-list .text p {
					    color: #fff;
					}
					.box-list .text .box-day {
					    color: #959595;
					    font-size: 0.85em;
					    padding-top: 7px;
					}
				.box-list .botton {
				    width: 135px;
					float: left;
				    font-size: 12px;
				    text-align: center;
				    color: #959595;
				}
					.box-list .botton a {
		                background: #252525;
					    color: #ffffff;
					    padding: 4px 0px;
					    width: 100%;
					    max-width: 200px;
					    display: block;
					    text-align: center;
					    font-size: 16px;
					    border-radius: 4px;
					    margin: 0px auto 8px auto;
					}
					
		.list.Have::after {
	        content: "";
		    position: absolute;
		    top: 13px;
		    transform: rotate(0deg);
		    transition: .5s;
		    right: 11px;
		    width: 20px;
		    height: 20px;
	        background: url(../images/I-cnf2.png) center;
		}
		.list.opan::after {
		    background: url(../images/I-cnf2-h.png) center;
		    transform: rotate(180deg);
		}
		.box-body .list + .box-ul {
		    display: none;
	        word-wrap: break-word;
		}
		.box-body .list.opan + .box-ul {
		    display: block;
		}
			.box-body .box-ul .box-li {
			    border-top: 1px solid #ffffff;
			    border-bottom: 1px solid #e9e9e9;
			    padding: 10px;
			    position: relative;
/* 			    padding-right: 135px; */
			    padding-left: 73px;
		        min-height: 70px;
		        background: rgba(255, 255, 255, 0.8);
			}
				.box-body .box-ul .box-li > span {
				    width: 48px;
				    height: 48px;
				    background: #113f6e;
				    display: block;
				    color: #ffffff;
				    text-align: center;
				    line-height: 45px;
				    position: absolute;
				    left: 10px;
				}
				.box-body .box-ul .box-li .img {
				    padding: 25px 0px 13px 0px;
				    display: table;
				    width: 100%;
				}
				.box-body .box-ul .box-li .img.img1 {
				    overflow: hidden;
				    padding: 0px;
				    margin: 25px 0px 13px 0px;
				}
					.box-body .box-ul .box-li .img img {
					    transition: .5s;
					    float: left;
				        height: 100px;
					    padding: 5px;
					}
				@media only screen and (min-width: 1026px) {
					.box-body .box-ul .box-li .img img:hover {
					    transform: matrix(1.05,0,0,1.05,0,0);
					}
				}
		
	.Reply {
	    padding: 10px 0px 5px;
	}
	.box-search2 form {
	    width: 75%;
	}
		.box-search2 .select {
		    width: calc(33.33% - 7px);
		}
		.box-search2 input {
		    width: 33.33%;
		}

/* ---------------------------------------------------**** Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {


}


/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {

	.box-body .box-ul .box-li .img img {
		width: 100% !important;
	    height: auto;
    }
	.list::before {
	    position: initial;
	    float: left;
        margin-right: 11px;
        width: 45px;
	    height: 45px;
    }
	.box-body .list.Have {
	    padding-right: 36px;
	}
	.box-body .list {
        padding-left: 73px;
        min-height: 83px;
	}
    .list > span {
        margin-top: 7px;
	}
	.box-list .List::before {
	    position: absolute;
	    left: 30px;
        margin-right: 10px;
	}
	.box-list .text {
	    width: 100%;
	    padding-bottom: 10px;
	}
	.box-search2 form {
	    width: 100%;
    }
    .box-search2 .select {
	    width: calc(100% - 21px);
    }
	.box-search2 input {
	    width: calc(100% - 21px);
    }
    .list > .Audience span {
	    margin-right: 0px;
        position: initial;
	}
}
