.co_111 {
	color: #111;
}

.co_999 {
	color: #999;
}

.tit_active {
	color: #de0705;
}

.fs_14 {
	font-size: 14px;
}

.fs_16 {
	font-size: 16px;
}

.fs_20 {
	font-size: 20px;
}

.container {
	width: 1080px;
	margin: 0 auto;
}

.wrapper {
	width: 100%;
}

.form-control {
	width: 110px;
	border: 1px solid #ccc;
	font: 14px/1.6 "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB",sans-serif;
	color: #7b8a97;
	display: inline-block;
	height: 24px;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-select {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #808080;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 2px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 130px;
	display: inline-block;
	margin-right: 10px;
}

.form-textarea {
	width: 600px;
	height: 120px;
	border-radius: 3px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	/*color: #555;*/
	background-color: #fff;
	background-image: none;
	border: 1px solid #dee2e5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	vertical-align: top;
	font: 14px/1.6 "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB",sans-serif;
	color: #7b8a97;
}

.form-control:focus,
.form-select:focus,
.form-textarea:focus {
	/*border:1px solid #fd403e;*/
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(253, 64, 42, 0.6);*/
	outline: 0 none;
	transition: all .5s;
-moz-transition: all .5s;	
-webkit-transition: all .5s;	
-o-transition: all .5s;	
}
.page-container .page-sidebar.page-college-sidebar-fixed {

    background-color: #fafafb;
    height: 100%;
}
body {
	background-color: #e7e8ea;
}

.main_wrapper {
	margin-top: 60px;
}

.main_wrapper .left_nav {
	float: left;
	width: 50px;
}

.main_wrapper .main_con {
	float: right;
	width: 1030px;
	height: 631px;
	background-color: #ffffff;

	-moz-border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px; 
border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px; 
border-top-right-radius: 10px;
-moz-box-shadow: 4px 4px 12px #d6d7d9;
-webkit-box-shadow: 4px 4px 12px #d6d7d9;
box-shadow: 4px 4px 12px #d6d7d9;
}

.main_wrapper .left_nav li {
	width: 50px;
	height: 90px;
	padding-left: 7px;
	position: relative;
}

.main_wrapper .left_nav li:after {
	content: "";
	position: absolute;
	display: block;
	width: 43px;
	height: 19px;
	left: 5px;
	box-shadow: 0px 11px 13px rgba(255, 255, 255, .4);
	-moz-box-shadow: 0px 11px 13px rgba(255, 255, 255, .4);
	-webkit-box-shadow: 0px 11px 13px rgba(255, 255, 255, .4);
	bottom: 8px;
	z-index: -1;
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.main_wrapper .left_nav .nav_active:after {
	content: "";
	position: absolute;
	display: block;
	width: 43px;
	height: 19px;
	left: 5px;
	box-shadow: 0px 11px 13px rgba(40, 43, 49, .4);
	-moz-box-shadow: 0px 11px 13px rgba(40, 43, 49, .4);
	-webkit-box-shadow: 0px 11px 13px rgba(40, 43, 49, .4);
	bottom: 8px;
	z-index: -1;
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.main_wrapper .left_nav .nav_active a {
	font-weight: bold;
}

.main_wrapper .left_nav li:nth-child(1) {
	background: url(../img/tab/tab_01.png) no-repeat center center;
}

.main_wrapper .left_nav li:nth-child(2) {
	background: url(../img/tab/tab_02.png) no-repeat center center;
}

.main_wrapper .left_nav li:nth-child(3) {
	background: url(../img/tab/tab_03.png) no-repeat center center;
}

.main_wrapper .left_nav li:nth-child(4) {
	background: url(../img/tab/tab_04.png) no-repeat center center;
}

.main_wrapper .left_nav li:nth-child(5) {
	background: url(../img/tab/tab_05.png) no-repeat center center;
}

.main_wrapper .left_nav li:nth-child(6) {
	background: url(../img/tab/tab_06.png) no-repeat center center;
}

.main_wrapper .left_nav li:nth-child(7) {
	background: url(../img/tab/tab_07.png) no-repeat center center;
}

.main_wrapper .left_nav li a {
	display: block;
	width: 37px;
	height: 100%;
	color: #fff;
	display: table;
}

.main_wrapper .left_nav li a p {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
/*通过*/
.s_tongguo{
	background-color: #1ec6bb;
	color: #fff;
}
/*未开放申报*/
.s_weikaifang,.s_yijieshu{
	background-color: #dee2e5;
	color: #7b8a97;
}
/*驳回*/
.s_bohui{
	background-color: #d8271c;
	color: #fff;
}
/*审核中*/
.s_shenhezhong{
	background-color: #f5bc21;
	color: #fff;
}
/*以开放申报*/
.s_yikaifang{
		background-color: #39adf7;
	color: #fff;
}
.not-allowed{
	cursor: not-allowed !important;
}


.paging-line {
	text-align: center;
}

.paging-line .paging {
	display: inline-block;
	height: 30px;
	background-color: #fff;
	line-height: 30px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paging-line .paging a {
	border: 1px solid #e6e6e6;
	color: #333;
	float: left;
	width: 40px;
	text-align: center;
	margin-right: 10px;
}

.p-pro,
.p-next {
	width: 87px !important;
	float: left;
	text-align: center;
}

.p-active,
.paging-line .paging a:hover {
	color: #fff !important;
	background-color: #de0705;
}

.fadeInL{
	opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fadeInR{
 	opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fadeI{
	opacity: 0;
}
.fadeInD{
	    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.flipX{
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
.btn-ordinary{
	background-color: #fff;
	color: #666666;
	border: 1px solid #e7e8ea;
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.form-control-menulist{
	-webkit-appearance: menulist;
}
.x-navigation li {
    float: left;
    }
    
    
    .college_widget{
	    width: 100%;
    float: left;
    background-color: #fff;
        -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px;
    border:1px solid #e4e4e6;
    margin: 0 0 20px 0;
}
.college_widget .college_widget-item{
	margin: 0 auto;
	width: 190px;
}
.college_widget .college_widget-item-left{
	float: left;
	    margin: 10px 15px 0 0;
}
   
.college_widget .college_widget-item-left .icon_bg{
	float: left;
    width: 68px;
    height: 68px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #dee2e5;
    text-align: center;
    line-height: 5.2333333;
}
.college_widget .college_widget-widget-data{
	float: left;
	    margin: 10px 0;
	    font-size: 14px;
	    color: #666;
}
.college_widget-widget-data .widget-int{
	color: #2b3441;
	font-size: 26px;
}


.college_widget .icon_bg .iconfont{
	    font-size: 28px;
    color: #0090ff;
}
   