﻿@charset "utf-8";
/* 网站通用字体信息 */
* {font-family:宋体;font-size:14px;color:#666666;line-height:22px;word-wrap:break-word;}
/*通栏宽度*/
.w_1200 {width:1200px;}
.w_1200_110 {width:1200px;height:120px;}
.w_1200_155 {width:1200px;height:155px;margin-bottom:10px;}
.w_500 {width:500px;}
.w_980 {width:980px;}
.w_850 {width:850px;}
.w_129 {width:129px;}
.w_220 {width:220px;}
.w_210 {width:210px;}
.w_280 {width:280px;}
.w_200 {width:200px;}
.w_172 {width:172px;}
/*外边距*/
.m_top5 {margin-top:5px;}
.m_top10 {margin-top:10px;}
.m_top30 {margin-top:30px;}
.m_right10 {margin-right:10px;}
.m_right15 {margin-right:15px;}
.m_right20 {margin-right:20px;}
.m_right30 {margin-right:30px;}
.m_right35 {margin-right:30px;}
.m_right45 {margin-right:45px;}
.m_bot20 {margin-bottom:20px;}
.m_bottom30 {margin-bottom:30px;}
/*边框*/
.border_1 {border:1px solid #e7e7e7;}
/*所有a的样式*/
a {text-decoration:none;}
a:hover {text-decoration:underline;}
/*常用颜色*/
.blue {color:#9bd9f5;}
.red {color:red;}
/*栏目标题h2*/

/*分页列表样式*/
.pageBox {text-align:center;width:850px;padding-top:20px;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color:#707070;width:34px;height:34px;font:bold 14px/34px arial;}
.pageBox a:hover,.pageBox a:active {background:#003694;color:#FFFFFF;text-decoration:none;}
.pageBox .cur {background:#003694;border:1px solid #003694;text-decoration:none;}
.pageBox a.cur {color:#fff;}
.pageBox .disabled {width:79px;}

/*内容列表样式*/
.fenye {text-align:center;width:850px;padding-top:20px;}
.fenye a {border:1px solid #ddd;display:inline-block;margin-right:6px;color:#707070;width:20px;height:20px;font:12px/20px arial;}
.fenye a:hover,.fenye a:active {background:#003694;color:#FFFFFF;text-decoration:none;}
.fenye .cur {background:#003694;border:1px solid #003694;text-decoration:none;}
.fenye a.cur {color:#fff; width:auto;}
.fenye .disabled {width:60px;}
