@charset "utf-8";
/* CSS Document */

#containts
{
overflow:hidden;
			}


#publishing  {
	
			float:left;
	height:2000px;
	width:710px;
	display:block;
	overflow:hidden;
	
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


#publishing  h5 {
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
			margin-bottom:20px;
	width:710px;
border: 0px;
background-color:#920000;
height:30px;
font-size:16px;
padding:0px 15px;
line-height:30px;
color:#FFFFFF;
}



/*itembox1*/

#publishing .box {
	position:relative;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width:236px;
	height:325px;
	padding:0 auto;
	text-align:center;
	display:block;
font-size:14px;
line-height:17px;
color:#666666;
float:left;
}

#publishing .box img{
	width:140px;
	margin:0 0 5px 0;
}

#publishing .box .link {
	display:block;
width:100%;
font-weight:bold;

}

#publishing .box .link a{
	
	
}


#publishing .box .text {
	display:block;
width:100%;
	margin-bottom:5px;
}



button.css3button:hover {
	cursor: pointer;
}

button.css3button {
	width:132px;
	height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	padding: 4px 16px;
	background: #F90;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bd7f49;
	box-shadow: 0px 2px 6px rgba(222, 104, 0, 0.611765), inset 0px 1px rgba(255,255,255,0.1), inset 0px 15px rgba(255,255,255,0.1), inset 0px 10px 20px rgba(255,255,255,0.1), inset 0px -15px 30px rgba(222, 104, 0, 0.611765);
	-webkit-box-shadow: 0px 2px 6px rgba(222, 104, 0, 0.611765), inset 0 1px rgba(255,255,255,0.1), inset 0 15px rgba(255,255,255,0.1), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(222, 104, 0, 0.611765);
	-moz-box-shadow: 0 2px 6px rgba(222, 104, 0, 0.611765), inset 0 1px rgba(255,255,255,0.1), inset 0 15px rgba(255,255,255,0.1), inset 0 10px 20px rgba(255,255,255,0.1), inset 0 -15px 30px rgba(222, 104, 0, 0.611765);
	
	}




.clear{clear:both;}