﻿@charset "utf-8";
@media screen and (min-width:1024px){
.header,
.header .head .logo img,
.header .head .search,
.nav>li>a,
.slideshow .prev,
.slideshow .next,
.slide-news .itm .cover img,
.slide-news .itm .info,
.list-xxyw .itm,
.list-xxyw .itm em,
.list-xxyw .itm span,
.slide-flash .itm .cover img,
.slide-flash .itm .info,
.list-flash .itm,
.list-flash .itm span,
.list-flash .itm em,
.list-notice .itm,
.list-notice .itm .date,
.list-notice .itm .date b,
.list-notice .itm .date i,
.list-notice .itm span,
.list-notice .itm em,
.list-focus .itm,
.list-focus .itm span,
.list-focus .itm em,
.list-media .itm,
.list-media .itm img,
.slide-special .itm .cover,
.slide-special .itm .cover img,
.list-quick .itm .ico,
.box .box-tit .more,
.box .box-tit .more:after{ transition: all .35s;}

/*  */

.nav>li>a:hover{ font-weight: bold;}

.slideshow .prev:hover,
.slideshow .next:hover{ opacity: 1;}

.slide-news .itm:hover .cover img{ transform: scale(1.05);}
.slide-news .itm:hover .info{ background: var(--primary);}

.list-xxyw .itm:hover{ border-bottom: 1px solid var(--secondary); transform: translateY(-.25vw);}
.list-xxyw .itm:hover em{ color: var(--secondary); opacity: 0.5;}
.list-xxyw .itm:hover span{ color: var(--secondary);}

.slide-flash .itm:hover .cover img{ transform: scale(1.05);}
.slide-flash .itm:hover .info{ background: black;}

.list-flash .itm:hover{ border-bottom: 1px solid var(--secondary); position: relative; transform: translateY(.25vw);}
.list-flash .itm:hover span{ color: var(--secondary);}
.list-flash .itm:hover em{ color: var(--secondary); opacity: 0.5;}

.list-notice .itm:hover{ transform: translateY(-.25vw);}
.list-notice .itm:hover .date{ background: var(--secondary);}
.list-notice .itm:hover .date b{ color: white;}
.list-notice .itm:hover .date i{ color: white;}
.list-notice .itm:hover span{ color: var(--secondary);}
.list-notice .itm:hover em{ color: var(--secondary);}

.list-focus .itm:hover{ background: var(--secondary); transform: translateY(-.5vw);}
.list-focus .itm:hover span{ color: white;}
.list-focus .itm:hover em{ color: white; opacity: 0.5;}

.list-media .itm:hover{ transform: translateY(-.25vw);}
.list-media .itm:hover img{ transform: scale(1.1);}

.slide-special .itm:hover .cover{ transform: translateY(-.5vw);}
.slide-special .itm:hover .cover img{ transform: scale(1.02);}

.list-quick .itm:hover .ico{ transform: scale(1.2);}

.box .box-tit .more:hover{ padding-right: 3em; color: var(--secondary);}
.box .box-tit .more:hover:after{ width: 2rem;}

.media .box-tit .more:hover{ color: white;}
}