@charset "utf-8";
/* 悬停图片放大 */
.img-scale { display: block; overflow: hidden; }
.img-scale img { width: 100%; height: auto; min-height: 100%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.img-scale:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.title { font-size: 16px; line-height: 28px; color: #000000; text-align: left; }

.info { font-size: 13px; line-height: 25px; color: #999999; text-align: left; }

html, body { max-width: 1920px; min-width: 1420px; margin: 0 auto; }

.container { width: 1400px; margin: 0 auto; }

/*通用*/
.section { padding: 20px 0; }

.column { margin: 0 0 28px; }
.column a { float: right; font-size: 13px; line-height: 60px; color: #004ea1; text-align: left; }
.column h3 { display: inline-block; *display: inline; *zoom: 1; font-size: 21px; line-height: 57px; color: #000000; text-align: left; font-weight: bold; border-bottom: 3px solid #004ea1; }

/* 顶部 */
.head-layer1 { position: relative; max-height: 683px; overflow: hidden; }
.head-layer1 .bd a { display: block; }
.head-layer1 .bd img { width: 100%; vertical-align: top; }
.head-layer1 .hd { position: absolute; top: auto; right: 48%; bottom: 35px; left: auto; z-index: 999; }
.head-layer1 .hd li { display: inline-block; *display: inline; *zoom: 1; width: 15px; height: 15px; margin: 0 8px; font-size: 0; background: #fff; border: 2px solid #0f3b74; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; cursor: pointer; }
.head-layer1 .hd li.on { background: #0f3b74; }
.head-layer1.decoration { max-height: 400px; overflow: hidden; }
.head-layer1.decoration img { width: 100%; vertical-align: top; }

.head-layer2 { height: 200px; padding: 24px 0 0; position: fixed; top: 0; right: 0; bottom: auto; left: 0; z-index: 1000; background-image: url("/images/headBg.png"); background-repeat: repeat-x; background-position: 0 0; background-color: transparent; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.head-layer2 .logo img { height: 70px; }
.head-layer2 .head-layer2-fr { margin: -10px 0 0; text-align: right; }
.head-layer2 .head-layer2-fr .top-links { display: inline-block; *display: inline; *zoom: 1; height: 15px; margin-right: 10px; vertical-align: middle; }
.head-layer2 .head-layer2-fr .top-links a { margin: 0 8px; padding-right: 21px; vertical-align: top; font-size: 13px; line-height: 15px; color: #fff; text-align: center; border-right: 1px solid #8a9096; }
.head-layer2 .head-layer2-fr .search { display: inline-block; *display: inline; *zoom: 1; }
.head-layer2 .head-layer2-fr .search input { vertical-align: top; width: 0px; height: 24px; padding: 0 0px; font-size: 13px; line-height: 22px; color: #fff; text-align: left; background-color: transparent; border-radius: 22px; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.head-layer2 .head-layer2-fr .search button { vertical-align: top; width: 24px; height: 24px; cursor: pointer; background-image: url("/images/iconSearch.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; }
.head-layer2 .head-layer2-fr .search button[type="submit"] { display: none; }
.head-layer2 .head-layer2-fr .search:hover input { width: 150px; padding: 0 12px; border: 1px solid #fff; }
.head-layer2 .head-layer2-fr .search:hover button[type="submit"] { display: inline-block; *display: inline; *zoom: 1; }
.head-layer2 .head-layer2-fr .search:hover button[type="button"] { display: none; }
.head-layer2 .head-layer2-fr .nav { margin: 18px 0 0; }
.head-layer2 .head-layer2-fr .nav > li { display: inline-block; *display: inline; *zoom: 1; height: 45px; position: relative; }
.head-layer2 .head-layer2-fr .nav > li > a { display: block; padding: 0 30px 0 14px; font-size: 16px; line-height: 36px; color: #fff; text-align: center; background-image: url("/images/iconJianTou.png"); background-repeat: no-repeat; background-position: 90% 50%; background-color: transparent; font-weight: bold; }
.head-layer2 .head-layer2-fr .nav > li > ul { position: absolute; top: 45px; right: auto; bottom: auto; left: 50%; z-index: -1; width: 0; text-align: center; border-top: 3px solid #0f3b74; background: #fff; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; -webkit-box-shadow: 0px 2px 5px 0px #bbb; -moz-box-shadow: 0px 2px 5px 0px #bbb; -o-box-shadow: 0px 2px 5px 0px #bbb; box-shadow: 0px 2px 5px 0px #bbb; }
.head-layer2 .head-layer2-fr .nav > li > ul a { display: block; height: 50px; font-size: 14px; line-height: 50px; color: #666; text-align: center; border-bottom: 1px solid #d7d7d7; overflow: hidden; }
.head-layer2 .head-layer2-fr .nav > li > ul a:hover { color: #0f3b74; border-color: #0f3b74; background-color: #eee; }
.head-layer2 .head-layer2-fr .nav > li:hover > ul { width: 100%; left: 0; z-index: 1000; opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); }
.head-layer2.scroll { height: 100px; padding: 10px 0 0; background: #0f3b74; -webkit-box-shadow: 0px 0px 6px 2px #666666; -moz-box-shadow: 0px 0px 6px 2px #666666; -o-box-shadow: 0px 0px 6px 2px #666666; box-shadow: 0px 0px 6px 2px #666666; }
.head-layer2.scroll .logo { padding: 6px 0 0; }
.head-layer2.scroll .head-layer2-fr { margin: 0; }

/* 底部 */
.footer { padding: 60px 0; background-image: url("/images/footerBg.jpg"); background-repeat: repeat; background-position: 0 0; background-color: transparent; }
.footer .copy { width: 37.85%; }
.footer .copy h2 { font-size: 25px; line-height: 60px; color: #fff; text-align: left; font-weight: bold; }
.footer .copy p { font-size: 14px; line-height: 30px; color: #fff; text-align: left; }
.footer .yqlj { width: 62.1%; padding-left: 145px; position: relative; }
.footer .yqlj .column { margin-bottom: 20px; }
.footer .yqlj .column h3 { color: #fff; line-height: 50px; border-bottom: 1px solid #fff; }
.footer .yqlj ul { font-size: 0; }
.footer .yqlj ul li { display: inline-block; *display: inline; *zoom: 1; width: 20%; }
.footer .yqlj ul li a { display: block; font-size: 14px; line-height: 32px; color: #fff; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.footer .yqlj i { position: absolute; top: 25px; right: auto; bottom: auto; left: 0; z-index: 0; width: 1px; height: 162px; background: #fff; }

/* 首页 */
/* 云顶国际4008娱乐网站新闻 */
.xyxw ul { font-size: 0; margin: 0 -14px; }
.xyxw ul li { display: inline-block; *display: inline; *zoom: 1; width: 25%; padding: 0 14px; }
.xyxw ul li a { height: 367px; position: relative; -webkit-box-shadow: 0px 0px 7px 0px #ddd; -moz-box-shadow: 0px 0px 7px 0px #ddd; -o-box-shadow: 0px 0px 7px 0px #ddd; box-shadow: 0px 0px 7px 0px #ddd; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.xyxw ul li a .img-frame { width: 100%; height: 203px; overflow: hidden; }
.xyxw ul li a .title { margin: 36px 0 0; padding: 0 16px; }
.xyxw ul li a .info { margin: 5px 0 0; padding: 0 16px; }
.xyxw ul li a .date { width: 60px; height: 60px; padding: 4px 0 0; background: #0f3b74; position: absolute; top: auto; right: auto; bottom: 140px; left: 30px; z-index: 2; }
.xyxw ul li a .date p { font-size: 12px; line-height: normal; color: #fff; text-align: center; }
.xyxw ul li a .date p:first-child { font-size: 24px; }
.xyxw ul li a:hover { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); background: #f6f6f6; }
.xyxw ul li a:hover .title { color: #0f3b74; }
.xyxw ul li a:hover .info { color: #000000; }

/* 云顶国际4008娱乐网站动态 + 通知公告 */
.xydt, .tzgg, .xszx, .xsyd { margin: 15px 0 0; width: 675px; }
.xydt .column, .tzgg .column, .xszx .column, .xsyd .column { margin-bottom: 18px; }

.list span { display: inline-block; *display: inline; *zoom: 1; margin-right: 18px; padding-right: 18px; font-size: 16px; line-height: 15px; color: #004ea1; text-align: left; font-family: Arial; border-right: 1px solid #aaaaaa; }
.list a { font-size: 16px; line-height: 50px; color: #000000; text-align: left; }
.list li { -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.list li:hover { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); }
.list li:hover a { color: #004ea1; }

/* 科教成果 */
.sect-layer2 { height: 514px; margin: 25px 0 0; padding: 22px 0 0; background-image: url("/images/sectionBg1.jpg"); background-repeat: repeat; background-position: 0 0; background-color: transparent; }
.sect-layer2 .column a, .sect-layer2 .column h3 { color: #fff; border-color: #fff; }
.sect-layer2 ul { font-size: 0; margin: 0 -14px; }
.sect-layer2 ul li { display: inline-block; *display: inline; *zoom: 1; width: 20%; padding: 0 14px; }
.sect-layer2 ul li a { height: 342px; padding: 12px 7px 0; background: #fff; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.sect-layer2 ul li a .img-frame { height: 155px; overflow: hidden; }
.sect-layer2 ul li a .title { margin: 14px 0; padding: 0 4px; }
.sect-layer2 ul li a .info { padding: 0 4px; color: #000000; }
.sect-layer2 ul li:hover a { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); background: #f6f6f6; }
.sect-layer2 ul li:hover .title { color: #0f3b74; }

/* 学术资讯 */
.sect-layer3 li:hover a { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px); border-color: #004ea1; }
.sect-layer3 li:hover a .title { color: #004ea1; }
.sect-layer3 li:hover a .info { color: #000000; }

.xszx ul li a { display: block; padding: 27px 0 30px; border-top: 1px solid #ebebeb; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.xszx ul li .text { margin: -6px 0 0; width: 585px; }
.xszx ul li .text .info { line-height: 22px; color: #666; }
.xszx ul li .date { width: 70px; font-size: 13px; line-height: 40px; color: #004ea1; text-align: center; background: #f0f0f0; }
.xszx ul li .date p:first-child { font-size: 24px; color: #fff; background: #0f3b74; }
.xszx ul li:first-child a { border: none; padding-top: 10px; }

/* 易彩网官方版园地 */
.xsyd ul li a { padding: 22px 0 15px; border-top: 1px solid #ebebeb; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.xsyd ul li .text { width: 510px; }
.xsyd ul li .text .info { line-height: 23px; color: #666; }
.xsyd ul li .text .date { font-size: 13px; line-height: 24px; color: #004ea1; text-align: left; font-family: Arial; }
.xsyd ul li .img-frame { width: 142px; height: 90px; overflow: hidden; }
.xsyd ul li:first-child a { padding-top: 8px; border: none; }

/* 列表页 */
.sidebar { width: 290px; padding: 20px 0 0; }
.sidebar h1 { font-size: 26px; line-height: 70px; color: #fff; text-align: center; background: #004ea1; }
.sidebar > ul { padding: 20px 15px 50px; background: #f9f9f9; }
.sidebar > ul > li { position: relative; border-left: 2px solid transparent; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.sidebar > ul > li > a { display: block; font-size: 18px; line-height: 45px; color: #333; text-align: left; text-indent: 12px; border-bottom: 1px dashed #eee; }
.sidebar > ul > li > a:hover { color: #004ea1; }
.sidebar > ul > li > i { position: absolute; top: 0; right: -5px; bottom: auto; left: auto; z-index: 1; width: 45px; height: 45px; cursor: pointer; background-image: url("/images/jiantou.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; }
.sidebar > ul > li > ul { padding: 0 0 20px 25px; }
.sidebar > ul > li > ul a { font-size: 15px; line-height: 22px; color: #333; text-align: left; display:block;padding:10px 0;}
.sidebar > ul > li > ul a:hover { color: #004ea1; }
.sidebar > ul > li.cur { border-color: #004ea1; background: #fff; }
.sidebar > ul > li.cur > i { display: block; }
.sidebar > ul > li.cur > a { color: #004ea1; font-weight: bold; border: none; }

.main-region { width: 1060px; }
.main-region .column { margin-bottom: 15px; border-bottom: 1px solid #eee; }
.main-region .column h3 { border: none; }
.main-region .place { padding: 0 0 0 20px; font-size: 14px; line-height: normal; color: #666; text-align: left; background-image: url("/images/homeicon.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; }
.main-region .place a { float: none; color: #666; }
.main-region .place a:hover { color: #004ea1; }

.list2 li .info { line-height: 22px; }
.list2 li a { display: block; padding: 15px 0 20px; border-bottom: 1px dashed #dedede; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.list2 li a:hover { background: #f9f9f9; -webkit-box-shadow: 0px 0px 16px 0px #bbb; -moz-box-shadow: 0px 0px 16px 0px #bbb; -o-box-shadow: 0px 0px 16px 0px #bbb; box-shadow: 0px 0px 16px 0px #bbb; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list2 li a:hover .title { color: #004ea1; }
.list2 li a:hover .info { color: #222; }
.list2 .text { width: calc(100% - 140px); }
.list2 .date { width: 100px; padding: 0 20px 0 0; font-size: 15px; line-height: normal; color: #004ea1; text-align: center; font-family: Arial; position: relative; }
.list2 .date p:first-child { font-size: 32px; line-height: 50px; }
.list2 .date i { position: absolute; top: 5px; right: 0; bottom: auto; left: auto; z-index: 1; width: 1px; height: 90%; background: #004ea1; }

/* 内容页 */
.articles h1 { padding: 18px 20px 0; font-size: 25px; line-height: 40px; color: #000; text-align: center; }
.articles .sub { margin: 20px 0 0; background: #f9f9f9; font-size: 14px; line-height: 40px; color: #666; text-align: center; }
.articles .content { padding: 30px 0 40px; border-bottom: 1px solid #ddd; }
.articles .content p { font-size: 16px; line-height: 38px; color: #000; text-align: left; text-indent: 38px; }
.articles .content img, .articles .content table, .articles .content iframe, .articles .content video { max-width: 100%; }
.articles .con-page { padding: 20px 0 30px; }
.articles .con-page a { display: block; font-size: 15px; line-height: 40px; color: #555; text-align: left; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.articles .con-page a span { color: #004ea1; font-weight: bold; }
.articles .con-page a:hover { color: #004ea1; -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); }

/* 师资页 */
.teach-list ul { font-size: 0; }
.teach-list ul li { display: inline-block; *display: inline; *zoom: 1; width: 14.28%; margin-top: 20px; padding: 0 10px; }
.teach-list ul li a { display: block; font-size: 16px; line-height: 42px; color: #000; text-align: center;}
.teach-list ul li a:hover { color: #004ea1; border-color: #004ea1; }

#page-list {font-family: Arial; text-align: center; margin: 30px 0 50px;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d{padding: 8px 10px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #004ea1; font-weight: bold; color: #fff; border-color: #004ea1;}
#page-list .p_t{ padding: 0 25px 0 0; color: #777;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #aaa;}
/*# sourceMappingURL=style.css.map */

#vsb_content table{width:80%;margin:0 auto;}
#vsb_content table td{padding:10px !important;}
#vsb_content table p{text-indent:0;line-height: 20px;}