﻿/*通用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333; }
a:hover { color: #0e52a7; cursor: pointer; text-decoration: none; }
ul li, ol li { list-style-type: none; }
body { background-color: #ffffff; font-family: "microsoft Yahei"; }
.fl { float: left; }
.fr { float: right; }
.clearfix { zoom: 1; }
.clearfix:after { content: "020"; height: 0px; display: block; overflow: hidden; clear: both; }

/*header start*/

/*header end*/

/*section start*/
.inner { width: 1200px; margin: 0 auto;}
.inner a{    cursor: pointer;}
.title {width: 138px; padding: 40px 0;margin: 0 auto;}
.title img {width: 100%;height: auto;display: block;}
.year {width: 880px;background: url(secLine.png) no-repeat center 48px; margin: 0 auto; }
.year li {width: 50px;height: 60px; background: url(secDot.png) no-repeat bottom center; float: left;margin-right: 105px;}
.year li:first-child {margin-left: 105px;}
.year li a {width: 100%; height: 100%; font-size: 18px;display: block; color: #333;}
.year li.on {background: url(secDotOn.png) no-repeat bottom center;}
.year li.on a {font-size: 20px;font-weight: bold; color: #0e52a7;}
.year-list { padding-top: 60px;}
.year-list > li {width: 100%;padding-left: 40px;padding-bottom: 60px;position: relative;}
.year-list > li > .space {width: 2px; height: 100%; background-color: #e8e8ea;position: absolute;left: 9px; top: 0px;}
.data {width: 125px;    margin-top: -10px;}
.data img {padding-right: 15px; margin-top: -15px; position: absolute; top: 20PX; left: 0PX;}
.data a {font-size: 36px; color: #333;}
.year-list > li.cur .data a {font-weight: bold; color: #0e52a7;}
.data-list {width: 1030px;}
.data-list ul {margin-left: -20px;}
.data-list h5 {font-size: 24px;font-weight: bold;padding-bottom: 30px;}
.data-list ul > li {float: left;padding-left: 18px;}
.data-list ul > li p {width: 240px;line-height: 30px; color: #666666;padding-top: 10px;}
/*section end*/

/*footer start*/

/*footer end*/
