@charset "utf-8";

.slider_wrap{position:relative;}
.btn_area {background:#fff; overflow:hidden; }
.btn_area button {display:block; width:45px; height:45px;font-size:16px; color:#fff; font-weight:bold; background:rgba(51,51,51,0.5);}
.btn_area button.btn_prev {float:left;position:absolute;top:50%;margin-top: -25px;left:0;-webkit-border-radius:0 30px 30px 0;-moz-border-radius:0 30px 30px 0;
										-ms-border-radius:0 30px 30px 0;-o-border-radius:0 30px 30px 0;border-radius:0 30px 30px 0;behavior:url("../js/PIE-1.0.0/PIE.htc");}
.btn_area button.btn_prev span{margin:5px 0 5px 16px;display:block;text-indent:-9999px;width:10px;height:18px;
										background-image:url("/issue/img/main/prev.png");background-size:10px 18px; background-repeat:no-repeat; }

.btn_area button.btn_next {float:right;position:absolute;top:50%;margin-top: -25px;right:0;-webkit-border-radius:30px 0 0 30px;-moz-border-radius:30px 0 0 30px;
										-ms-border-radius:30px 0 0 30px;-o-border-radius:30px 0 0 30px;border-radius:30px 0 0 30px;behavior:url("../js/PIE-1.0.0/PIE.htc");}
.btn_area button.btn_next span{margin:5px 0 5px 22px;display:block;text-indent:-9999px;width:10px;height:18px;
										background-image:url("/issue/img/main/next.png");background-size:10px 18px; background-repeat:no-repeat; }
.btn_area button.btn_prev {float: left;position: absolute;left: 0px;-webkit-border-radius:0 90px 90px 0;-moz-border-radius:0 90px 90px 0;
										-ms-border-radius:0 90px 90px 0;-o-border-radius:0 90px 90px 0;border-radius:0 90px 90px 0}
.btn_area button.btn_prev span {margin: 6px 0 5px 1px;display: block;text-indent: -9999px;width: 14px;height: 33px;background-image:url("/images/cardnews/e_btn_prev.png?v=3");background-size:14px 33px; background-repeat: no-repeat }
.btn_area button.btn_next {float: right;position: absolute;right: 0px;-webkit-border-radius:90px 0 0 90px;-moz-border-radius:90px 0 0 90px;-ms-border-radius:90px 0 0 90px;-o-border-radius:90px 0 0 90px;border-radius:90px 0 0 90px}
.btn_area button.btn_next span {margin: 6px 0 5px 11px;display: block;text-indent: -9999px;width: 14px;height: 33px;background-image: url("/images/cardnews/e_btn_next.png?v=3");background-size:14px 33px; background-repeat:no-repeat }
.btn_area .btn_page { display:inline-block; width:10px; height:10px; margin:3px; font-size:0px; line-height:0; text-indent:-9999px; background:#3399CC; }
.btn_area .btn_page.on { background:#ff0000; }
.page_area .txt_box {position: /*absolute*/relative;overflow: hidden;left: 0;bottom: 0;width: 100%;height: 35px;background: url('/images/cardnews/bg_card_bottom.png') repeat-x 0 0;-webkit-background-size: 1px 35px;background-size: 1px 35px;text-align: center;/*z-index: 10000*/}
.txt_num {padding-top: 10px;color: #fff;font-size: 17px;line-height: 35px;height: 16px;vertical-align: middle}
.card_add_last {background-color:#434345;float: none; display: block; position: absolute; top: 0px; left: 1380px; width: 460px;}
.card_add_last .c_a_l_wrap {padding: 0 20px 0px 20px;margin-top: 11px}
.card_add_last .c_a_l_wrap .thumb {margin-bottom: 9px;overflow: hidden;padding-bottom: 6px;padding: 10px;border: 1px solid #666}
.card_add_last .thumb_img {width:48%;margin-right: 17px;overflow: hidden;float: left;position: relative}
.card_add_last .thumb_txt {text-align: left}
.card_add_last .thumb_txt .tx {color: #fff;line-height: 1.5em;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;display:table-cell;vertical-align:middle;}
.card_add_last .thumb_txt .tx a {font-size: 1.1em}