@charset "utf-8";
/* CSS Document */

body{margin:0;font-size:12px;font-family: Arial, Helvetica, sans-serif;}
img{border:0;}
ul,ol,li,i,em{list-style: none;font-style: normal;}
a{text-decoration: none;}
a:link,a:visited{color:#0062a7;text-decoration: none;}
a:hover{color:#013c66;}
.clear{clear:both;}
#warp{width:100%; margin:0 auto;}
.main{padding:8px; float:left;}

.title-container{padding:30px 0 60px 0;white-space: nowrap;position: relative; z-index:1000;}
.title-container::after {border: 1px #d1cee1 solid; content: ""; position: absolute; width:1200px; z-index:-1000;}
.font-size--36{font-size: 36px;}
.font-weight--bold{font-weight: var(--font-weight);}
.linear-gradient--primary {background: linear-gradient(90deg, var(--color-primary), var(--color-second));}
.position--relative{position: relative;}
.title-fill:after {background: url(http://www.91boshi.net/hwyq/images/title.png) no-repeat 50% / contain;  bottom: -4px;  content: "";    height: 62px;  position: absolute; transform: translate(-60%); width: 112px;}
.flex--center{align-items: center; justify-content: center;}
.flex--row {display: flex;flex-direction: row;}
.title-fill{-webkit-background-clip: text;}
.title__prefix{background-clip: text; -webkit-text-fill-color: transparent;}
:root {
    --view-width: 1200px;
    --header-height: 80px;
    --color-primary: #296aff;
    --color-second: #29a7ff;
    --color-default: #333;
    --color-white: #fff;
    --color-highlight: #9f6d1a;
    --color-border: #ebebeb;
    --color-border-default: #d4e1ff;
    --color-footer: #8f8f8f;
    --color-footer-nav-bg: #4e4e4e;
    --color-footer-copyright-bg: #303030;
    --button-disabled-primary: #bababa;
    --background-primary: #f8faff;
    --background-second: #f8f8f8;
    --label-background-primary: #e5edff;
    --tag-background-primary: #f3f8fd;
    --font-size: 14px;
    --font-weight: bold;
    --z-index: 2000;
	}
	
.fixed-tool{position: fixed;left: 49%;width: 1250px;transform: translateX(-50%); z-index:1000;}
.fixed-tool ul { position: absolute;left: -66px;   background-color: #fff;border:1px #d2d2d2 solid; padding:0; border-radius:8px;}
.fixed-tool ul li {  padding: 8px; font-size: 12px; color: rgba(51,51,51,.8); border-bottom: 1px dashed #d4d4d4;cursor: pointer; width:60px; text-align:center;}
.fixed-tool ul li:nth-child(8){border-bottom:none;}
.fixed-tool .current { color: #fff; background: linear-gradient(90deg, #1f4cb6, #5dd6e9);}
.fixed-tool img {position: absolute;left: -85px; top: -70px; width: 120px;}
	
.main-content{width:1200px;margin: 0 auto; position:relative;}
#warp .main-content a.more {text-align: center;font-size: 14px; margin: 8px 0px;border: 1px #d2d2d2 solid;background: linear-gradient(90deg, #d1eaff, #ffe76a24);width: 54px;position: absolute; right: 0; top:7%; padding: 6px; border-radius: 8px; z-index:1000;}
/*顶部banner*/
.top-wrapper{width:100%;display: flex; flex-wrap: wrap;justify-content: space-between;align-items: center; margin: 15px auto;background: url(images/body-bg1.jpg) no-repeat top center;}
.top-wrapper .main-content{width:1200px;margin:15px auto 0 auto;;}
.top-wrapper .top-content{display: flex;flex-direction: row; justify-content: space-between;}
.top-wrapper .banner_list{display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: space-between; height: 278px;}
.top-wrapper .banner_list a{width:342px; display:block; border:1px #d2d2d2 solid; height:62px; max-height:62px;transition: all .4s ease; border-radius:8px;}
.top-wrapper .banner_list img{border-radius:8px;}
.top-wrapper .banner_list a:hover {box-shadow: 0px 0px 0px 1px #ce7900,0 2px 10px 5px rgba(51,51,51,.12);transition: all .3s ease; transform: translateY(-2px);}

/*头条样式*/
.top-wrapper .headline-content{border-radius:10px; background-color:#FFFFFF;box-shadow: -1px 2px 7px 1px #d9daff;margin: 80px auto 0px auto;position: relative; padding-top: 55px;}
.top-wrapper .headline-h2{text-align:center;width:85%; border: 2px #c96161 solid; background: linear-gradient(90deg, #fff, #fff); margin:0 auto; border-radius:50px 15px 50px 15px;position: absolute;top: -35px;left: 50%; transform: translateX(-50%);}
.top-wrapper .headline-h2::before {
    content: "";
    flex-shrink: 0;
    background: url(images/focus_bg.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 60px;
    background-size: 100%;
    left: 0;
	bottom:0;
}
.top-wrapper .headline-h2 a{font-size: 26px;border-radius: 15px;height:60px;display: flex;align-items: center;justify-content: center;position: relative;}
.top-wrapper .headline-list{display: flex;flex-direction: row; flex-wrap: wrap; padding:0px 0px 15px 15px; position:relative;}
.top-wrapper .headline-list a{ max-height: 40px;font-size: 16px;border-radius: 15px;margin: 8px;width: calc((100% - 60px) / 3);white-space: nowrap;text-overflow: ellipsis;overflow: hidden; display: inline-block;padding: 5px;line-height: 30px;    box-sizing: border-box; background-color:#fff;transition: all .3s ease;}
.top-wrapper .headline-list a:hover {box-shadow: 0px 0px 0px 1px #ce7900,0 2px 10px 5px rgba(51,51,51,.12);transition: all .3s ease; transform: translateY(-2px);}
.top-wrapper .headline-list a:nth-child(3n){margin-right:0;}
.top-wrapper .headline-list a img{width:30px; float:left;margin-right: 5px;}

.flashad{float:left;width:480px; border-radius:8px;}
.flashad .FP_pic img{width:480px; height: 278px;border-radius:8px;}
.FocusPic {width:480px; margin:0; height:278px;position:relative;zoom:1;overflow:hidden;}
.FocusPic .FP_angle{width:7px;height:7px;overflow:hidden;font-size:0;line-height:0;position:absolute;z-index:10;}
.FocusPic .FP_arr_left{width:13px;height:25px;position:absolute;z-index:8;top:125px;left:5px;background:url(http://www.100zp.com/area/images/p_w_05.gif) no-repeat 0 0;filter:Alpha(Opacity=80);opacity:.8;cursor:pointer;}
.FocusPic .FP_arr_right{width:13px;height:25px;position:absolute;z-index:8;top:125px;right:5px;background:url(http://www.100zp.com/area/images/p_w_06.gif) no-repeat 0px 0;filter:Alpha(Opacity=80);opacity:.8;cursor:pointer;}
.FocusPic .FP_NumList{position:absolute;right:10px;bottom:13px;zoom:1;overflow:hidden;z-index:9;}
.FocusPic .FP_NumList span{float:left;padding:0px 5px;margin-left:10px;display:inline;background:#000;color:#fff;font-family:Arial, Helvetica, sans-serif;cursor:pointer;}
.FocusPic .FP_NumList span.selected{background:#fff;color:#000;}
.FocusPic .FP_pic{width:700px;height:278px;overflow:hidden;float:left;}
.FocusPic .FP_pic .FP_tit_bg{height:40px;width:395%;margin-top:-40px;background:#000;filter:Alpha(Opacity=30);opacity:.7;}
.FocusPic .FP_pic .FP_tit_txt{line-height:36px;padding-left:8px;margin-top:-40px; font-size:14px; font-weight:bold; color:#fff;position:relative;*position:static;}
.FocusPic .FP_pic .FP_tit_txt font{color: #fff;}
.FocusPic .FP_pic .FP_tit_ico{width:11px;height:15px;margin:-22px 0 0 7px;overflow:hidden;font-size:0;line-height:0;position:relative;*position:static;}
.FocusPic .FP_pic a:link,.FP_pic a:visited{color:#fff;text-decoration:none;}
.FocusPic .FP_pic a:hover{text-decoration:underline;}

/*tab news*/
.news_table{float:right; width:408px; margin:0; overflow:hidden;height:278px;border-bottom:1px #d6d6d6 solid;}
.news_table .list_ul{margin:0 0 0 5px; padding:0; list-style:none;}
.news_table .list_ul li{float:left; width:100%; padding:3px; margin:0 5px 5px 2px;}
.news_table .list_ul li a{background-image:url(http://www.91boshi.net/zhaopin/images/bj/web.png);background-repeat: no-repeat;background-position: -834px -1066px;padding-left:10px;}
.news_table p{padding:0 5px 5px 5px; line-height:22px; margin:0 0 5px 0; border-bottom:1px dashed #d2d2d2; text-indent:24px;}
.news_table .listpic{padding:0;margin:0 0 0 1.5em;float:left;}
.news_table .listpic img{width:100px;height:80px;border:1px #e2e2e2 solid;padding:5px;margin:0 5px;}

.nTab{float: left;width: 408px;height:280px;background:#fff;background-position:left;background-repeat:repeat-y;margin-bottom:2px;}
.nTab .TabTitle{clear: both;	height:35px;	line-height:34px;	overflow: hidden;background:url("http://www.91boshi.net/news/images/line_2.gif") repeat-x scroll 0 34px;}
.nTab .TabTitle ul{border:0;margin:0;padding:0;}
.nTab .TabTitle li{float: left;text-align:center;width: 117px;height:35px;cursor: pointer;padding:0;margin:0 7px 0 0;list-style-type: none;}
.nTab .TabTitle .active{background:#fff;border-left:1px #d6d6d6 solid;border-top:1px #d6d6d6 solid;border-right:1px #d6d6d6 solid;border-bottom:1px #fff solid; height:35px;background:url(http://www.91boshi.net/images/topbg/16.jpg) repeat-x;font-size:14px; color: #003366; font-weight:bold;}
.nTab .TabTitle .normal{border-right:1px #d6d6d6 solid;border-bottom:1px #d6d6d6 solid; height:29px;color: #003366;background-image:url(http://www.91boshi.net/zhaopin/images/bj/web.png);background-position: 0 145px;height:35px;font-size:14px; color: #003366; font-weight:bold;}
.nTab .TabContent{width:auto;background:#fff;float:left;margin: 0px auto;padding:10px 0 0 0;width:406px;border-right:1px #d6d6d6 solid;border-left:1px #d6d6d6 solid;}
.nTab .TabContent #myTab0_Content0 p{ padding:6px 5px 8px 5px!important; padding-top:2px;}
.nTab .TabContent #myTab0_Content1 p{ padding-bottom:8px!important; padding-bottom:4px;}
.nTab .TabContent #myTab0_Content2 p{ padding-bottom:8px!important; padding-bottom:4px;}

/*PI直招 和 团队直接综合样式*/
.PI-wrapper .main-content .title-english {color: #d8deeb; top: 22px; z-index: -1;position: absolute; font-size: 32px;left: 50%; transform: translateX(-50%);background: #faf8ff; padding: 0 15px; font-family:sans-serif;}
.PI-wrapper .container-list, .Academician-wrapper .container-list{display: grid; grid-template-columns: repeat(5, 0fr);gap: 66px 16px;margin-top: 35px;}
.PI-wrapper .container-list a, .Academician-wrapper .container-list a{width: 225px;height:170px;border: 1px #d2d2d2 solid; background:#fff;border-radius:15px;transition: all .3s ease; position:relative;display: flex;flex-direction: column; align-items: center;justify-content: space-between;box-shadow: 1px 2px 4px 1px #a5aaef;}
.PI-wrapper .container-list a:hover, .Academician-wrapper .container-list a:hover {box-shadow: 0px 0px 0px 1px #ce7900,0 2px 10px 5px rgba(51,51,51,.12);transition: all .3s ease; transform: translateY(-5px);background: linear-gradient(180deg, #ffffff, #f4f6ffad);}
.PI-wrapper .container-list a h5, .Academician-wrapper .container-list a h5{font-size: 14px; margin:65px 0 0 0;padding: 0 10px; height:60px;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;max-height:60px; -webkit-line-clamp: 3; word-break: break-word;white-space: normal;overflow: hidden; font-weight:normal;}
.PI-wrapper .container-list a span, .Academician-wrapper .container-list a span{background: linear-gradient(90deg, #e0eeff, #e9e0f1);display: block;width: 100%; line-height: 30px;text-align: center;border-radius: 0 0 15px 15px;transition: all .3s ease;}
.PI-wrapper .container-list a span i, .Academician-wrapper .container-list a span i{font-style: normal; margin:0 3px; font-size:12px;color: #7c0c0c;transition: all .3s ease;}
.PI-wrapper .container-list a i:first-child, .Academician-wrapper .container-list a i:first-child{background: url(images/salary01.png) no-repeat 0px / 14px 14px; padding-left:16px;}
.PI-wrapper .container-list a i:nth-child(2), .Academician-wrapper .container-list a i:nth-child(2){background: url(images/number01.png) no-repeat 5px / 14px 14px; padding-left:22px;}
.PI-wrapper .container-list a i:nth-child(3), .Academician-wrapper .container-list a i:nth-child(3){background: url(images/coordinate01.png) no-repeat 5px / 14px 14px; padding-left:22px;}
.PI-wrapper .container-list a:hover i:first-child, .Academician-wrapper .container-list a:hover i:first-child{background: url(images/salary02.png) no-repeat 0px / 14px 14px; padding-left:16px;}
.PI-wrapper .container-list a:hover i:nth-child(2), .Academician-wrapper .container-list a:hover i:nth-child(2){background: url(images/number02.png) no-repeat 5px / 14px 14px; padding-left:22px;}
.PI-wrapper .container-list a:hover i:nth-child(3),.Academician-wrapper .container-list a:hover i:nth-child(3){background: url(images/coordinate02.png) no-repeat 5px / 14px 14px; padding-left:22px;}
.PI-wrapper .container-list a:hover span, .Academician-wrapper .container-list  a:hover span{background: linear-gradient(90deg, #83d1f7, var(--color-second));}
.PI-wrapper .container-list a:hover span i, .Academician-wrapper .container-list a:hover span i{color: #fff;transition: all .3s ease;}
.PI-wrapper{width:100%;display: flex; flex-wrap: wrap;justify-content: space-between;align-items: center; margin: 15px auto; background:#f7f4ff8f;padding-bottom: 25px; position:relative; z-index:1000;}
.PI-wrapper::after{ content: "";background: url(images/line.png) no-repeat;background-size: cover;    width: 100%;  height: 550px; position: absolute;    z-index: -1; bottom:0;}
.PI-wrapper .container-list a:hover img{border:1px #b61f22 dashed;transform: scale(1.03) rotate(7deg);transition: all .3s ease;} 
.PI-wrapper .container-list a img{ width:80px; height:80px; border-radius:50%; position:absolute; top:-30px;border: #8d0d0d 1px dashed; padding: 3px;object-fit: cover;transition: all .3s ease;}


.Academician-wrapper{width:100%;display: flex; flex-wrap: wrap;justify-content: space-between;align-items: center; margin:0 auto; background: url(images/body-bg2.png) no-repeat bottom center;padding-bottom: 25px;}
.Academician-wrapper .container-list a img{border: #0226b1 1px dashed;}
.Academician-wrapper .main-content .title-english {color: #d8deeb; top: 22px; z-index: -1;position: absolute; font-size: 32px;left: 50%; transform: translateX(-50%);background: #FFF; padding: 0 15px; font-family:sans-serif;}
.Academician-wrapper .container-list a img.school_logo{ width:160px; height:60px; border-radius:10px; position:absolute; top:-30px;padding: 3px;object-fit: cover;opacity: 1;}
.Academician-wrapper .container-list a img.photo{ width:80px; height:80px; border-radius:50%; position:absolute; top:-30px; padding: 3px;object-fit: cover;display:none;}
.Academician-wrapper .container-list a:hover img.photo{display:block;}
.Academician-wrapper .container-list a:hover img.school_logo{opacity: 0;transition: all .3s ease;}


.Recommended-wrapper{width:100%;display: flex; flex-wrap: wrap;justify-content: space-between;align-items: center; margin:0px auto; background:#fff;padding-bottom: 25px;}
.Recommended-wrapper .main-content .title-english {color: #d8deeb; top: 22px; z-index: -1;position: absolute; font-size: 32px;left: 50%; transform: translateX(-50%);background: #fff; padding: 0 15px; font-family:sans-serif;}
.Recommended-wrapper .main-content .container-list{display: grid;grid-template-columns: repeat(4, 0fr); gap: 16px 20px;margin-top:25px;}
.Recommended-wrapper .main-content .container-list a{display:block;width:283px; height:55px; border:1px #d2d2d2 solid;transition: all .3s ease;border-radius:8px;}
.Recommended-wrapper .main-content .container-list a img{width:283px; height:55px; border-radius:8px;}
.Recommended-wrapper .main-content .container-list a:hover{box-shadow: 0px 0px 0px 1px #ce7900,0 2px 10px 5px rgba(51,51,51,.12);transition: all .3s ease; transform: translateY(-2px);}


.Recent-wrapper{width:100%;display: flex; flex-wrap: wrap;justify-content: space-between;align-items: center; margin: 15px auto; background:#f7f4ff8f;padding-bottom: 25px;}
.Recent-wrapper .main-content .title-english {color: #d8deeb; top: 22px; z-index: -1;position: absolute; font-size: 32px;left: 50%; transform: translateX(-50%);background: #faf8ff; padding: 0 15px; font-family:sans-serif;}


.Recentjobs-wrapper{width:100%;display: flex; flex-wrap: wrap;justify-content: space-between;align-items: center; margin: 15px auto; background:#fff;padding-bottom: 25px;}
.Recentjobs-wrapper .main-content .title-english {color: #d8deeb; top: 22px; z-index: -1;position: absolute; font-size: 32px;left: 50%; transform: translateX(-50%);background: #fff; padding: 0 15px; font-family:sans-serif;}
.Recentjobs-wrapper .main-content .container-list{display: grid;grid-template-columns: repeat(3, 0fr); gap: 16px 20px;margin-top:25px;}
.Recentjobs-wrapper .main-content .container-list a{display:flex;flex-direction: column;justify-content: space-between;width:388px; height:150px; border:1px #d2d2d2 solid;transition: all .3s ease;border-radius:8px;box-shadow: 1px 4px 7px 0px #d0d9ff;}
.Recentjobs-wrapper .main-content .container-list a:hover{box-shadow: 0px 0px 0px 1px #ce7900,0 2px 10px 5px rgba(51,51,51,.12);transition: all .3s ease; transform: translateY(-5px);}
.Recentjobs-wrapper .main-content .container-list a h3{ padding:12px 8px; font-size:16px;margin:0;display: -webkit-box; -webkit-box-orient: vertical; height:30px; max-height: 30px; -webkit-line-clamp: 2;word-break: break-word; white-space: normal;overflow: hidden;}
.Recentjobs-wrapper .main-content .container-list a span{padding:0 15px;}
.Recentjobs-wrapper .main-content .container-list a span i{ font-size:14px; margin: 0 5px;color: #3a0000;}
.Recentjobs-wrapper .main-content .container-list a span b{font-size:16px; color: #ff4a4a;font-weight: bold; margin-right:15px;}
.Recentjobs-wrapper .main-content .container-list a p i:nth-child(2){white-space: nowrap;text-overflow: ellipsis;overflow: hidden; display:block; width:180px;}
.Recentjobs-wrapper .main-content .container-list a p i:nth-child(3){ margin-left:15px;position: relative; display: block; padding-left: 50px; font-size: 14px; color: #a95d5d;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; width:158px;}
.Recentjobs-wrapper .main-content .container-list a p i:nth-child(3)::after{content: "有福利";background: linear-gradient(90deg, #f88773, #fbb2a5); font-size:12px; color:#fff; border-radius:7px; padding:0px 4px; height:20px; line-height:20px; position:absolute; left:0; top:8px;}
.Recentjobs-wrapper .main-content .container-list a span i:nth-child(2){background: url(images/coordinate01.png) no-repeat 0px / 14px 14px; padding-left:16px;}
.Recentjobs-wrapper .main-content .container-list a span i:nth-child(3){background: url(images/number01.png) no-repeat 0px / 14px 14px; padding-left:16px;}
.Recentjobs-wrapper .main-content .container-list a span i:nth-child(4){background: url(images/time01.png) no-repeat 0px / 14px 14px; padding-left:16px;}

.Recentjobs-wrapper .main-content .container-list a p{background: #eeebff; margin: 0; padding: 0 8px;line-height: 35px; font-size:15px; border-radius:0px 0px 8px 8px;display: flex;align-items: center;color: rgba(51, 51, 51, .8);max-height: 35px;}
.Recentjobs-wrapper .main-content .container-list a p img{ width:22px; border-radius:50%;margin-right: 3px;}




/*博士后交流活动*/
.Activities-wrapper{ width:100%; padding-bottom:30px; font-size:15px; background-color:#f7f4ff8f;}
.Activities-wrapper .main-content .title-english {color: #d8deeb; top: 22px; z-index: -1;position: absolute; font-size: 32px;left: 50%; transform: translateX(-50%);background: #faf8ff; padding: 0 15px; font-family:sans-serif;}
.Activities-wrapper .container-list{display: grid;grid-template-columns: repeat(4, 1fr);gap: 18px;}
.Activities-wrapper .main-content div{position: relative;}
.Activities-wrapper .list-content img{ width:100%;border-radius: 15px;}
.Activities-wrapper .list-content{width: 285px; background:linear-gradient(1deg, #ffffff, #d5e2ffcf); border-radius:15px; margin:8px 0px;position: relative;height:335px;transition: all .3s ease;box-sizing: border-box;box-shadow: 1px 4px 7px 0px #a5aaef;}
.Activities-wrapper .list-content:hover{transform: translateY(-10px);}
.Activities-wrapper .list-content h5{font-size:16px;margin:15px 0px; height:40px; line-height: 25px; display: -webkit-box; -webkit-box-orient: vertical; max-height:40px;-webkit-line-clamp: 2;word-break: break-word; white-space: normal;overflow: hidden;padding:0 10px 8px 10px;color: #3c3c3c;}
.Activities-wrapper .list-content p{padding:0 10px;flex-grow: 1; white-space: nowrap; text-overflow: ellipsis;  overflow: hidden; margin:2px 0px; font-size:12px;color: #a50000;}
.Activities-wrapper .list-content i{display: flex; flex-direction: column;    justify-content: space-between; margin: 5px 0px;padding: 10px 10px 0 10px; font-size:14px;border-top: 1px #d2d2d2 dashed;}
.Activities-wrapper .list-content i span{}
.Activities-wrapper .list-content:nth-child(4n){margin-right:0;}
.Activities-wrapper a{display:block; width:100%;}
.Activities-wrapper .list-content span.tag{position: absolute;left: 0;bottom:3px;background: #dfe3ffed;color: #a32e00;    padding: 3px 8px;font-size: 12px;    border-radius: 0px 10px 0px 0px;}
.Activities-wrapper .list-content a em{color:#fff; padding:10px 25px; border-radius:15px;position: absolute;bottom: 8px;right: 8px; display:none;transition: all .3s eas;}
.Activities-wrapper .list-content em.status{ display:block;}
.Activities-wrapper .list-content:hover em.status{display:none;}
.Activities-wrapper .list-content em.view{background: linear-gradient(90deg, #b61f22, #e95d60);color:#fff; padding:10px 25px; border-radius:15px;position: absolute;bottom: 8px;right: 8px; display:none;transition: all .3s ease;}
.Activities-wrapper .list-content:hover em.view{display:block;transition: all .3s ease;}
.Activities-wrapper .list-content .ongoing {background: linear-gradient(90deg, #b61f22, #e95d60); color: white; }
.Activities-wrapper .list-content em.ongoing::after{content: "最后一日"; position: absolute; top: -10px; background: #ffffff; width: 50px; font-size: 12px;text-align: center; color: #910000;display: flex; border-radius: 15px; padding: 0 5px; left: 19%;}
.Activities-wrapper .list-content .ended { background: #979797; color: white; }
.Activities-wrapper .list-content .upcoming {background: #3498db; color: white;}


/*hot ico*/
.hotico{width:100%;float:left;}
.hotico .ico_list{width:100%;margin:0;padding:0;float:left;}
.hotico .ico_list li{border:1px #e2e2e2 solid; margin:8px 10px 0 0;width:274px;float:left;height:55px;}
.hotico .ico_list li img{width:274px;height: 55px;}

.box{float:left;width:100%;margin:8px 0;}
.box .box_title{width:100%; float:left; background:url(images/title_bg.jpg) no-repeat; height:40px;}
.box .box_title h3{margin:0;padding:0 0 0 1.5em;color:#FFF;line-height:40px;font-size:20px;	font-family: "微软雅黑";}
.box .box_title .more{float:right;background-color:#fdf9e7;padding:5px;border:1px #d1d1d1 solid;border-radius:3px;margin:7px;}
.box .box_title .more a{color:#000;}
.box .box_title .more:hover{background-color:#fff1b8;}
.box .box_list{float:left;width:100%;}
.box .box_list .box_left{float:left;border:1px #e2e2e2 solid;background: url(images/bg/boxbg.png) no-repeat bottom right;}
.box_hot{width:100%;float:left;padding:8px 0;border-bottom:1px #e2e2e2 dashed;margin-bottom:8px;}
.box_left .box_hot dl{margin:0;padding:0;float:left;width:50%;}
.box_left .box_hot dl dt{float:left;width:90px;height:90px;margin-left:5px;}
.box_left .box_hot dl dt img{width:90px;}
.box_left .box_hot dl dd{float:right;width:77%;padding:0;margin:0;}
.box_left .box_hot dl dd h4{font-size: 14px;padding:5px 0;margin:0;text-align: center}
.box_left .box_hot dl dd p{font-size: 12px; color: #bababa;padding:0 8px;margin:0; text-indent: 24px;line-height:20px;}

.box_left ul.ul_list{float:left;width:100%;margin:0; padding:0;}
.box_left ul.ul_list li{float:left;width:47%;margin:0 0 0 8px;padding:5px 0 5px 15px;font-size:14px;background: url(images/bg/icon-d-blue.gif) 5px center no-repeat;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*box right*/
.box_right{float: right;padding:0;width:285px;}
.box_right .right_title{background:url(images/bg/right_title.png); height:43px; }
.box_right .right_title h5{padding:7px 0 0 0;margin: 0;font-size:18px; text-align: center;color:#fff;}
.box_right .right_title h5 a{color:#FFFFFF;}
.box_right .box_news{border:1px #e2e2e2 solid;padding:5px 0;border-top:none;}
.box_right .box_news .news_list{padding:0;margin:0;}
.box_right .box_news .news_list li{margin:0 0 0 8px;padding:0 0 4px 15px;font-size:14px;background: url(images/bg/icon-d-blue.gif) 5px center no-repeat;display:block; width:280px;}
.box_right .box_news .news_more{padding:5px; margin:5px auto;border:1px #bcdefb solid;text-align: center;width:50%;border-radius: 5px;background-color:#eaf5ff;}
.box_right .box_news .news_more a{display: block;list-style: none;}
.box_right .box_right_ico{margin:5px 0 0 0;padding:0;}
.box_right .box_right_ico li{width:283px;border:1px #e2e2e2 solid;margin:5px 0 0 0;}
.box_right .box_right_ico li img{width:283px;height:55px;display: block;}

/*box_ico*/
.box_ico{width:100%;float:left;}
.box_ico ul{margin:8px 0;padding:0;float:left;}
.box_ico ul li{float:left;margin:5px 8px 5px 0;padding:3px 2px;border:1px #e2e2e2 solid; }
.box_ico ul li img{width:176px;display: block;}
.box_ico ul li a{display:block;}