/************************************************
Author: chinasspp.com, Leanne.Liu
*************************************************/

/* COLUMN */
.col { float: left; margin-bottom: 15px; padding: 0 10px 40px 0; width: 950px; background-color: #FFF; }

.col .title { display: inline-block; margin-bottom: 0; margin-top: 15px; width: 650px; border-bottom: 1px solid #B7B7B7; }
.col .title strong { padding: 0 10px; color: #000; font-size: 16px; font-family: "微软雅黑", "宋体"; font-weight: normal; }
.col .title a, .col .title b { float: right; margin-left: 1px; padding: 0 15px; }
.col .title a { position: relative; top: 6px; height: 20px; background-color: #707070; color: #FFF;}
.col .title a:hover { background-color: #5E5E5E; color: #FFF; text-decoration: none; }
.col .title b { position: relative; top: 1px; height: 25px; line-height: 25px; background-color: #FFF; border: 1px solid #B7B7B7; border-bottom: none; font-weight: normal; }


.col #n_list li { display: inline-block; margin-left: 10px; padding: 30px 0; width: 640px; border-bottom: 1px solid #B7B7B7; }
.col #n_list li .p1 { margin-bottom: 0; height: 150px; line-height: 25px; overflow: hidden; }
.col #n_list li .p1 a { color: #000; font-size: 14px; }
.col #n_list li .p1 a:hover { color: #00A2FF; }
.col #n_list li .p1 a.img { float: left; display: block; margin-right: 10px; width: 215px; height: 130px; overflow: hidden; }
.col #n_list li .p1 a.img img { width: 215px; } /* 固定图片宽度 */
.col #n_list li .p1 i { color: #999; }

.col .pagination { width: 650px; }


.col .r { float: right; width: 282px; }
.col .r .r_1 { float: right; display: block; margin-top: 15px; padding: 10px 0 20px; width: 280px; border: 1px solid #E0E0E0; overflow: hidden; }
.col .r .r_1 ul { float: left; display: block; margin-left: 0; margin-bottom: 3px; height: 415px; overflow: hidden; } /* 宽度280的倍数 js控制 */
.col .r .r_1 li { float: left; display: inline; margin: 0 10px; width: 260px; }
.col .r .r_1 li a { display: block; width: 260px; height: 415px; color: #FFF; overflow: hidden; }
.col .r .r_1 li a img { height: 415px; } /* 固定图片高度 */
.col .r .r_1 .dot { clear: both; margin: 0 auto; width: 85px; }
.col .r .r_1 .dot i { float: left; display: inline-block; margin: 10px 3px 0; width: 11px; height: 11px; background: url(../images/icon.gif) -17px -292px no-repeat; text-indent: -2000px; overflow: hidden; cursor: pointer; }
.col .r .r_1 .dot i:hover, .col .r .r_1 .dot i.current { background: url(../images/icon.gif) left -292px no-repeat; }

.col .r .r_2 { float: right; display: block; margin-top: 15px; padding: 10px 0 20px; width: 280px; border: 1px solid #E0E0E0; overflow: hidden; }
.col .r .r_2 .t { margin-bottom: 5px; padding: 0 10px; font-size: 14px; font-weight: bold; font-family: "微软雅黑", "宋体"; }
.col .r .r_2 .text { padding: 0 10px; }
.col .r .r_2 .text li { float: left; display: block; margin: 3px 0; padding: 5px 0; width: 100%; height: 14px;background: url(../images/icon.gif) -140px -106px no-repeat; text-indent: 20px; overflow: hidden; }
.col .r .r_2 .text li a:hover, .col .r .r_2 .text li a.current { color: #00A2FF; text-decoration: underline; }
.col .r .r_2 .img { display: block; height: 170px; overflow: hidden; } /* 宽度280的倍数 js控制 */
.col .r .r_2 .img li { float: left; display: inline; margin: 0 10px; width: 260px; }
.col .r .r_2 .img li a { display: block; width: 260px; height: 170px; overflow: hidden; }
.col .r .r_2 .img li img { width: 260px; } /* 固定图片高度 */

.col .r .r_2 .move { float: right; position: relative; top: -24px; margin-bottom: -24px; padding-right: 10px; height: 24px; overflow: hidden; }
.col .r .r_2 .prev, .col .r .r_2 .next { float: left; display: inline-block; margin-right: 5px; }
.col .r .r_2 .prev i, .col .r .r_2 .next i { display: block; margin-left: 0; width: 25px; height: 18px; text-indent: -2000px; }
.col .r .r_2 .prev i { background: url(../images/icon.gif) left -200px no-repeat; }
.col .r .r_2 .next i { background: url(../images/icon.gif) left -224px no-repeat; }
.col .r .r_2 .prev i.have { background: url(../images/icon.gif) right -200px no-repeat; cursor: pointer; }
.col .r .r_2 .next i.have { background: url(../images/icon.gif) right -224px no-repeat; cursor: pointer; }
