@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(header.css);
@import url(footer.css);


.main_ztzl{ padding:20px 30px; background:#f7f7f7; margin-top:29px;}
/*热点专题*/
.rdzt_box{ width:100%; height:auto; overflow:hidden;}
.rdzt_box .rdzt_title h2 a{ display:block; font-weight:bold; font-size:22px; color:#226ebc; text-align:center;}
.rdzt_box .rdzt_title p{ width:40px; height:3px; margin:10px auto 0 auto; background:#226ebc;}

.rdzt_box .rdzt_list ul {width:110%; margin-top:24px; overflow:hidden;}
.rdzt_box .rdzt_list ul li{width: 386px;height: 126px;background: #ffffff; float: left;margin-right: 26px;position: relative;margin-bottom: 27px;}
.rdzt_box .rdzt_list ul li .pic{display: block; width:386px;height:72px;margin: 0px auto;overflow: hidden;}
.rdzt_box .rdzt_list ul li .pic img{display: block; width:386px;height:72px;object-fit: cover;}
.rdzt_box .rdzt_list ul li .text{height:53px;margin-left: 10px; }
.rdzt_box .rdzt_list ul li .text span{ display:block; margin-top:19px; font-size:10px; font-weight:bold; color:#000; float:left;}
.rdzt_box .rdzt_list ul li .text a{text-indent: 0.3em;display: block; float:left; width:70%;height:53px;line-height: 53px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#5e5e5e;}
.rdzt_box .rdzt_list ul li .text:hover a{ color:#226ebc;}
.rdzt_box .rdzt_list ul li .enter{display: block;width:88px;height: 26px;position: absolute;right:15px;bottom:16px;text-align: center;line-height:26px;font-size: 14px; background:#226ebc;color: #fff; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;}
.rdzt_box .rdzt_list ul li .enter:hover{ background:#175a9f;}
.main_ztzl .circle{width:100px;height: 16px;margin:5px auto 0; *margin:30px auto 0;}
.main_ztzl .circle li{width:10px;height: 10px;background: #b6b6b6;border-radius: 50%;margin-left:9px;float: left;cursor: pointer;}
.main_ztzl .circle li.on{background: #226ebc;}

/*历史专题*/
.lszt_box{ margin-top:50px; height:auto; overflow:hidden;}
.lszt_box .lszt_title h2 a{ display:block; font-size:22px;  text-align:center;}
.lszt_box .lszt_title p{ width:40px; height:3px; margin:10px auto 0 auto; background:#226ebc;}
.lszt_box .lszt_list{ height:auto; overflow:hidden;}
.lszt_box .lszt_list ul { width:110%; margin-top:20px;}
.lszt_box .lszt_list ul li{width: 386px;height: 126px;background: #ffffff; float: left;margin-right: 26px;position: relative;margin-bottom: 27px;}
.lszt_box .lszt_list ul li .bt_left{ width:272px;  margin:45px 0 0 10px;}
.lszt_box .lszt_list ul li .bt_left em{ display:block; margin-top:4px; font-size:10px; font-weight:bold; color:#000; float:left;}
.lszt_box .lszt_list ul li .bt_left a{text-indent: 0.3em;display: block; float:left; width:98%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#5e5e5e;}
.lszt_box .lszt_list ul li .jrzt_right{width:88px;height: 26px; margin-top:84px; margin-right:15px;  color: #fff; border-radius:20px; }
.lszt_box .lszt_list ul li .jrzt_right a{ display:block; color:#fff; font-size:14px; height: 26px; line-height:26px;text-align:center;background:#bababa;-moz-border-radius:20px; -webkit-border-radius:20px;}
.lszt_box .lszt_list ul li .jrzt_right a:hover{ background:#226ebc;}


