@charset "utf-8";
/*内容列表*/
.mainCon{padding-top:17px;}
.mainCon li {border-bottom: 1px dotted #dbdbdb;}
.mainCon a {display: block;width: 100%;}
.mainCon a em {width: 4px;height: 4px;background-color: #a2cbe6;margin: 24px 18px 0 0;border-radius: 2px;}
.mainCon a span {font-size: 15px;text-decoration: none;line-height: 52px;width: 802px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;}
.mainCon a:hover span{margin-left:-8px;}
.mainCon a b {font-weight: normal;color: #808080;line-height: 52px;font-size:14px;}
.mainCon a:hover span, .mainCon a:hover b {color: #006179;}
.page {margin-top: 45px;}