/************************************************
Author: chinasspp.com, Leanne.Liu
*************************************************/

/* COLUMN */
.col { float: left; margin-bottom: 15px; padding: 0 0 40px 10px; width: 950px; background-color: #FFF; }

.col .t { display: inline-block; margin-bottom: 0; margin-top: 5px; padding: 5px; width: 630px; border-bottom: 1px solid #000; }
.col .t b { color: #000; font-size: 16px; font-family: "微软雅黑", "宋体"; font-weight: normal; }
.col .t a { float: right; color: #00A2FF; }

.col .roll { float: left; display: inline-block; position: relative; padding: 0 23px; width: 594px; height: 160px; overflow: hidden; }
.col .roll span { display: inline-block; margin-left: 0; }/* 宽度198的倍数 js控制 */
.col .roll a { float: left; display: inline; margin: 10px 5px; width: 188px; height: 140px; line-height: 40px; color: #000; text-align: center; overflow: hidden; }
.col .roll a img { height: 140px; }/* 固定图片高度 */
.col .roll a:hover img { filter: alpha(opacity=90); opacity: 0.9; -moz-opacity: 0.9; }

.col .prev, .col .next { float: left; display: inline-block; position: relative; top: -160px; margin: 0 0 -160px; width: 23px; height: 160px; background-color: #FFF; text-indent: -2000px; }
.col .prev i, .col .next i { float: left; display: block; margin: 59px 0; width: 13px; height: 42px; background: url(../images/icon.gif) no-repeat #FFF; }
.col .prev { left: 0; padding-right: 5px; }
.col .prev i { background-position: -26px -436px; }
.col .prev i.have { background-position: 0 -436px; cursor: pointer; }
.col .next { left: 617px; padding-left: 10px; }
* html .col .next { left: 589px; }
*+ html .col .next { left: 589px; }
.col .next i { background-position: -33px -484px; }
.col .next i.have { background-position: -7px -484px; cursor: pointer; }

.col .n_list { width: 640px; }
.col .n_list li { display: block; padding: 7px 0; border-bottom: 1px dashed #B7B7B7; }
.col .n_list li.last { margin-bottom: 30px; }
.col .n_list li span { float: right; padding: 0 5px; color: #B3B3B3; }
.col .n_list li a { display: inline-block; background: url(../images/icon.gif) -143px -145px no-repeat; text-indent: 15px; }
.col .n_list li a:hover { background: url(../images/icon.gif) -143px -115px no-repeat; }
.col .pagination { width: 640px; }

.col .r { float: right; width: 292px; }
.col .r .t { width: 260px; }
.col .r .r_1, .col .r .r_2, .col .r .r_3 { float: right; display: block; margin-bottom: 15px; padding: 0 10px 10px; width: 270px; border: 1px solid #E0E0E0; overflow: hidden; }

.col .r .r_1_1 { display: inline-block; margin-bottom: 5px; padding: 5px 10px 10px; width: 250px; background-color: #F7F7F7; }
.col .r .r_1_1 a { color: #00A2FF; }
.col .r .r_1_1 p { margin-bottom: 0; height: 30px; line-height: 30px; font-size: 14px; overflow: hidden; }
.col .r .r_1_1 .img { float: left; display: block; margin-right: 10px; width: 120px; height: 90px; border: 1px solid #E0E0E0; text-align: center; overflow: hidden; }
.col .r .r_1_1 .img img { height: 90px; }

.col .r .r_1 li { display: block; height: 35px; line-height: 35px; background: url(../images/icon.gif) -140px -106px no-repeat; overflow: hidden; text-indent: 15px; }

.col .r_2 .img { display: block; margin-top: 15px; width: 270px; height: 160px; text-align: center; overflow: hidden; }
.col .r_2 .img img { height: 160px; }
.col .r_2 p.name { margin-bottom: 0; height: 40px; overflow: hidden; }
.col .r_2 p.name a { line-height: 40px; color: #000; font-size: 14px; }
.col .r_2 span { display: block; padding-bottom: 15px; line-height: 25px; }

.col .r_3 ul { width: 312px; }
.col .r_3 li { float: left; display: inline-block; margin: 15px 42px 15px 0; }
.col .r_3 li a { display: block; width: 60px; height: 40px; border: 1px solid #E0E0E0; text-align: center; overflow: hidden; }
.col .r_3 li img { margin-bottom: 15px; height: 40px; }/* 固定图片高度 */

.col .r_adv { float: right; display: block; }
.col .r_adv a { display: block; margin: 0 0 3px; width: 290px; border: 1px solid #EEE; }
.col .r_adv a img { width: 290px; }

/* CARD */
#card_o { float: left; display: none; position: absolute; z-index: 800; padding: 1px; width: 300px; height: 123px; border: 1px solid #E0E0E0; background: url(../images/loading.gif) center center no-repeat #FFF; }
#card_o a { display: block; width: 300px; height: 123px; overflow: hidden; }
#card_o a:hover { text-decoration: none; }
#card_o a img { width: 300px; }
#card_o a.text { display: block; position: relative; top: -60px; padding: 5px 0; margin-bottom: -60px; height: 50px; line-height: 25px; background-color: #000; color: #FFF; text-align: center; filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
#card_o a.text b { display: inline-block; height: 25px; font-size: 14px; font-weight: normal; overflow: hidden; }
