@charset "UTF-8";
/**
 * 诈骗专题 列表页
 * @authors guotong
 * @date    2015-08-13 15:55:56
 */
body { font-family: "Microsoft YaHei"; font-size: 14px; background:#d3e9f7;}

div.header{ background: #3da4e3 url(../images/header-bg.jpg) no-repeat center; height: 300px;}
div.content{ width: 930px; margin: 0 auto; background: #fff; padding: 10px 15px; }
div.section{ background: #f4f4f4; width: 100%; border-radius: 5px; margin-bottom: 10px; overflow: hidden;}
div.section div.title{ width: 900px; background: #2695da; height: 50px; padding-left: 30px; color:#fff; font-size: 22px; line-height: 50px; }
div.section ul{padding: 20px 45px;}
div.section ul li{ height: 40px;  float: left; width: 400px; padding-left: 15px; line-height: 40px; background: url(../images/list-style.png) no-repeat 0 18px;  }
div.section ul li a{ color: #666;}
div.section ul li a:hover{ color:#2696da;}

div.intro{ background: #3da4e3 url(../images/intro-bg.jpg) no-repeat center; height: 123px; }
div.intro p{ margin:25px 15px 10px 200px; line-height: 25px; color: #fff; text-indent: 2em; }
div.ways{ margin-bottom: 20px;}

#footer_link_info a{ color: #333;}
#footer_link_info a:hover{ color: #3da4e3;}

