@charset "utf-8";
/* CSS Document */
.wrapper#MainDisp{
	padding:20px 15px 20px;
	width:950px !important;
	margin:0 auto 0 ;
}
.h2TT {
    font-size: 24px;
    text-align: center;
    color: #222fae;
    background-image: url(../images/h2_back.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 10px 0;
    margin: 0 auto 20px;
}
.Bt_size1{
	text-align:center;
	margin:20px 0 20px;
}
.Bt_size1 li{
	background-image: url(../images/Bt1.png);
	width:230px;
	height:59px;
	background-position:0 0;
	display:inline-block;
	margin:0 2px 10px;
}
.Bt_size1 li:hover{
	background-position: 0 -59px;
}
.Bt_size2{
	text-align:center;
	margin:20px 0 20px;
}
.Bt_size2 li{
	background-image: url(../images/Bt2.png);
	width:230px;
	height:67px;
	background-position:0 0;
	display:inline-block;
	margin:0 2px 10px;
}
.Bt_size2 li:hover{
	background-position: 0 -67px;
}
.Bt_size3{
	text-align:center;
	margin:20px 0 20px;
}
.Bt_size3 li{
	background-image: url(../images/Bt3.png);
	width:151px;
	height:58px;
	background-position:0 0;
	display:inline-block;
	margin:0 0px 10px;
}
.Bt_size3 li:hover{
	background-position: 0 -58px;
}
.back02 {
    box-sizing: border-box;
    background: url(../../index/images/back04.png);
    padding: 15px;
    margin:20px auto 0;
}
.back02 p {
    background:#fff;
    font-size: 40px;
    color: #0198e7;
    padding:20px;
    text-align: center;
    font-weight: bold;
   }
 #uservoice {
  margin:20px auto 0;
 }
 #uservoice li {
 
    text-align: center;
    vertical-align: top;
    border-bottom: 1px dotted #969595;
    display: inline-block;
    width: 45%;
    height: 490px;
    box-sizing: border-box;
    padding: 25px;
    margin: 0 2% !important;
}
.voiceImg {
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;
}
.voiceText {
	width:100%;
	
}
.voiceText dt span {
	background-color:#222fae;
	padding:0 12px;
	color:#fff;
	border-radius:5px;
}
.voiceText dd {
	margin:10px 0 0;
}
