							#pdType .btn{
                              border-radius:0;
                              border:none;
                              background-color:transparent;
                              padding-left:5px;
                              padding-right:5px;
                            }
                            #pdType a span{
                              background-color:#f4f4f4;
                              display:block;
                              line-height:60px;
                              font-size:18px;
                            }
                            #pdType .active{
                              background-color:#eb0001;
                              color:#fff;
                            }
                            .pdImg{
                              	height:205px;
                              	width:100%;
                            }
                            .pdDiv{
                                	padding:5px;
                            }
                            .pdTitle{
                              	text-align:center;
                              	padding:5px 0 10px 0;
                            }
                            .pdTitle a{
                              color:#000;
                              font-size: 16px;
                              display:block;
                            }
                            


.cenNew_list { overflow: hidden; }
.cenNew_list h3 { width: 100%; font-size:2em; color: #000; margin-bottom: 40px; background: url(/template/images/new_ico.png) no-repeat left center; padding-left: 57px; text-align: left;  line-height:2em;}
.cenNew_list ul { margin:0; padding:0; }
.cenNew_list dl dd { overflow: hidden; color: #666; margin-bottom: 35px; }
.cenNew_list dl dd .date { float: left; width: 83px; height: 83px; border: 1px #808080 solid; margin-right: 3%; }
.cenNew_list dl dd .date span { display: block; text-align: center; color: #333; }
.cenNew_list dl dd .date ._day { font-weight: bold; font-size: 36px; line-height: 35px; margin-top: 12px; }
.cenNew_list dl dd .date ._month { font-size: 14px; }
.cenNew_list dl dd .title { font-size: 18px; font-weight: 500; color: #00132b; margin-bottom: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.cenNew_list dl dd .p { font-size: 14px; line-height: 22px; height: 44px; overflow: hidden; margin-top: 8px; }
.cenNew_list dl dd:hover .date { border-color: #EB0000; }
.cenNew_list dl dd:hover .date span { color: #EB0000; }
.cenNew_list dl dd:hover .title { color: #EB0000; }
.cenNew_list dl dd:hover .p { color: #878787; }

.sy_solution {   }
.sy_solution h3 { width: 100%; background: url(/template/images/solution_ico.png) no-repeat left center; padding-left: 57px; text-align: left; font-size:2em; color: #000; margin-bottom: 40px; }
.sy_solution dl { overflow: hidden; position: relative; /*margin-bottom: 30px;*/ }
.sy_solution dl h4 { font-size: 22px; line-height: 40px; margin-bottom: 10px; font-weight: normal; color: #00132b; }
.sy_solution dl h4 a:hover{ color:#eb0000; }
.sy_solution dt { margin-right: 1.5em; width: 162px; height: 118px; text-align: center; overflow: hidden; float: left; }
.sy_solution dd { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0; line-height: 26px; font-size: 14px; color: #666; overflow: hidden; }



                            @media screen and (min-width:320px) and (max-width:768px) {
                              #pdType a span{
                              		line-height:40px;
                                	font-size:14px;
                                word-wrap: break-word;
                                white-space: pre-wrap;
                              }
                              
                              .pdImg{
                                  height:135px;
                                  width:100%;
                              }
                              
                              .pdDiv{
                                	padding:5px;
                              }
                            }