@charset "utf-8";
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; background: #f5f5f5 }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #000; color: #056de8; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1180px; margin: auto; }
/*header*/
header { height: 64px; width: 100%; z-index: 999999; position: fixed; top: 0; background: #fff; box-shadow: 0 0 3px 1px rgb(0, 0, 0, .1); }
header .box { position: relative }
.logo { float: left; margin-right: 40px; }
.logo img { height: 64px; }
nav {line-height: 64px;height: 64px;position: relative;float: left;width: 50%;}
nav ul#starlist {
}
#starlist li { position: relative; display: inline-block; font-size: 16px; text-align: center; }
#starlist li a {display: block;color: #333;padding: 0 10px;margin: 0 5px;}
#starlist li:hover a, #starlist ul.sub li a:hover { text-decoration: none }
#starlist ul.sub li a { color: #333 }
#starlist ul.sub { position: absolute; border-radius: 0 0 10px 10px; overflow: hidden; left: 50%; top: 50px; z-index: 9; width: 150px; margin-left: -75px; line-height: 50px; opacity: 0; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
#starlist ul.sub li { width: 100%; float: left; font-size: 15px; transition: all .5s; background: #fff; }
#starlist ul.sub li a { padding: 0; display: none; border-bottom: 1px #e5e7ea solid; }
#starlist ul.sub li:last-child a { border: none }
#starlist li:hover ul.sub { opacity: 1; top: 64px; }
#starlist li:hover ul.sub li a { display: block; }
#starlist ul.sub li:hover { padding-left: 5px; }
#starlist li:hover ul.sub:after, #starlist ul.sub li:after, #starlist ul.sub li a:after { display: none; }
.menu:after {content: "";position: absolute;right: -2px;top: 46%;background: url(../images/jt.png) no-repeat;width: 12px;height: 12px;background-size: 10px;transition: all .5s ease;}
.menu:hover:after { transform: rotate(180deg) }
#mnavh { display: none; width: 40px; height: 40px; text-align: center; }
.navicon { display: block; position: relative; width: 27px; height: 3px; background-color: #056de8; margin-top: 20px; float: left; border-radius: 4px; }
.navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 3px; border-radius: 4px; position: absolute; background: #056de8; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -8px; }
.navicon:after { margin-top: 8px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 16px; height: 2px; position: absolute; background: #afafaf; left: 12px; border-radius: 2px; }
#starlist li:hover a { color: #056de8; }
.selected a:after {position: absolute;bottom: 0;left: 10px;content: "";width: 80%;height: 3px;background: #056de8;}

main { width: 1180px; margin: 84px auto 0; display: block; overflow: hidden; }
.lbox { width: 860px; float: left; }
.rbox { width: 300px; float: right; }
/*banner*/
.banner { width: 620px; height: 320px; margin-bottom: 20px; float: left; overflow: hidden; border-radius: 4px; }
.banner img { transition: .5s }
.banner img:hover { transform: scale(1.02) }
.banner p { position: absolute; width: 100%; height: 38px; line-height: 38px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.7)); bottom: 0; margin: 0; color: #fff; text-shadow: 1px 1px 1px #000; text-indent: 1em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*headline*/
.headline { width: 226px; height: 320px; float: right; overflow: hidden; }
.headline ul { overflow: hidden; }
.headline ul li { width: 100%; overflow: hidden; height: 153px; position: relative; border-radius: 4px; }
.headline ul li:first-child { margin-bottom: 14px; }
.headline ul li i { display: block; overflow: hidden; height: 100%; }
.headline ul li img { width: 100%; min-height: 100%; transition: all .6s; }
.headline ul li:hover img { transform: scale(1.05); }
.headline ul li p { position: absolute; width: 100%; height: 38px; line-height: 38px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.7)); bottom: 0; margin: 0; color: #fff; text-shadow: 1px 1px 1px #000; text-indent: 1em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*search*/
.search { overflow: hidden; width: 228px; float: right; background: #f8f8f8; border-radius: 40px; height: 44px; line-height: 44px; margin-top: 10px; position: relative; }
.search input.input_submit { border: 0; color: #fff; outline: none; position: absolute; top: 4px; right: 6px; display: block; height: 36px; width: 60px; background: #056de8; background-image: linear-gradient(315deg, #6772FF 0, #00F9E5 100%); font-size: 15px; cursor: pointer; border-radius: 20px; }
.search input.input_text { border: 0; line-height: 44px; height: 44px; font-size: 14px; outline: none; text-indent: 1em; background: none; }
/*icon-top*/
.icon-top { border-radius: 3px; background: url(../images/top.png) no-repeat center #056de8; background-size: 16px; width: 40px; height: 40px; position: fixed; right: 20px; bottom: 20px; transition: all 0.3s; z-index: 9999999; opacity: 0; }
.cd-is-visible { opacity: .8; }
.icon-top:hover { opacity: 1; }
.s_white { padding: 15px; box-shadow: none; border-radius: 4px; background: #fff; margin-bottom: 20px }
.s_title { font-size: 16px; margin-bottom: 24px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.s_title i { width: 24px; height: 24px; margin: 0 5px 0 0; float: left; }
.s_title i img { width: 24px; }
.s_title a:hover { color: #056de8 }
.s_title a { float: right; font-size: 14px; color: #999; line-height: 26px }
.s_time { border-left: #eeeded 2px dotted; padding-left: 15px; }
.s_time li { margin: 18px 0 26px; position: relative; }
.s_time li:last-child { margin: 18px 0 10px }
.s_time li a:hover { color: #056de8 }
.s_time li p { margin-bottom: 8px;  word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2; }
.s_time li span { color: #999; font-size: 12px; }
.s_time li:after { position: absolute; content: ""; width: 6px; height: 6px; background: #0d63ca; border: #e1edff 3px solid; left: -22px; top: 6px; border-radius: 100%; }
.h_title { overflow: hidden; border-bottom: #efefef 1px solid; margin: 0 0 20px 0; }
.h_title p { font-size: 16px; margin-right: 30px; position: relative; cursor: pointer; display: inline-block; padding-bottom: 10px; }
.h_title p:after { content: ""; width: 100%; height: 3px; position: absolute; bottom: 0; left: 0; background: #056de8; }
.h_title span { float: right; }
.h_title span a { margin-left: 28px; position: relative; }
.h_title span a:before { content: "/"; color: #ccc; position: absolute; left: -18px; }
.h_title span a:nth-child(2):before { display: none; }
.newslist { margin: 0 0 20px; background: #fff; border-radius: 4px; padding: 20px; }
.newslist ul { margin: 10px auto }
.newslist ul li { border-bottom: 1px solid #f4f4f4; overflow: hidden; padding: 10px 0 20px 0; margin-bottom: 10px; }
.newslist ul li:last-child { border: none; padding: 10px 0 0 0; }
.newslist li p { color: #777; line-height: 24px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-bottom: 15px; }
.newslist h3 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0px 0 8px; line-height: 28px; font-size: 18px; }
.newslist li h3:hover { color: #056de8 }
.newslist ul li small { background-image: linear-gradient(112deg, #f24e4e 0, #efac0d 100%); background-size: 104% 104%; color: #fff; font-weight: normal; font-size: 12px; padding: 2px 4px; border-radius: 4px; margin-right: 10px; }
.b_time { float: right; color: #cbcbcb; font-size: 13px; margin-right: 10px; }
.b_class a { color: #999; font-size: 14px; }
.b_class a:hover { color: #056de8; }
.newslist li i { display: block; overflow: hidden; width: 210px; height: 120px; float: left; margin-right: 20px; border-radius: 4px; }
.pc_list em { display: block; float: left; width: 31%; height: 140px; overflow: hidden; margin-bottom: 20px; border-radius: 4px; }
.pc_list { overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between; }
.pc_list em img { width: 100%; min-height: 100%; }
.newslist li img { transition: .5s; width: 100%; min-height: 100%; }
.newslist li img:hover { transform: scale(1.1) }
.s_ad { margin-bottom: 20px; }
.s_ad img {width: 100% !important;height: auto !important;border-radius: 4px}
.card {background: #fff;border-radius: 4px;margin-bottom: 20px;position: relative;padding-bottom: 1px;}
.card section { text-align: center; margin-top: 45px; }
.card i.tx { width: 80px; height: 80px; border-radius: 100%; display: block; overflow: hidden; border: #fff 5px solid; position: absolute; right: 50%; top: 60px; margin-right: -45px; z-index: 2; }
.card i.tx img { width: 100%; }
.card h4 { font-size: 22px; margin-bottom: 10px; }
.card p.info {font-size: 14px;color: #666;padding: 0 20px;position: relative;text-align: left;}
.card ul { display: flex; justify-content: space-between; flex-wrap: nowrap; width: 90%; margin: 20px auto; }
.card ul li { position: relative; }
.card ul li i { width: 40px; height: 40px; border-radius: 100%; display: block; margin: 0 auto 10px; }
.card ul li:nth-child(1) i { background: #f5f5f5; }
.card ul li:nth-child(2) i { background: #fff3e1 }
.card ul li:nth-child(3) i { background: #fef9e1 }
.card ul li:nth-child(4) i { background: #e5f8f8 }
.card ul li:last-child span { right: 0; width: auto; }
.card em { width: 100%; height: 110px; display: block; overflow: hidden; border-radius: 4px 4px 0 0; }
.card em img { width: 100%; height: 100%; min-height: 100%; }
@keyframes mymove { from {
width:100%;
left:0
}
to { width: 0; left: 100% }
}
.card ul p { font-size: 13px; }
.card ul li i img { width: 24px; margin: auto; padding-top: 8px; transition: .2s; }
.card ul li span { display: none; position: absolute; background: #fff; box-shadow: #ccc 0 0 10px; padding: 8px; right: -49px; bottom: 66px; width: 130px; z-index: 3; border-radius: 6px; font-size: 12px; }
.card ul li:hover span { display: block; }
.card ul li span img { width: 100px; height: 100px; margin: auto; }
.card ul li:hover i img { transform: scale(1.1); }
/*isgood*/
.isgood { }
.isgood li { position: relative; margin-bottom: 15px; padding: 0px 0 15px 0; overflow: hidden; border-bottom: 1px solid rgba(239,239,239,.8); min-height: 64px; }
.isgood li i { width: 100px; height: 63px; display: inline-block; overflow: hidden; float: left; margin-right: 12px; border-radius: 2px; }.isgood li:last-child {
    margin-bottom: 10px;
}
.isgood li i img { width: 100%; min-height: 100%; transition: .5s; float: left;}.isgood li:last-child {
    margin-bottom: 10px;
} 
.isgood li p { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: normal; font-size: 14px; line-height: 1.4; color: #333; margin-bottom: 5px; }
.isgood li span { font-size: 12px; color: #999; line-height: 14px; position: absolute; bottom: 15px; }
.isgood li:hover img { transform: scale(1.1); }
.isgood li:hover p { color: #056de8 }
.isgood li em { position: absolute; top: 0; left: 0; height: 17px; width: 21px; color: #ccc; font-size: 12px; font-style: normal; text-align: center; background: rgba(0,0,0,.5); border-radius: 2px 0 0; z-index: 99; }
.isgood li:nth-child(1) em, .isgood li:nth-child(2) em, .isgood li:nth-child(3) em { color: #fff; }
.isgood li:nth-child(1) em { background: #f95456 }
.isgood li:nth-child(2) em { background: #f6a625; }
.isgood li:nth-child(3) em { background: #4385f4 }
/*ishot*/
.ishot { overflow: hidden; position: relative }
.ishot li { white-space: nowrap; text-overflow: ellipsis; list-style-type: inherit; border-bottom: #f3f2f2 1px solid; overflow: hidden; margin-bottom: 10px; padding-bottom: 10px; font-size: 14px; transition: .3s }
.ishot li em { background: url(../images/hot.png) no-repeat; color: #fff; width: 29px; display: inline-block; background-size: 100%; margin-right: 10px; text-align: center; font-size: 12px; }
.ishot li:nth-child(1), .ishot li:nth-child(2), .ishot li:nth-child(3) { font-size: 15px; line-height: 30px; }
.ishot li:nth-child(1) em, .ishot li:nth-child(2) em, .ishot li:nth-child(3) em { width: 40px; height: 26px; text-indent: .5em; line-height: 26px; }
.ishot li:nth-child(1) em { background: url(../images/hot1.png) no-repeat; background-size: 100%; }
.ishot li:nth-child(2) em { background: url(../images/hot2.png) no-repeat; background-size: 100%; }
.ishot li:nth-child(3) em { background: url(../images/hot3.png) no-repeat; background-size: 100%; }
.ishot li:hover a { color: #056de8 }
.ishot li:hover { padding-left: 10px; }
/*tb_tags*/
.tb_tags { overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap; }
.tb_tags li { width: 48%; font-size: 13px; }
.tb_tags li a { display: block; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 36px; background: #f7f8f9; border-radius: 4px; margin: 0 0 10px 0; padding: 0 8px; }
.tb_tags li a:hover { color: #fff; background: #056de8 }
.tb_tags li span { float: right; font-size: 12px; line-height: 36px; color: #999; }
.tb_tags li a:hover span { color: #fff }
/*links*/
.links li {line-height: 30px;margin-bottom: 10px;width: 50%;}
.links li a { display: block; }
.links li:hover { background: #f2f7fe; border-radius: 20px; }
.links {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}
footer { padding: 40px 0 10px; color: #c0c2c3; background: #2d3236; }
footer a { color: #c0c2c3; }
footer a:hover { color: #fff }
.ftnav li { display: inline-block; margin-right: 20px; position: relative; }
.ftnav li:after { position: absolute; content: "|"; font-size: 12px; right: -11px; top: 2px; color: #666; }
.ftnav li:last-child:after { display: none; }
.copyright { font-size: 14px; margin-top: 20px; }
.copyright p { line-height: 30px; }
.copyright p img { display: inline-block; margin-left: 20px; margin-right: 5px; vertical-align: middle; }
i.wx { float: right; }
i.wx img { width: 90px; }
/*pagelist*/
.pagelist { border-radius: 4px; margin-bottom: 20px; text-align: center; color: #666; width: 100%; clear: both; padding: 20px 0 10px; font-size: 12px;}
.pagelist a { color: #5c626c; margin: 0 5px 10px; padding: 5px 10px; background: #fff; display: inline-block; }
.pagelist a:nth-child(1) { display: none }
.pagelist a:hover, .pagelist > b { color: #fff; background: center center #4A54FF; background-image: linear-gradient(315deg, #6772FF 0, #00F9E5 100%); background-size: 104% 104%; }
.pagelist > b { padding: 5px 10px; }/*weizhi*/
.weizhi { background: url(../images/icon_wz.png) no-repeat left top -2px; background-size: 24px; padding-left: 30px; color: #888; margin-bottom: 20px; font-size: 14px; }
.weizhi a { color: #888; }
.weizhi a:hover { color: #056de8 }
#pagecurrent { color: #056de8; display: inline-block; }
.tab-box ul { display: none; }
.tab-box ul:nth-child(1) { display: block }
.s_tab { margin-bottom: 24px; padding-bottom: 6px; border-bottom: 1px solid #eee; }
.s_tab p { display: inline-block; line-height: 29px; font-size: 16px; margin-right: 20px; position: relative; cursor: pointer; }
.s_tab i { height: 30px; width: 24px; float: left; }
.s_tab i img { width: 16px; margin: auto; padding-top: 7px; filter: grayscale(1); }
p.tab-current { color: #056de8; }
.s_tab p:nth-child(1):after { content: ""; background: #ccc; position: absolute; right: -12px; top: 7px; width: 1px; height: 17px; }
p.tab-current:before { content: ""; width: 100%; height: 2px; left: 5px; position: absolute; bottom: -8px; background: #056de8; }
p.tab-current img { filter: grayscale(0); }
.isnew li { position: relative; padding: 5px 0 5px 12px; line-height: 1.6; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.isnew li:before { position: absolute; left: 0; top: 13px; content: ""; width: 0; height: 0; line-height: 0; border: 4px solid transparent; border-left: 5px solid #ccc; }
.isnew li a { }
.isnew li:hover a { color: #056de8 }
.s_bottom { margin-bottom: 10px }
article { background: #fff; padding: 30px; overflow: hidden; border-radius: 4px; margin-bottom: 20px }
h1.ar_title { margin-bottom: 15px; font-size: 24px; line-height: 1.4; font-weight: normal; }
.ar_info { color: #999; font-size: 14px; margin-bottom: 20px; }
.ar_info a { color: #999; }
.ar_info a:hover, .weizhi a:hover { color: #056de8; }
.ar_info span { margin-right: 30px; position: relative; }
.ar_info span:after { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 4px; background: #d1d0d0; right: -16px; top: 9px; }
.ar_info span:last-child:after { display: none }
.content { font-size: 16px; line-height: 1.8; word-break: break-all; color: #262626; margin-bottom: 20px;}
.content p { margin: 0 0 20px 0; }
.content ul, .content ol { margin: 20px 0 20px 35px; }
.content ul li, .content ol li { margin-top: 3px; line-height: 30px; }
.content ul li { list-style-type: disc; }
.content ol li { list-style-type: decimal; }
.content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; margin: 20px 0; line-height: 1.2; }
.content h2 { font-size: 22px; }
.content h3 { font-size: 20px; }
.content h4 { font-size: 18px; }
.content h5 { font-size: 17px; }
.content h6 { font-size: 16px; }
.content hr { width: 100%; height: 1px; border: 0; border-top: 1px #dedddd solid; margin: 30px 0; }
.content img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 10px auto; }
.content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
.content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
.content table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
.content table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }
.content span.marker { background: yellow; }
.content blockquote { position: relative; padding: 30px 30px 30px 60px; background: #f3f3f3; border-left: 0; font-size: 16px; border-radius: 3px; margin: 20px 0; display: block; }
.content blockquote:before { content: ""; background: url(../images/yinhao.png) no-repeat; width: 37px; height: 32px; position: absolute; left: 15px; top: 16px; }
.tags { margin: 30px 0 }
.tags a { margin-right: 20px; position: relative; padding-left: 25px; }
.tags a:before { position: absolute; content: "#"; background: #056de8; color: #fff; width: 20px; height: 20px; border-radius: 100%; text-align: center; left: 0; }
.info-pre-next { display: flex; justify-content: space-between; margin: 30px 0 0; }
.info-pre-next p { width: 46%; padding: 10px; color: #7a7a7a; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border: #ece7e7 1px solid; }
.info-pre-next p a {margin-left: 5px;}
.info-pre-next p:nth-child(2) { }
.bqsm { background: #f3f6fa; padding: 20px; margin-bottom: 20px; font-size: 14px; line-height: 26px; color: #686868; }
.newslist.xgtj h3 { font-weight: normal; }
.readall_box { position: relative; z-index: 9999; padding: 0 0 25px; margin-top: -200px; text-align: center; }
.readall_box .read_more_mask { height: 200px; background: -moz-linear-gradient(bottom, rgba(255,255,255,0.1), rgba(255,255,255,0)); background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255,255,255,0)), to(#fff)); background: -o-linear-gradient(bottom, rgba(255,255,255,0.1), rgba(255,255,255,0)) }
.read_more_btn { cursor: pointer; font-size: 15px; color: #056de8; background: #fff; border-radius: 20px; border: 1px solid #056de8; line-height: 38px; width: 200px; display: block; margin: auto; transition: .5s; position: relative; text-indent: -.5em; }
.read_more_btn:hover { background: #056de8; color: #fff; }
.read_more_btn:after { position: absolute; content: ""; width: 20px; height: 20px; background: url(../images/zk.png) no-repeat center; background-size: 14px; bottom: 8px; padding-left: 4px; }
.read_more_btn:hover:after { background: url(../images/zk2.png) no-repeat center; background-size: 14px; }
.err_text { text-align: center; color: #666; }
h3.err_title { font-size: 28px; text-shadow: 3px 5px 2px rgb(0 0 0 / 30%); font-weight: normal; margin: 20px auto; }
.err_text a { color: #056de8; }
.white_box { background: #fff; padding: 30px; margin-bottom: 20px; min-height: 600px; }
.line_title { text-align: center; font-size: 24px; line-height: 1.4; font-weight: normal; color: #333; position: relative; margin-bottom: 50px; }
.line_title:after { position: absolute; left: 50%; bottom: -15px; width: 20px; height: 2px; margin-left: -10px; background: #999; content: ""; }
/*tags_box*/
.tags_box ul { overflow: hidden; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.tags_box li { width: 10%; font-size: 13px; margin-right: 11px; }
.tags_box li a { display: block; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 36px; background: #f7f8f9; border-radius: 4px; margin: 0 0 10px 0; padding: 0 8px; }
.tags_box li a:hover { color: #fff; background: #056de8 }
.tags_box li span { float: right; font-size: 12px; line-height: 36px; color: #999; }
.tags_box li a:hover span { color: #fff }
.otherlink {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.otherlink li {
    line-height: 34px;
    position: relative;
    padding-left: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.otherlink li:after {
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}

.ad {
    margin-bottom: 20px;
}

.ad img {
    width: 100% !important;
    height: auto !important;
}

