/*
 * Author: 王兴民
 * Date time: 2020/11/15
 * Copyright (c) 2016~2020 王兴民 All rights reserved.
 */
.bh1 {height:60px}
.bh2 {height: 359px}
.bh3 {height: 329px}
.bh4 {height: 320px}

#jsDt {line-height: 60px;font-size: 14px}
/*轮播*/
.slider{position: relative;width:100%;margin:0 auto;overflow: hidden}
.slider.default{height:359px}
.slider ul{list-style: none outside none;}
.slider ul,.slider li{padding: 0}
.slider .slider-item li{position:absolute;top:0;left:0;display:block;width: 100%;overflow: hidden}
.slider .slider-item li img{width: 100%;height:100%;object-fit: cover}
.slider.default .slider-item li{height:359px}
.slider .slider-item li:not(:first-child){display: none}
.slider .slider-item li p{position: absolute;bottom: 0;right:0;left:0;width:100%;height:30px;padding: 10px 0;font-size: 14px;line-height:30px;text-indent: 1em;color:#fff;background-color: rgba(0,0,0,.5);background-color: #333\9;*filter: alpha(75)}
.slider .slider-nav{position: absolute;margin:auto;text-align: center}
.slider.default .slider-nav{bottom: 20px;right:10px}
.slider .slider-nav li{width: 16px;height:16px;line-height:1;display: inline-block;zoom:1;*display: inline}
.slider .slider-nav a{display:inline-block;zoom:1;*display: inline;margin:0 auto;height:6px;width:6px;border:2px solid #000;background-color: #222;font:0/0 a;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
.slider a.active{background-color: #f00}
/*标题*/
.hot-news-title {height:50px;padding:15px}
.hot-news-title h4 {line-height: 1.2;font-size: 24px;font-weight: normal;text-align:center;color: #bb0000}
/*列表*/
.list.list-hot-news {line-height: 40px}
.list-hot-news li {font-size: 18px}
.list.list-pictures {padding:0;margin-right: -30px}
.list-pictures li {float:left;width: 320px;height: 160px;margin: 0 15px 15px 0}
.list-pictures li:first-child,.list-pictures li.first {width: 498px;height: 335px}
.list-pictures li a {display: block;position: relative;height:100%;width:100%}
.list-pictures li a:link,.list-pictures li a:visited,.list-pictures li a:active {color: #fff}
.list-pictures li a:hover {color: #ff8d00}
.list-pictures li a img {width: 100%;height: 100%;object-fit: cover}
.list-pictures li a p {position: absolute;width:100%;height: 40px;padding:0;line-height: 40px;right:0;bottom: 0;left:0;text-align:center;text-indent: 1em;overflow: hidden;text-overflow: ellipsis;background-color: rgba(0,0,0,.2);}
/*按钮组*/
.btn-group.group-colorful{padding:0}
.group-colorful li {height: 151px;margin-bottom: 15px;line-height:151px;border:1px solid #ccc;-webkit-border-top-right-radius:15px;border-top-right-radius: 15px}
.group-colorful li a{display: block;height:100%;font-size: 24px;vertical-align: middle}
.group-colorful li a:link,.group-colorful li a:visited,.group-colorful li a:active {color: #fff}
.group-colorful li a:hover {color: #ff8d00}
.group-colorful li a span {position:relative;top:15px;margin-right:10px;font-size: 64px}
.group-colorful li.blue {background-color: #0d6dc3;border-color: #0d6dc3}
.group-colorful li.red {background-color: #bb0000;border-color: #bb0000}
/*数据框*/
.fieldset-title {padding:10px;margin:0;border:1px solid #bb0000;border-top-width: 2px}
.fieldset-title legend {height:30px;line-height:30px;padding:0 15px;font-size: 18px;color: #b10000}
/*友情链接*/
.friend-links{text-align: center}
.friend-links select{width:90%;height:40px;line-height:40px;font-size:16px;border:1px solid #ddd;outline:none}
.friend-links select::-ms-expand {border:none;background-color: transparent}
.friend-links select option{line-height:30px;font-size:14px}


/*写点样式，让轮播好看点*/
ul, ol { padding: 0;}
#slider { position: relative; overflow: auto; text-align: center;}
#slider li { list-style: none;}
#slider ul li { float: left; }
#slider ul li img { height: 359px;object-fit: cover; width: 100%;}
#slider ul li p { position: absolute;bottom: 0;line-height: 45px; opacity: .4;background-color: #000;color: #fff;width: 633.75px;height:45px;text-indent: 20px;text-align:left}
#slider { width: 633.75px;}
#slider .dots { position: absolute; right: 0; bottom: 15px;}
#slider .dots li { display: inline-block; width: 6px;height: 6px; margin: 0 4px; text-indent: -999em;border: 2px solid #1e9fff;border-radius: 6px; cursor: pointer; opacity: .4; -webkit-transition: background .5s, opacity .5s;-moz-transition: background .5s, opacity .5s;transition: background .5s, opacity .5s;}
#slider .dots li.active {background: #fff;opacity: 1;}
#slider .arrow { position: absolute; top: 200px;}
#slider #al { left: 15px;}
#slider #ar { right: 15px;}