@charset "utf-8";
/* CSS Document */
.html_body{
	width: 100%;
    min-width: 1060px;
    background: url(/img/system/www/otherbg2.png);
    margin-top: 5px;
    display: inline-block;	
}
.html_body_div{
	width: 100%;
    min-width: 1060px;
    background: url(/img/system/www/otherbg1.png);
    display: inline-block;
    background-repeat: repeat-y;
    background-position: top center;	
}	
.html_body .main_inner{
	width: 985px;
    margin: auto;
    display: inline-block;	
}
.html_body .main_inner h3{
	background: url(/img/system/www/title.png);
    width: 656px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 75px auto 60px auto;
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    line-height: 36px;	
}
.html_body .main_inner .news_list{
	width: 985px;
    margin: auto;
    display: inline-block;
    padding-bottom: 25px;	
}
.html_body .main_inner .news_list a{
	width: 320px;
    height: 348px;
    display: block;
    float: left;
    margin-bottom: 36px;
    background: #FFFFFF;	
	margin-right:12px;
	position: relative;
}
.html_body .main_inner .news_list a .bg{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 250px;
    background: #000;
    opacity: .75;
	display:none;	
}
.html_body .main_inner .news_list a:hover .bg{
	display:block;	
}
.html_body .main_inner .news_list a:nth-of-type(3n){
	margin-right:0px;	
}
.html_body .main_inner .news_list a .img{
	background-image: url(http://www.capcat.com/img/upload/gallery/l_29_9Yh.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 320px;
    height: 250px;	
}
.html_body .main_inner .news_list a .news_title{
	color: #000000;
    font-size: 18px;
    margin-top: 20px;
    font-family: 微軟正黑體,新細明體,Arial, Helvetica, sans-serif;
    font-weight: bold;	
}
.html_body .main_inner .news_list a .news_date{
	    color: #545454;
    font-size: 15px;
    font-family: 微軟正黑體,新細明體,Arial, Helvetica, sans-serif;
	margin-top:5px;	
}



.html_body .main_inner .news_list .detail{display:none;}
.html_body .main_inner .news_list .detail .ceng {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 99999;
  opacity: 0.9;
}
.html_body .main_inner .news_list .detail .ceng2 {
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  background-color: #fff;
}
.html_body .main_inner .news_list .detail .del {
      position: absolute;
    right: -22px;
    float: right;
    top: -22px;
    background: url(/img/system/www/del.png);
    width: 45px;
    height: 45px;
	cursor:pointer;
}
.html_body .main_inner .news_list .detail .del:hover{
	position: absolute;
    right: -22px;
    float: right;
    top: -22px;
    background: url(/img/system/www/del_mo.png);
    width: 45px;
    height: 45px;	
}
.html_body .main_inner .news_list .detail .imgdescr2{text-align: left;
  color: #444444;
  font-size: 13px;
  background-color: #fff;
  padding: 20px 15px;
}
.html_body .main_inner .news_list .detail .imgs{max-width:960px;max-height:720px;}

.html_body .main_inner .page_list{
	border-top: 1px solid #CCCCCC;
    padding-top: 31px;
    margin-bottom: 150px;	
}

.html_body .main_inner .page_list a{
  font-size: 15px;
  color: #000000;
  background-color:#CCCCCC;
  border: #B2B2B2 1px solid;
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  margin-left: 14px;
}
.html_body .main_inner .page_list a:first-child{margin-left: 0px;}
.html_body .main_inner .page_list a.current{
	color:#fff;
	background-color: #217FC4;
	border: #126CAD 1px solid;
 }
.html_body .main_inner .page_list a.next{
  width: 82px;
  height: 38px;
  line-height: 38px;
}
.html_body .main_inner .page_list a.prev{
  width: 82px;
  height: 38px;
  line-height: 38px;
}
.html_body .main_inner .page_list a:hover{
   color:#fff;
	background-color: #217FC4;
	border: #126CAD 1px solid;
}


