.container{height: 100%}
.content{background: url(images/list_bac.png) center repeat;}
.navTitleBox{height: 110px;background-color: #f5f7f8;margin-bottom: 30px;}

.navTitle{height: 100%;width:20%;display: inline-block;}
.navTitle a{display: block;height: 100%;    font-size: 16px;color: #313233;text-align: center;box-sizing: border-box;padding-top: 68px;font-weight: 600;}
.navTitle a em{border: 10px solid;width: 0;height: 0;display: block;border-color: transparent transparent transparent;margin: 0 auto;position: relative;top: 14px;}
.navTitle a:hover em{border-color: #3a71b4 transparent transparent;}
.navTitle:first-child a{background: url(images/list_icon01.png) center 16px no-repeat;}
.navTitle:first-child a:hover{background: url(images/list_hover_icon01.png) center 16px no-repeat;color: #fff;}
.navTitle:nth-child(2) a{background: url(images/list_icon02.png) center 16px no-repeat;}
.navTitle:nth-child(2) a:hover{background: url(images/list__hover_icon02.png) center 16px no-repeat;color: #fff;}
.navTitle:hover{background-color: #3a71b4;}

.pageNav{margin-bottom: 45px;}
.pageNav ul li{float: left;    width: 13%;text-align: center;margin: 6px;box-sizing: border-box;height: 112px;display: table;transition: transform 1s ease;background-color: #f5f7f8;}
.pageNav ul li a{display: block;height: 100%;width: 100%;color: #3a71b4;font-size: 16px;display: table-cell;vertical-align: middle;padding: 0 20px;}
.pageNav ul li:hover{transform: scale(1.2,1.2);-webkit-transform: scale(1.2,1.2);background-color: #fff;box-shadow: 0px 0px 8px 0px rgba(241,241,241);}

.mainCon{margin-bottom: 60px;}
.mainCon .gov-head{    height: 40px;line-height: 40px;}
.mainCon .bigtitle{display: block;background-color: #3a71b4;border-radius: 8px 8px 0 0;padding-left: 24px;height: 100%;}
.mainCon .bigtitle a{font-size: 18px;color: #fff;}
.mainCon .gov-main{box-shadow: 0px 10px 8px 0px rgba(241,241,241);margin-bottom: 8px;background-color: #fff;}