@charset "utf-8";
   
* {   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select{   
    margin:0; padding:0;
}

ol,ul {
    list-style:none;
}
                                
a {
    text-decoration:none;
    outline:none;
    color: #ffffff;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: none;
}

input[type='checkbox'],
input[type='radio'] { 
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom:1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text']{   
    padding: 0px;
    color: #666;
    outline: none;
}

input::-webkit-input-placeholder {  /* WebKit browsers*/ 
    font-size: 12px;
    color: #c4c4c4;
    line-height: 18px;
    /* padding-left: 20px; */
}
 input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/ 
    font-size: 12px;
    color: #c4c4c4;
    line-height: 18px;
    padding-left: 20px;
}
input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/ 
    font-size: 12px;
    color: #c4c4c4;
    line-height: 18px;
    padding-left: 20px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
    font-size: 12px;
    color: #c4c4c4;
    line-height: 18px;
    padding-left: 20px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text']{   
    padding: 0px;
    color: #666;
    outline: none;
    border: none;
    -webkit-appearance: none;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    border:0;
}

/*h5新标签*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}


/* 重置表格元素 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
i {
    font-style: normal;
}

img {
    border: none;
}


/* 重置列表元素 */

ul,
ol,
li {
    list-style: none;
}

body {
    background: #f6f6f6;
   /* background: #ff2d2d;*/
    color: #333;
    overflow-x: hidden;
    font-size:16px;
    font-family:Microsoft Yahei;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a:hover {
    /* color: #EB891B; */
    text-decoration: none;
}


/*边距*/

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.ml15 {
    margin-left: 15px;
}

.w100 {
    width: 100%;
}

.text-align {
    text-align: center;
}


/*display*/

.hidden {
    display: none;
}

.show {
    display: block!important;
}


/*浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.overflow {
    overflow: hidden;
}


/*定位*/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F6F6F6
}


/* 背景 */

.bgwhite {
    background-color: #fff;
}


/* 去除input,textarea默认样式 */

input,
button,
select,
textarea {
    outline: none
}

textarea {
    resize: none
}
.line1{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.line2{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.ellipse {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.threeLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
/* 加载更多 */
.wrap_1200{
  width: 1200px;
  margin: 0 auto;
}
.weather_box div{
  font-size: 12px;
  color: #595757;
  line-height: 42px;
}
.weather_icon{
  width: 20px;
  height: 20px;
  margin: 11px 10px 0 10px;
}
.login_box span a{
  font-size: 12px;
  color: #666666;
  line-height: 42px;
}
.login_box span:nth-child(2){
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: rgba(151,151,151,0.30);
  margin: 0 10px;
}
.web_logo{
  width: 225px;
  height: 65px;
}
.web_logo img{
  width: 100%;
  height: 100%;
}
.index_top{
  width: 100%;
  height: 42px;
  background: rgba(255,255,255,0.30);
}
.top_banner{
  padding-top: 20px;
padding-bottom: 20px;
}
.search {
  position: relative;
  width: 284px;
  margin: 10px 0;
}
.search input {
  width: 225px;
  height: 40px;
  padding-left: 13px;
  font-size: 14px;
}
.search-btn {
  width: 68px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.web_title{
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.nav_wrap{
  height: 68px;
}
.nav_list{
  width: 1200px;
  margin: 0 auto;
}
.nav_list li{
  text-align: center;
  float: left;
  width: 150px;
  font-size: 20px;
  color: #ffffff;
  line-height: 68px;
  position: relative;
  flex: 1;
}
.nav_list li:last-child::after{
  background: none;
}
.nav_list li::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: url(../images/line.png?v=20230526094134?v=20230817143035) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 24px;
}
.nav_list li.current{
  height: 80px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  margin-top: -6px;
  line-height: 80px;
}
/* 广告 */
.ad1{
  width: 1200px;
  height: 100px;
  position: relative;
}
.ad1 div{
  width: 100%;
  height: 100%;
}
.ad1 a img{
  width: 100%;
  height: 100%;
}
.ad_sign{
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 25px;
  background: rgba(0,0,0,0.20);
  border-radius: 0px 4px 0px 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
}


.text-align {
  text-align: center;
}
.bgwhite {
  background-color: #fff;
}
/* 公共底部 */
.footer{
  width: 100%;
  background: #333333;
  padding-bottom: 69px;
}
.footer_top{
  border-bottom: 1px solid #4d4d4d;
  width: fit-content;
  margin: auto;
}
.footer_top li{
  float: left;
  font-size: 14px;
  color: #cccccc;
  line-height: 55px;
}
.footer_top li a{
  color: #cccccc;
}
.footer_top li::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #4d4d4d;
  margin: 0 30px;
  margin-top: 33px;
}
.footer_top li:last-child::after{
  width: 0;
}
.footer p{
  font-size: 12px;
  color: #cccccc;
  line-height: 28px;
  text-align: center;
}
.footer p a{
  color: #cccccc;
}
.footer_bottom{
  margin-top: 20px;
}
/* 面包屑 */
.bread-crumbs{
  margin: 15px 0;
  height: 35px;
  line-height: 35px;
  background: #f7f7f7;
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #999;
}
.cur_place_wrap a{font-size: 14px;color: #222;margin: 0 5px 0 0px;}
.cur_place_wrap a:last-child {
  font-size: 14px;
  color: #222;
}
.cur_place_wrap {
  margin-bottom: 11px;
  margin-top: 13px;
}
/* 分页 */
.meneame {
  display: flex;
  justify-content: center;
  height: 40px!important;
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: 0!important;
  margin-bottom: 30px;
}
.meneame .current {
  background: #C60605 !important;
  color: #ffffff!important;
  margin-left: 0;
}
.meneame span, .meneame strong, .meneame a {
  min-width: 20px;
  height: 40px;
  line-height: 40px!important;
  border-radius: 4px;
  background: #ffffff;
  float: left;
  font-size: 14px!important;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333!important;
  margin-right: 9px!important;
  border: none!important;
  padding: 0 10px!important;
  text-decoration: none;
  box-sizing: content-box;
}
/* 加载更多 */
.load_more {
  width: 210px;
  height: 64px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #999999;
  line-height: 64px;
  position: relative;
  font-size: 14px;
  padding-left: 50px;
  cursor: pointer;
}
.load_more_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/loading-icon.png?v=20230526094134?v=20230817143035) no-repeat;
  background-size: 100%;
  margin-left: 14px;
  position: absolute;
  margin-top: 25px;
  left: 12px;
}
.load_more_animate {
-webkit-transform: rotate(360deg);
animation: rotation 1.5s linear infinite;
-moz-animation: rotation 1.5s linear infinite;
-webkit-animation: rotation 1.5s linear infinite;
-o-animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
from {
  -webkit-transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes rotation {
from {
  -webkit-transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
}
}

.nav_wrap{
  background: #0068DA;
}
.search input {
  background: rgba(255,255,255,0.30);
  border-radius: 4px 0px 0px 4px;
  backdrop-filter: blur(10px);
  color: #999999;
}
.nav_list li.current{
  background: linear-gradient(0deg,#0068da, #0f81ff 93%);
  border: 1px solid #2387e3;
}
.city_news_tab .tab_ul li.active,.tab_list1 p:hover:before,
.information-list li:hover .name-box .circle,
.channel_list li.living,
.program_list li.living,
.city_list li.active,
.tuji_tabs li.act
{
  background: #0068DA;
}

.theme_color,
.big_headline a:hover,
.little_headline a:hover,
/* .tab_list_card p:hover, */
.swiper-slide p:hover,
.video_list li:hover p,
.normal-box_list li a p:hover,
/* .words_report a p:hover,
.deep_report_right_list li a p:hover, */
/* .information-list li:hover .name-box .name, */
/* .search_text, */
.large_box .page_num,
.big_video .desc p:hover,
.two_pic_li p:hover,
.words_list li p:hover,
.hasimg_list li p:hover,
.img_matrix_list li p:hover,
.tab_list1 p:hover a,
.tab_list_card p:hover,
.mySwiper5 .swiper-slide .title_box p:hover
{
  color: #0068DA;
}

.news_word li a:hover{
  color: #0068DA!important; 
}

.small_list ul li.on .imgBox img{
  border: 2px solid #0068DA;
}

.need_login_tips a{
  color: #0068DA;
}