@charset "utf-8";
/* CSS Document */
body{ margin:0 auto; padding:0 auto; background:#C9CFC9}
.nav{ width:750px; height:auto;}
.slideTxtBox{ width:100%;  }

.slideTxtBox .hd ul{ width:100%; list-style-type:none; height:70px; padding:0; }
.slideTxtBox .hd ul li{width:33%; float:left; background:#626f7f; border-right: 1px #93a9c1 solid; text-align:center; line-height:68px; height:100%; color:#FFF; font-size:30px; border-top: 1px #9393CE solid;}

.slideTxtBox .hd ul li.on{width:33%; float:left; background:#16a1a4; border-right: 1px #93a9c1 solid;}
.slideTxtBox .bd ul li a{ width:100%; height:70px;color:#000;font-size:30px;}
.slideTxtBox .bd ul{ width:750px; padding:0;}
.slideTxtBox .bd ul li:hover{background-color:#C9CFC9;}
.slideTxtBox .bd ul li{ 
float:left; 
list-style-type:none;
width: 99%;
    height: 70px;
    background: #e9e9e9;
    border: 2px solid #a7a7a8;
    border-radius: 5px;
    margin: 10px auto 0px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center; 
    margin-right: 85px;
	position: relative;
	 }
.slideTxtBox .bd li .date{ float:right; color:#999;  }
.pt-tabMenu span.on, .tit-icon cite.active {
    color: #fcb303;
    background-image: -webkit-linear-gradient(top,#4b1d2d,#13337f);
    background-image: linear-gradient(to bottom, #4b1d2d,#13337f);
}
img{width: 100%;max-width: 400px;height:auto}
.pt-tabMenu span, .tit-icon cite {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    color: #929292;
    -moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
    text-align: center;
    padding: 8px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #919ec6;
    background: #081947;
}