﻿@charset "utf-8";
.mainlx{width:1200px; margin:0 auto; overflow:hidden;}
.tit { margin: 30px 0;  text-align: center; clear: both; }
.tit i { font-style: normal; font-size: 18px; color: #666; line-height: 20px; display: block; letter-spacing: 0; 
        font-weight: normal;text-transform: uppercase;}
.tit h2 {display: block; font-size: 40px; color: #333333; font-weight: bold; letter-spacing: 2px; line-height: 65px;}
.cda { height: 300px; margin-bottom: 56px;}
.cda dt { float: left; width: 440px;}
.cda dt img { width: 440px; height: 300px; display: block; }
.cda dd { float: left; width: 758px; height: 300px;  padding: 28px 40px 0; box-sizing: border-box; border: 1px solid #dedede; }
.cda h3 {width: 150px; line-height: 45px; font-size: 20px; color: #fff; text-align: center; background: #20499b;}
.cda p {font-size: 16px; line-height: 34px;}

.listlx {  margin-top: 20px; margin-bottom:20px; }    
.listlx li { float: left;  border: 1px solid #eee; width: 288px; height:180px; text-align: center; margin-right:10px;
	color: #666; margin-bottom:30px; line-height: 160%; padding:25px 10px; font-family: 微软雅黑; transition: all 0.6s; }
.listlx li:hover { box-shadow: 2px 2px 20px #ccc; transform: scale(1.02); }
.listlx li:last-child { margin-right: 0; }
.listlx li img { margin-top: 10px; width: 52px; margin:0 auto;}
.listlx li h3 { display: block; font-size: 18px; color: #333; padding: 10px 0; font-style: normal;}
.listlx li span { display: block; font-size: 16px; }