176 lines
7.8 KiB
CSS
176 lines
7.8 KiB
CSS
@charset "utf-8";
|
||
/* CSS Document */
|
||
|
||
body{ margin:0px; padding:0px; border:0px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#636363; font-size:14px; width:100%; background:#ffffff;}
|
||
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#646464; font-size:12px;}
|
||
a:hover{ text-decoration:none;}
|
||
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
|
||
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
|
||
li{ list-style:none;}
|
||
.clear{ clear:both !important; height:0px !important; width:0px !important; float:none !important; margin:0px !important; padding:0px !important; border:0px !important;}
|
||
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
|
||
img{ max-width:100% !important;}
|
||
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
|
||
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#ccc; font-size:14px;}
|
||
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#ccc; font-size:14px;}
|
||
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#ccc; font-size:14px;}
|
||
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#ccc; font-size:14px;}
|
||
.fl{ float:left;}
|
||
.fr{ float:right;}
|
||
.pc{ display:block;}
|
||
.mo{ display:none;}
|
||
/*黑白照片*/
|
||
.gray {
|
||
-webkit-filter: grayscale(100%);
|
||
-moz-filter: grayscale(100%);
|
||
-ms-filter: grayscale(100%);
|
||
-o-filter: grayscale(100%);
|
||
filter: grayscale(100%);
|
||
filter: gray;
|
||
}
|
||
|
||
.gray:hover {
|
||
-webkit-filter: grayscale(0%);
|
||
-moz-filter: grayscale(0%);
|
||
-ms-filter: grayscale(0%);
|
||
-o-filter: grayscale(0%);
|
||
filter: grayscale(0%);
|
||
filter: gray;
|
||
}
|
||
/*圆角5px*/
|
||
.radius5{
|
||
-webkit-border-radius:5px;
|
||
-moz-border-radius:5px;
|
||
-ms-border-radius:5px;
|
||
-o-border-radius:5px;
|
||
border-radius:5px;
|
||
}
|
||
/*圆角10px*/
|
||
.radius10{
|
||
-webkit-border-radius:10px;
|
||
-moz-border-radius:10px;
|
||
-ms-border-radius:10px;
|
||
-o-border-radius:10px;
|
||
border-radius:10px;
|
||
}
|
||
/*图片变大*/
|
||
.tra{
|
||
-webkit-transform: scale(1);
|
||
-moz-transform: scale(1);
|
||
-ms-transform: scale(1);
|
||
-o-transform: scale(1);
|
||
filter: scale(1);
|
||
filter: transform;
|
||
transition: all 0.5s ease 0s;
|
||
-webkit-transform: all 0.5s ease 0s;
|
||
}
|
||
.tra:hover{
|
||
-webkit-transform: scale(1.15);
|
||
-moz-transform: scale(1.15);
|
||
-ms-transform: scale(1.15);
|
||
-o-transform: scale(1.15);
|
||
filter: scale(1.15);
|
||
filter: transform;
|
||
transition: all 0.5s ease 0s;
|
||
-webkit-transform: all 0.5s ease 0s;
|
||
}
|
||
/*透明度50%*/
|
||
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}
|
||
|
||
.shadow5{
|
||
-webkit-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px;
|
||
-moz-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px;
|
||
-ms-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px;
|
||
-o-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px;
|
||
box-shadow:rgba(0,0,0,0.13) 5px 5px 5px;
|
||
}
|
||
|
||
.shadow10{
|
||
-webkit-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px;
|
||
-moz-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px;
|
||
-ms-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px;
|
||
-o-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px;
|
||
box-shadow:rgba(0,0,0,0.13) 5px 5px 10px;
|
||
}
|
||
|
||
.close_div{ width:50%; margin:auto;padding-bottom:30px;}
|
||
.close{ margin:auto; width:100%; height:30px; line-height:30px; border-radius:5px; background:#BC191C; color:#fff; font-size:14px; }
|
||
.close:hover{ background:#FF0004;cursor:pointer;}
|
||
|
||
|
||
.textpage{ width:1150px; max-width:98%; margin: 0 auto; margin-bottom:14px;}
|
||
.textpage .textpage_top{ padding:17px 0; border-bottom:#d6d6d6 dotted 1px; position:relative;}
|
||
.textpage .textpage_top .zihao{ display:inline-block; top:24px; right:20px; height:0; position:absolute; z-index:1;}
|
||
.textpage .textpage_top .zihao div{ float:left; width:50px; height:26px; text-align:center; line-height:26px; font-size:17px; color:#333333; border:#eaeaea solid 1px; border-radius:3px; margin-left:6px; cursor:pointer;}
|
||
--.textpage .textpage_top .zihao div:hover{ border:#bf2625 solid 1px; color:#bf2625;}
|
||
.textpage .textpage_top .textpage_title{ width:100%; text-align:center; color:#333333; font-size:24px; line-height:24px; padding:10px 0;}
|
||
.textpage .textpage_bottom{ width:100%; text-align:center; height:14px; overflow:hidden;}
|
||
.textpage .textpage_bottom div{ display:inline-block; text-align:left;}
|
||
.textpage .textpage_bottom div span{ color:#999999; line-height:14px; font-size:12px; margin:0 15px; padding-left:20px; float:left;}
|
||
.textpage .textpage_bottom div span.textpage_bottom1{ background:url(../images/bg3q.png) no-repeat 0 50%;}
|
||
.textpage .textpage_bottom div span.textpage_bottom2{ background:url(../images/bg3w.png) no-repeat 0 50%;}
|
||
.textpage .textpage_bottom div span.textpage_bottom3{ background:url(../images/bg3e.png) no-repeat 0 50%;}
|
||
|
||
.textpage .newstext{ line-height:1.72em; padding:20px 15px;}
|
||
.textpage .link_box{ width:94%; margin:0 3%; height:52px; border-top:#d6d6d6 solid 1px;}
|
||
.textpage .link_box .prv_page{ float:left;}
|
||
.textpage .link_box .nex_page{ float:right;}
|
||
.textpage .link_box div{ max-width:50%;}
|
||
.textpage .link_box div a{ color:#333333; white-space:pre; overflow:hidden; text-overflow:ellipsis; max-width:100%; font-size:13px; line-height:52px; display:inline-block;}
|
||
|
||
.video{ width:790px; height:434px; position:relative; display:inline-block; margin:15px 0;}
|
||
|
||
|
||
|
||
|
||
.dzs .zsdt_xun .zsdt_xun_img{ background:#c4c4c4; -webkit-align-items:center; display:-webkit-flex;-webkit-justify-content:center; }
|
||
.dzs .zsdt_xun .zsdt_xun_img img{ width:auto;}
|
||
--.dzs .zsdt_xun:hover .zsdt_xun_img{ background:#bf2625;}
|
||
|
||
.wzlb_box{ width:100%; margin-bottom:20px;}
|
||
.wzlb_box .wzlb_xun{ width:100%; display:inline-block; float:left; border-bottom:#dfdfdf solid 1px; height:50px; position:relative;}
|
||
--.wzlb_box .wzlb_xun .wzlb_xun_left{ background:url(../images/bg12.png) no-repeat 12px 50%; width:100%; padding:0 72px 0 35px; color:#555555; line-height:50px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:pre;}
|
||
.wzlb_box .wzlb_xun .wzlb_xun_right{ position:absolute; width:72px; top:0; right:0; color:#999999; line-height:50px; font-size:13px;}
|
||
--.wzlb_box .wzlb_xun:hover .wzlb_xun_left{ background:url(../images/bg12q.png) no-repeat 12px 50%; color:#b61110;}
|
||
|
||
.wzlb_top{ width:100%; border-bottom:#cfcfcf solid 1px; height:40px;}
|
||
.wzlb_top .wzlb_top_left{ border-bottom:#b61110 solid 1px; font-size:22px; color:#333333; line-height:40px; display:inline-block; float:left;}
|
||
.wzlb_top .wzlb_top_right{ width:72px; float:right; font-size:15px; color:#333333; font-weight:bolder;}
|
||
|
||
|
||
@media screen and (max-width:1040px){
|
||
.pc{ display:block;}
|
||
.mo{ display:none;}
|
||
.disable_text_highlighting,body {
|
||
/*去除选中高亮*/
|
||
-webkit-touch-callout: none;
|
||
-webkit-user-select: none; /* Webkit */
|
||
-moz-user-select: none; /* Firefox */
|
||
-ms-user-select: none; /* IE 10 */
|
||
/* Opera 目前不支持在Opera,但将很快 */
|
||
-o-user-select: none;
|
||
user-select: none;
|
||
}
|
||
.wxgzh{ display:none;}
|
||
.textpage .textpage_top .zihao{ display:none;}
|
||
}
|
||
@media screen and (max-width:770px){
|
||
|
||
.textpage .textpage_top .textpage_title{ font-size:19px;}
|
||
.textpage .newstext{ padding:2%;}
|
||
.video{ width:100%; height:auto;}
|
||
.index_div .index_box .index .index_xun .index_text .index_small{ display:none;}
|
||
.index_div .index_box .index .index_xun .index_text .index_title{ height:80px; white-space:normal; margin-bottom:25px;}
|
||
.index_date{ display: block;}
|
||
div.point a{ width:10px; height:10px;}
|
||
|
||
#btn_prev, #btn_next{ display:none !important;}
|
||
|
||
div.point{ margin:0 0 0 -30px; bottom:15px;}
|
||
.footer .footer_nei2 a{ display:none;}
|
||
.textpage .link_box{ height:auto;}
|
||
.textpage{ border-radius:5px;}
|
||
.textpage .link_box div{ width:100%; max-width:100%; float:left;}
|
||
.textpage .link_box div a{ line-height:30px;}
|
||
}
|