/*  */
html,
body {
	width: 100%;
min-width:1200px;
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	background-color: #fff;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

p,
h3,
h4 {
	margin: 0;
}
#promptBox {
            position: fixed;
            height: 182px;
            width: 320px;
            z-index: 999;
            /* background-color: cornflowerblue; */
        }

        #guanBi {
            text-align: right;
            position: absolute;
            right: 0px;
            width: 30px;
            height: 30px;
            padding: 7px 12px 0px 0px;
        }

        #guanBi div {
            color: #fff;
            font-size: 18px;
        }

        .img_piao {
            height: 182px;
            width: 320px;
            overflow: hidden;
        }

        .img_piao a {
            display: block;
            height: 182px;
            width: 320px;
        }

        .img_piao img {
            width: 100%;
            height: 100%;
        }
.marginNo {
	margin-right: 0 !important;
}

.header {
	width: 100%;
	height: 160px;
	background: url(../img/header-bg.png) no-repeat;
	background-size: 100% 100%;
}

.header .logoBox {
	float: left;
	width: 500px;
	height: 160px;
}

.header .logoBox img {
	width: auto;
	height: 90px;
	margin: 35px 0px;
	border: none;
}

.nav-phone {
	display: none;
}

.navBar {
	width: 100%;
	height: 70px;
	background-color: #0077d1;
	box-shadow: 0px 0px 4px #999;
}

.navBar ul {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}

.navBar ul li {
	position: relative;
	list-style: none;
	float: left;
	width: 6.7%;
	height: 70px;
}
.navBar ul li:first-child {
	position: relative;
	list-style: none;
	float: left;
	width: 6.0%;
	height: 70px;
}

/* pc二级导航 */
.navBar>ul>li>ul {
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 99;
	width: 200%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 0 1%;
	border-left: 1px #ececec solid;
	border-right: 1px #ececec solid;
	border-top: 2px #ECECEC solid;
	/* transition: all 0.5s; */

	box-sizing: border-box;
}

.navBar>ul>li>.sonlist li {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #ECECEC solid;
}

.navBar>ul>li>.sonlist li:hover a {
	color: #0C72BF;
	background-color: #eee;
}

.navBar>ul>li>.sonlist li a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}


.navBar>ul>li:hover>a {
	color: #fff;
}
/* serchBox */
.header .heardBox{
	width: 1200px;
	height: 160px;
	margin: 0 auto;
}
.header .searchBox {
	float: right;
	width: 400px;
	height: 100px;
	margin: 30px 0px;
}

.header .searchBox .homeTarget {
	width: 100%;
	height: 50px;
}

.header .searchBox .homeTarget a {
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
     
}
.header .searchBox .homeTarget a img{
            vertical-align: -4px;
        
}
.header .searchBox .homeTarget span {
	float: left;
	height: 16px;
	display: inline-block;
	width: 1px;
	margin: 17px 10px;
	background-color: #fff;
}

.header .searchBar {
	display: inline-block;
	width: 198px;
	height: 28px;
	margin: 20px 10px 0;
	border: 1px #fff solid;
	overflow: hidden;
        margin-left:160px;
}

.header .searchBar input[type="text"] {
	float: left;
	width: 140px;
	height: 28px;
	line-height: 28px;
	border: none;
	outline: none;
	padding: 0 10px;
	*padding: 0;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0);
	*background-color: #3687c8;
}

.header .searchBar input[type="image"] {
	float: right;
	width: auto;
	height: 20px;
	border: none;
	outline: none;
	margin: 4px 9px;
	background-color: rgba(0, 0, 0, 0);
	*background-color: #3687c8;
}

.header .searchBar input::-webkit-input-placeholder {
	color: #fff;
	*color: #333;
}
/*  */
/*  */
.navBar>ul>li>a {
	display: block;
	height: 67px;
	line-height: 67px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-bottom: 3px #0077d1 solid;
}

.navBar>ul>li>a:hover {
	color: #fff;
}

.navBar>ul>.active>a {
	height: 67px;
	line-height: 67px;
	border-bottom: 3px #fff solid;
	color: #fff;
}
.navBar>ul li:hover a{
	height: 67px;
	line-height: 67px;
	border-bottom: 3px #fff solid;
	color: #fff;
}

/* 轮播 */
.scroll-wrap {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.scrollImg {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.scrollImg .bg {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
}

.scrollImg .bg a {
	display: block;
	width: 100%;
	height: auto;
}

.scrollImg .bg img {
	display: block;
	width: auto;
	height: 100%;
	/* margin: 0 calc(50% - 960px); */
	border: none;
	*display: block;
	*margin: 0 auto !important;
	_margin: 0 auto !important;
}

/* .bg-show {
			display: block;
		}
		 */
.scrollImg .btn {
	width: auto;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;

}

.scrollImg .btn ul {
	width: auto;
	height: 12px;
	margin: 14px auto;
	padding: 0px;
}

.scrollImg .btn ul li {
	list-style: none;
	cursor: pointer;
	width: 30px;
	height: 4px;
	background-color: #fff;
	float: left;
	margin: 0 6px;
	border-radius: 2px;
}

.scrollImg .btn ul li.on {
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #ccc;
}

.scrollImg .RLarr {
	width: 100%;
	height: 0px;
	position: absolute;
	/* top: 135px; */
	top: 225px;
}

.scrollImg .R_ARR {
	width: 26px;
	height: 40px;
	float: right;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 5px 2px;
}

.scrollImg .L_ARR {
	width: 26px;
	height: 40px;
	float: left;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 2px;
}

.scrollTip {
	position: absolute;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.3);
	left: 0px;
	bottom: 0px;
}

.scrollTip p {
	float: left;
	width: 460px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 20px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.scrollTip span {
	display: inline-block;
	float: right;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #999;
}

.scrollTip span strong {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fe0000;
}

/* 新闻 */
.new-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../img/img-11.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.new-wrap .newBox {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.public-title {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px 0px 20px 0px;
	padding-bottom: 3px;
}

.public-title h3 {
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 8px;
	font-weight: 500;
}
.public-title h3 a{
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: 500;
}


.public-title span {
	display: block;
	width: 140px;
	height: 3px;
	background-color: #0c72bf;
	margin: 0 auto;
	box-shadow: 0px 3px 6px #999;
}

.newBox .newL {
	float: left;
	width: 420px;
	height: auto;
	overflow: hidden;
}

.newBox .newR {
	float: right;
	width: 780px;
	height: auto;
	overflow: hidden;
}

.newL .newl-item {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}

.newL .newl-item a {
	display: block;
	float: left;
	width: 310px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}

.newL .newl-item a:hover {
	color: #06477b;
}

.newL .newl-item .dateBox {
	float: left;
	width: 60px;
	height: 50px;
	overflow: hidden;
	margin-right: 30px;
}

.newL .newl-item .dateBox p {
	width: 60px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #0c72bf;
	background-color: #d7eeff;
	text-align: center;
	font-family: "fantasy";
	font-weight: bold;
}

.newL .newl-item .dateBox span {
	display: block;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	background-color: #fff;
	text-align: center;
}

.newR .newr-item {
	float: left;
	width: 250px;
	height: 220px;
	margin-right: 15px;
}

.newR .newr-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.newR .newr-item a:hover p {
	color: #06477b;
}

.newR .newr-item a:hover span {
	color: #06477b;
}

.newR .newr-item a img {
	    display: block;
    width: auto;
    height: 160px;
    overflow: hidden;
    text-align: center;
    border: none;
    margin: 0 auto;
}

.newR .newr-item a .newr-text {
	width: 230px;
	height: 60px;
	padding: 0 10px;
}

.newR .newr-item a span {
	display: block;
	height: 25px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #545454;
}

.newR .newr-item a p {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #545454;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.learn-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

.learnBox {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0px;
}

.learnBox .learnL {
	float: left;
	width: 580px;
	height: 390px;
}

.learnBox .learnL img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.learnBox .learnR {
	float: right;
	width: 580px;
	height: 390px;
}

.learnR h3 {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #ececec solid;
	font-size: 24px;
	color: #333;
}
.learnR h3 a{
        display:block;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #333;
}
.learnR ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.learnR ul li {
	list-style: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.learnR ul .frist-item {
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.learnR ul .frist-item :hover h4 {
	color: #06477b;
}

.learnR ul .frist-item :hover p {
	color: #999;
}

.learnR ul .frist-item a h4 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.learnR ul .frist-item a p {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.learnR ul li a {
	display: block;
	font-size: 16px;
	color: #333;
}

.learnR a span {
	float: left;
	display: inline-block;
	width: 80px;
	height: 50px;
	line-height: 50px;
	font-family: "fantasy";
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.learnR a p {
	float: left;
	display: inline-block;
	width: 500px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.learnR a:hover p {
	color: #06477b;
}

.notice-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../img/img-5.png) no-repeat;
}

.notiecBox {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.notiecBox .notice-item {
	float: left;
	width: 550px;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px 20px;
}

.notiecBox .notice-item:hover h3 {
	color: #06477b;
}

.notiecBox .notice-item:hover p {
	color: #999;
}

.notiecBox .notice-item span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #727272;
}

.notiecBox .notice-item h3 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notiecBox .notice-item p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.notiecBox .more {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	margin-bottom: 20px;
	margin-right: 10px;
	box-shadow: 4px 4px 4px #ddd;
}

.notiecBox .more:hover {
	background-color: #eee;
}

.entry-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

.entry-wrap .entryBox {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0px;
}

.entryBox .entryL {
	float: left;
	width: 580px;
	height: auto;
	overflow: hidden;
}

.entryBox .entryR {
	float: right;
	width: 580px;
	height: auto;
	overflow: hidden;
}

.entryBox h3 {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #ececec solid;
	font-size: 24px;
	color: #333;
}
.entryBox h3 a{
        display:block;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #333;
}
.entryBox ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.entryBox ul li {
	list-style: none;
	height: 50px;
	line-height: 50px;
}

.entryBox ul li a {
	float: left;
	display: inline-block;
	width: 500px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.entryBox ul li a:hover {
	color: #06477b;
}

.entryBox ul li span {
	float: left;
	display: inline-block;
	width: 80px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.imgTarget {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	background-color: #fff;
}

.imgTarget ul {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.imgTarget ul li {
	list-style: none;
	float: left;
	width: 234px;
	/*height: 110px;*/
        height:auto;
	margin-right: 7.5px;
}

.imgTarget ul li img {
	width: 100%;
	height: auto;
	border: none;
}

/* 友情链接 */

.scroll-target {
	width: 1198px;
	height: 58px;
	margin: 0px auto 20px;
	overflow: hidden;
	border: 1px #a0dbe7 solid;
	background-color: #fff;

}

.scroll-target .target-title {
	float: left;
	width: 100px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	color: #060606;
	background-color: #f6fdff;
	padding-left: 20px;
}

.target-content {
	float: right;
	margin: 0;
	padding: 0;
	width: 1068px;
	height: 58px;
	padding-left: 10px;
	background-color: #f6fdff;
}

.target-content ul {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.target-content ul li {
	list-style: none;
	float: left;
	width: auto;
	height: 58px;
}

.target-content ul li a {
	display: block;
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin-right: 30px;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../img/img-6.png) no-repeat;
	background-size: 100% 100%;
}

.footer .footBox {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0px;
}

.footBox .footL {
	float: left;
	width: 550px;
	height: auto;
	overflow: hidden;
	margin-right: 00px;
	padding-top: 10px;
}

.footBox .footL ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footBox .footL ul li {
	float: left;
	width: 150px;
	height: 40px;
	overflow: hidden;
}

.footBox .footL ul li img {
	float: left;
	width: 30px;
	height: 30px;
	margin: 5px 10px 5px 0px;
	border: none;
}

.footBox .footL ul li span {
	float: left;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

.footBox .footC {
	width: 570px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: ;
padding-top:15px;
}

.footBox .footC>p {
	font-size: 14px;
	color: #fff;
	height: auto;
	line-height: 30px;
}

.footBox .copyBox {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footBox .copyBox span {
	float: left;
	display: inline-block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}

.footBox .copyBox img {
	float: right;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	width: auto;
	height: 40px;
	border: none;
	margin-top: 10px;
}

.footBox .footR {
	float: left;
	width: 90px;
	height: auto;
	overflow: hidden;
}

.footBox .footR a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footBox .footR a img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}

.footBox .footR a p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

/* 列表 */
.content {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 20px;
}

.content .colum {
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 40px;
}

.content .details-wrap {
	float: right;
	width: 960px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

.content .colum h2 {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #0077d1;
	margin: 0px;
	font-weight: 100;
}

.content .colum .colum-li {
	width: 100%;
	height: 60px;
}

.content .colum .colum-li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	border-bottom: 1px #ececec solid;
}

.content .colum .active a {
	color: #167cc4;
}

.content .colum .colum-li a:hover {
	color: #167cc4;
}

.content .targetBar {
	width: 920px;
	height: 40px;
	background-color: #d0d6dc;
	padding: 0 20px;
}

.content .targetBar strong {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 100;
}

.content .targetBar span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 16px;
	margin: 0 10px;
}

.content .targetBar label {
	float: right;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 16px;
	margin: 0 10px;
}

.content .targetBar a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 16px;
}

.content .targetBar a:hover {
	color: #167cc4;
}

.list-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.list-wrap ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.list-wrap ul li {
	list-style: none;
	width: 900px;
	height: 60px;
	padding: 0 30px;
}

.list-wrap ul li img {
	float: left;
	width: 7px;
	height: 12px;
	margin: 24px 20px 24px 0px;
}

.list-wrap ul li a {
	float: left;
	display: inline-block;
	width: 773px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px #ECECEC solid;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-wrap ul li a:hover {
	color: #167cc4;
}

.list-wrap ul li span {
	float: left;
	display: inline-block;
	width: 100px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666;
	text-align: right;
	border-bottom: 1px #ECECEC solid;
}

.list-wrap .page {
	height: 50px;
}

.details {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.details h3 {
	width: 900px;
	font-size: 22px;
	color: #333;
	margin: 0px;
	line-height: 40px;
	font-weight: 100;
	text-align: center;
	padding: 0 30px;
	margin: 30px 0px 10px 0px;
}

.details span.date {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
}

.details .artice {
	width: 900px;
	height: auto;
	overflow: hidden;
	padding: 0 30px 30px 30px;
	border-bottom: 1px #ECECEC solid;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}
.details .artice img{
max-width:100% !important;
height:auto !important;
}
.details .pageNow {
	width: 900px;
	height: 50px;
	padding: 0 30px;
}

.details .pageNow a:hover {
	color: #167cc4;
}

.details .pageNow .pageL {
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 16px;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.details .pageNow .pageR {
	display: inline-block;
	float: right;
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 16px;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}

/* 教师个人主页 */
.teach-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}

.teach-wrap .teach-item {
	float: left;
	width: 218px;
	height: 360px;
	border: 1px #ececec solid;
	margin-left: 16px;
	margin-top: 30px;
	box-shadow: 0px 0px 5px #ddd;
	overflow: hidden;
}

.teach-wrap .teach-item a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.teach-wrap .teach-item .teachImg {
	width: 100%;
	height: 210px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 3px 3px #ddd;
}

.teach-wrap .teach-item .teachImg img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.teach-wrap .teach-item .teachText {
	width: 200px;
	height: 140px;
	padding: 0 9px;
	margin-top: 10px;
}

.teach-wrap .teach-item .teachText p {
	display: block;
	font-size: 14px;
	color: #4C4C4C;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.teach-wrap .teach-item a:hover {
	background-color: #eee;
}

.teach-wrap .teach-item a:hover .teachImg {
	box-shadow: 0px 0px 0px #999;
}

.teach-wrap .teach-item a:hover .teachText p {
	color: #0C72BF;
}

.teach-wrap .teach-item a:hover .teachImg img {
	opacity: 0.8;
}

/* 个人主页 */
.teachInfo {
	float: left;
	width: 300px;
	height: auto;
	margin-bottom: 40px;
	background-color: #fff;
	overflow: hidden;
}

.teachInfo .teach-head {
	width: 100%;
	height: auto;
	box-shadow: 0px 3px 3px #ddd;
	padding: 20px 0px;
}

.teachInfo .teach-head img {
	display: block;
	width: 140px;
	height: auto;
	border: 5px #cdd4da solid;
	margin: 0 auto;
}

.teachInfo .teach-head p {
	font-size: 17px;
	color: #3c3c3c;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}

.teachInfo .teachTip {
	width: 260px;
	height: auto;
	overflow: hidden;
	padding: 10px 20px;
}

.teachInfo .teachTip p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #ececec solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #3c3c3c;
}

.teachInfo .teachTip p:last-child {
	border-bottom: 0px;
}

.teach-note {
	width: 770px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 20px 50px;
	margin-bottom: 30px;
}

.note-title {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.note-title h3 {
	font-size: 18px;
	color: #167bc4;
	margin: 0;
	height: 38px;
	line-height: 38px;
}

.note-title .longLine {
	display: block;
	width: 96px;
	height: 1px;
	background-color: #167BC4;
	margin-bottom: 5px;
}

.note-title .smallLine {
	display: block;
	width: 110px;
	height: 1px;
	background-color: #167BC4;
}

.teach-note .teachCont {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.teach-note .teachCont p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.precode{
        position:fixed;
        width:90px;
        height:auto;
        background-color:#0077d1;
        z-index:999999;
        top:50%;
        right:0;
        margin-top:-100px;
        border-radius:4px 0 0 4px;
}
.precode h1{
        font-size:14px;
        color:#fff;
        line-height:24px;
        font-weight:normal;
        text-align:center;
}
.precode ul{
        padding:0;
}
.precode ul li{
        position:relative;
        list-style:none;
        margin:0;
        font-size:12px;
        color:#fff;
        text-align:center; 
        background-color:#0068b6; 
        line-height:34px;
        border-bottom:1px solid #0061ab;
        cursor:pointer;
}
.precode ul li .pcd-img{
        position:absolute;
        width:80px;
        height:80px;
        background-color:#fff;
        border-radius:2px;
        border:1px solid #dedede;
        right:-82px;
        top:0;
        z-index:8888;
}
.precode ul li .pcd-img img{
        width:100%;
}
.list-pic{

}
.list-pic li{
	float:left;
	width:33%;
	list-style: none;
}
.list-pic li a{
	display:block;
	width:auto;
	margin:10px;
	border:1px solid #dedede;
	border-radius:2px;
	overflow:hidden;
}
.list-pic li .pic{
	width:100%;
	height:180px;
	border-radius:2px;
	overflow:hidden;
}
.list-pic li .pic:hover img{
	transform:scale(1.5,1.5);
	transition:.5s;
}
.list li:hover a{
	box-shadow:0 0 4px #aaa;
}
.list-pic li:hover h1{
	color:#0C72BF;
}
.list-pic li .pic img{
	display:block;
	width:100%;
	height:100%;
}
.list-pic li h1{
	margin:0 10px;
	line-height:30px;
	color:#545454;
	font-size:14px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:normal;
}
.artice div>table{
    text-align: center;
    margin: 10px auto;
}
.details .artice h3{
padding:0px;
}


.contain .colum {
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 40px;
}

.contain .details-wrap {
	float: right;
	width: 960px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

.contain .colum h2 {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #0077d1;
	margin: 0px;
	font-weight: 100;
}

.contain .colum .colum-li {
	width: 100%;
	height: 60px;
}
.contain .colum .colum-li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	border-bottom: 1px #ececec solid;
}

.contain .colum .active a {
	color: #167cc4;
}

.contain .colum .colum-li a:hover {
	color: #167cc4;
}